rpms/qemu/F-9 qemu.spec,1.35,1.36

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Wed Jun 11 10:48:16 UTC 2008


Author: berrange

Update of /cvs/extras/rpms/qemu/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21006

Modified Files:
	qemu.spec 
Log Message:
Remove bogus wildcard to avoid file duplication between RPM & sub-RPM (rhbz #450701)


Index: qemu.spec
===================================================================
RCS file: /cvs/extras/rpms/qemu/F-9/qemu.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- qemu.spec	24 Mar 2008 21:25:29 -0000	1.35
+++ qemu.spec	11 Jun 2008 10:47:25 -0000	1.36
@@ -8,7 +8,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 0.9.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Tools
 URL: http://www.qemu.org/
@@ -101,21 +101,37 @@
 %doc COPYING COPYING.LIB LICENSE
 %{_sysconfdir}/rc.d/init.d/qemu
 %{_bindir}/qemu
+%{_bindir}/qemu-alpha
 %{_bindir}/qemu-arm
 %{_bindir}/qemu-armeb
+%{_bindir}/qemu-cris
 %{_bindir}/qemu-i386
 %{_bindir}/qemu-m68k
 %{_bindir}/qemu-mips
 %{_bindir}/qemu-mipsel
 %{_bindir}/qemu-ppc
+%{_bindir}/qemu-ppc64
+%{_bindir}/qemu-ppc64abi32
+%{_bindir}/qemu-sh4
+%{_bindir}/qemu-sh4eb
 %{_bindir}/qemu-sparc
+%{_bindir}/qemu-sparc32plus
+%{_bindir}/qemu-sparc64
 %{_bindir}/qemu-system-arm
 %{_bindir}/qemu-system-mips
 %{_bindir}/qemu-system-mipsel
 %{_bindir}/qemu-system-ppc
 %{_bindir}/qemu-system-sparc
 %{_bindir}/qemu-system-x86_64
-%{_bindir}/qemu*
+%{_bindir}/qemu-system-cris
+%{_bindir}/qemu-system-m68k
+%{_bindir}/qemu-system-mips64
+%{_bindir}/qemu-system-mips64el
+%{_bindir}/qemu-system-ppc64
+%{_bindir}/qemu-system-ppcemb
+%{_bindir}/qemu-system-sh4
+%{_bindir}/qemu-system-sh4eb
+%{_bindir}/qemu-x86_64
 %{_prefix}/share/qemu/
 %{_mandir}/man1/qemu.1*
 
@@ -125,6 +141,9 @@
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
+* Wed Jun 11 2008 Daniel P. Berrange <berrange at redhat.com> - 0.9.1-6.fc9
+- Remove bogus wildcard from files list (rhbz #450701)
+
 * Wed Mar 19 2008 Daniel P. Berrange <berrange at redhat.com> - 0.9.1-5.fc9
 - Split qemu-img tool into sub-package for smaller footprint installs
 




More information about the fedora-extras-commits mailing list