rpms/qemu/devel .cvsignore, 1.12, 1.13 qemu.spec, 1.68, 1.69 sources, 1.12, 1.13 kvm-fix-strayR.patch, 1.1, NONE

Glauber Costa glommer at fedoraproject.org
Tue Mar 24 01:29:27 UTC 2009


Author: glommer

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

Modified Files:
	.cvsignore qemu.spec sources 
Removed Files:
	kvm-fix-strayR.patch 
Log Message:
Update to snapshot kvm20090323.
Removed patch2 (upstream).
use upstream's new split package.
--with-patched-kernel flag not needed anymore
Tell how to get the sources.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	10 Mar 2009 23:43:31 -0000	1.12
+++ .cvsignore	24 Mar 2009 01:28:56 -0000	1.13
@@ -1 +1 @@
-kvm-84.git-snapshot-20090310.tar.gz
+qemu-kvm-devel-85rc1.git-snapshot-20090323.tar.gz


Index: qemu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- qemu.spec	18 Mar 2009 19:00:56 -0000	1.68
+++ qemu.spec	24 Mar 2009 01:28:56 -0000	1.69
@@ -1,7 +1,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 0.10
-Release: 0.10.kvm20090310git%{?dist}
+Release: 0.11.kvm20090323git%{?dist}
 # I have mistakenly thought the revision name would be 1.0.
 # So 0.10 series get Epoch = 1
 Epoch: 2
@@ -9,13 +9,18 @@
 Group: Development/Tools
 URL: http://www.qemu.org/
 #Source0: http://www.qemu.org/%{name}-%{version}.tar.gz
-# FIXME: Say how to get the sources
-Source0: kvm-84.git-snapshot-20090310.tar.gz
+# git clone git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git
+# git clone git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm-userspace.git
+# echo "kdir=$(pwd)/kvm" > ~/.kvm-release-config
+# cd kvm-userspace
+# mkdir $(HOME)/sf-releases
+# ./scripts/make-release kvm-85rc-1.git-snapshot-date +%Y%m%d HEAD HEAD
+
+Source0: qemu-kvm-devel-85rc1.git-snapshot-20090323.tar.gz
 Source1: qemu.init
 Source2: kvm.modules
 
 Patch1: kvm-upstream-ppc.patch
-Patch2: kvm-fix-strayR.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: SDL-devel zlib-devel which texi2html gnutls-devel cyrus-sasl-devel
@@ -177,9 +182,8 @@
 %endif
 
 %prep
-%setup -q -n kvm-84.git-snapshot-20090310
+%setup -q -n qemu-kvm-devel-85rc1.git-snapshot-20090323
 %patch1 -p1
-%patch2 -p1
 
 %build
 # systems like rhel build system does not have a recent enough linker so
@@ -204,7 +208,7 @@
 # sdl outputs to alsa or pulseaudio directly depending on what the system has configured
 # alsa works, but causes huge CPU load due to bugs
 # oss works, but is very problematic because it grabs exclusive control of the device causing other apps to go haywire
-./configure --with-patched-kernel --target-list=x86_64-softmmu \
+./configure --target-list=x86_64-softmmu \
             --kerneldir=$(pwd)/kernel --prefix=%{_prefix} \
             --audio-drv-list=sdl,alsa,oss \
             --qemu-ldflags=$extraldflags \
@@ -405,6 +409,13 @@
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
+* Mon Mar 23 2009 Glauber Costa <glommer at redhat.com> - 2:0.10-0.11.kvm20090323git
+- Update to snapshot kvm20090323.
+- Removed patch2 (upstream).
+- use upstream's new split package.
+- --with-patched-kernel flag not needed anymore
+- Tell how to get the sources.
+
 * Wed Mar 18 2009 Glauber Costa <glommer at redhat.com> - 2:0.10-0.10.kvm20090310git
 - Added extboot to files list.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	10 Mar 2009 23:43:33 -0000	1.12
+++ sources	24 Mar 2009 01:28:56 -0000	1.13
@@ -1 +1 @@
-a43cc777acc08855e0364d249bff3da6  kvm-84.git-snapshot-20090310.tar.gz
+67eac5a4ab26bfa159539d49bd30a89d  qemu-kvm-devel-85rc1.git-snapshot-20090323.tar.gz


--- kvm-fix-strayR.patch DELETED ---




More information about the fedora-extras-commits mailing list