[qemu/f18: 11/11] add versioned dependency from qemu-system-ppc to SLOF (BZ#855252)

bonzini bonzini at fedoraproject.org
Fri Sep 14 10:49:54 UTC 2012


commit 1fbcf81188e4007b7c532933060d3267302e3b84
Author: Paolo Bonzini <pbonzini at redhat.com>
Date:   Fri Sep 14 11:57:43 2012 +0200

    add versioned dependency from qemu-system-ppc to SLOF (BZ#855252)

 qemu.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 5ac650a..2bdbaa3 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -34,10 +34,12 @@
 %bcond_without fdt              # enabled
 %endif
 
+%define SLOF-gittagdate 20120731
+
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 1.2.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 # Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
@@ -454,7 +456,7 @@ Summary: QEMU system emulator for PPC
 Group: Development/Tools
 Requires: %{name}-common = %{epoch}:%{version}-%{release}
 Requires: openbios
-Requires: SLOF
+Requires: SLOF = 0.1.git%{SLOF-gittagdate}
 %description system-ppc
 QEMU is a generic and open source processor emulator which achieves a good
 emulation speed by using dynamic translation.
@@ -1055,6 +1057,9 @@ fi
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
+* Fri Sep 14 2012 Paolo Bonzini <pbonzini at redhat.com> - 2:1.2.0-4
+- add versioned dependency from qemu-system-ppc to SLOF (BZ#855252)
+
 * Wed Sep 12 2012 Richard W.M. Jones <rjones at redhat.com> - 2:1.2.0-3
 - Fix RHBZ#853408 which causes libguestfs failure.
 


More information about the scm-commits mailing list