rpms/kvm/devel kvm.spec,1.81,1.82 sources,1.41,1.42

Mark McLoughlin markmc at fedoraproject.org
Thu Jan 15 17:25:15 UTC 2009


Author: markmc

Update of /cvs/pkgs/rpms/kvm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12598

Modified Files:
	kvm.spec sources 
Log Message:
* Thu Jan 15 2009 Mark McLoughlin <markmc at redhat.com> - 83-1
- Update to kvm-83
- Change how we delete pre-built blobs now that qemu/pc-bios has
  patch queue dirs; add a check to make sure we've zapped them all



Index: kvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kvm/devel/kvm.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- kvm.spec	6 Jan 2009 16:58:22 -0000	1.81
+++ kvm.spec	15 Jan 2009 17:24:44 -0000	1.82
@@ -1,7 +1,7 @@
 Summary: Kernel-based Virtual Machine
 Name: kvm
-Version: 81
-Release: 2%{?dist}
+Version: 83
+Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Tools
 URL: http://%{name}.sf.net
@@ -16,6 +16,8 @@
 BuildRequires: dev86
 BuildRequires: iasl
 BuildRequires: zlib-devel
+# to check for binary blobs
+BuildRequires: file
 # TLS / x509 auth in VNC server
 BuildRequires: gnutls-devel
 # for the docs
@@ -39,11 +41,17 @@
 
 %prep
 %setup -q
+
 %patch0 -p1
+
+# "configure --kerneldir" looks for this
+echo "%{name}-%{version}" > $(pwd)/kernel/.kernelrelease
+
 # we must not use any of the binaries from the qemu/pc-bios/ directory,
 # as they don't have the corresponding sources shipped with them
-rm -f qemu/pc-bios/*
-echo "%{name}-%{version}" > $(pwd)/kernel/.kernelrelease
+rm -f qemu/pc-bios/*.{bin,x,dtb} qemu/pc-bios/openbios-*
+find qemu/pc-bios -exec file {} \; | grep '\(data\|BIOS\|executable\)' && \
+    echo "Found some binary blobs in qemu/pc-bios!" && exit 1
 
 %build
 # systems like rhel build system does not have a recent enough linker so 
@@ -164,6 +172,11 @@
 
 
 %changelog
+* Thu Jan 15 2009 Mark McLoughlin <markmc at redhat.com> - 83-1
+- Update to kvm-83
+- Change how we delete pre-built blobs now that qemu/pc-bios has
+  patch queue dirs; add a check to make sure we've zapped them all
+
 * Tue Jan  6 2009 Daniel P. Berrange <berrange at redhat.com> - 81-2
 - Explicitly install newly built BIOS blobs (rhbz #478855)
 - List all files explicitly so they don't silently go missing


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kvm/devel/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sources	22 Dec 2008 16:55:46 -0000	1.41
+++ sources	15 Jan 2009 17:24:44 -0000	1.42
@@ -1 +1 @@
-499f1856d30aa72ef872becaea684f49  kvm-81.tar.gz
+dfb3cc36029d84e83c5006c600337754  kvm-83.tar.gz




More information about the fedora-extras-commits mailing list