rpms/qemu/devel qemu.spec,1.26,1.27

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Tue Aug 28 16:55:57 UTC 2007


Author: dwmw2

Update of /cvs/pkgs/rpms/qemu/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16786

Modified Files:
	qemu.spec 
Log Message:
fix CDROM emulation, licence tags


Index: qemu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- qemu.spec	28 Aug 2007 15:54:16 -0000	1.26
+++ qemu.spec	28 Aug 2007 16:55:22 -0000	1.27
@@ -8,8 +8,8 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 0.9.0
-Release: 3%{?dist}
-License: GPL/LGPL
+Release: 4%{?dist}
+License: GPLv2+, LGPLv2+
 Group: Development/Tools
 URL: http://www.qemu.org/
 Source0: http://www.qemu.org/%{name}-%{version}.tar.gz
@@ -23,6 +23,7 @@
 Patch4: qemu-0.9.0-vnc-authentication.patch
 # Fix RTL8139 MMIO regions. Remove at next upgrade
 Patch5: qemu-0.9.0-rtl8139-mmio-regions.patch
+Patch6: qemu-0.9.0-atapi-hsm.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: SDL-devel compat-gcc-%{gccver} zlib-devel which texi2html gnutls-devel
 Requires(post): /sbin/chkconfig
@@ -51,6 +52,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 ./configure \
@@ -101,6 +103,10 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Aug 28 2007 David Woodhouse <dwmw2 at infradead.org> 0.9.0-4
+- Update licence
+- Fix CDROM emulation (#253542)
+
 * Tue Aug 28 2007 Daniel P. Berrange <berrange at redhat.com> - 0.9.0-3.fc8
 - Added backport of VNC password auth, and TLS+x509 cert auth
 - Switch to rtl8139 NIC by default for linkstate reporting




More information about the fedora-extras-commits mailing list