rpms/qemu/devel qemu.spec,1.154,1.155

amitshah amitshah at fedoraproject.org
Wed Jan 27 18:20:38 UTC 2010


Author: amitshah

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

Modified Files:
	qemu.spec 
Log Message:
We don't need the dev86 and iasl build deps to build qemu. They are
needed for bochs bios, but we've now migrated away to seabios anyway.




Index: qemu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -p -r1.154 -r1.155
--- qemu.spec	27 Jan 2010 18:10:32 -0000	1.154
+++ qemu.spec	27 Jan 2010 18:20:38 -0000	1.155
@@ -1,7 +1,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 0.12.2
-Release: 2%{?dist}
+Release: 4%{?dist}
 # Epoch because we pushed a qemu-1.0 package
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
@@ -38,7 +38,7 @@ Patch09: qemu-virtio-console-Rename-virt
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: SDL-devel zlib-devel which texi2html gnutls-devel cyrus-sasl-devel
-BuildRequires: rsync dev86 iasl
+BuildRequires: rsync
 BuildRequires: pciutils-devel
 BuildRequires: pulseaudio-libs-devel
 BuildRequires: ncurses-devel
@@ -515,6 +515,12 @@ fi
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
+* Wed Jan 27 2010 Amit Shah <amit.shah at redhat.com> - 2:0.12.2-4
+- Remove build dependency on iasl now that we have seabios
+
+* Wed Jan 27 2010 Amit Shah <amit.shah at redhat.com> - 2:0.12.2-3
+- Remove source target for 0.12.1.2
+
 * Wed Jan 27 2010 Amit Shah <amit.shah at redhat.com> - 2:0.12.2-2
 - Add virtio-console patches from upstream for the F13 VirtioSerial feature
 



More information about the scm-commits mailing list