From 8e860de28c2aa30e30525e2edef8ee6b2006b9a2 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 11 Jun 2008 10:47:25 +0000 Subject: [PATCH] Remove bogus wildcard to avoid file duplication between RPM & sub-RPM (rhbz #450701) --- qemu.spec | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 2a8f33c..4605430 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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 @@ fi %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 @@ fi %{_mandir}/man1/qemu-img.1* %changelog +* Wed Jun 11 2008 Daniel P. Berrange - 0.9.1-6.fc9 +- Remove bogus wildcard from files list (rhbz #450701) + * Wed Mar 19 2008 Daniel P. Berrange - 0.9.1-5.fc9 - Split qemu-img tool into sub-package for smaller footprint installs