From 9ab3f1d107462c5275546db208bb77a0060e2a49 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Sep 16 2012 18:55:19 +0000 Subject: Apparently need to include dist tag in the dependency too. --- diff --git a/qemu.spec b/qemu.spec index 424e1e5..d25729e 100644 --- a/qemu.spec +++ b/qemu.spec @@ -39,7 +39,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 1.2.0 -Release: 5%{?dist} +Release: 6%{?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 @@ -456,7 +456,7 @@ Summary: QEMU system emulator for PPC Group: Development/Tools Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: openbios -Requires: SLOF = 0.1.git%{SLOF_gittagdate} +Requires: SLOF = 0.1.git%{SLOF_gittagdate}%{?dist} %description system-ppc QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation. @@ -1057,9 +1057,9 @@ fi %{_mandir}/man1/qemu-img.1* %changelog -* Sun Sep 16 2012 Richard W.M. Jones - 2:1.2.0-5 +* Sun Sep 16 2012 Richard W.M. Jones - 2:1.2.0-6 - Use 'global' instead of 'define', and underscore in definition name, - to fix RHBZ#855252. + and dist tag in dependency, all to fix RHBZ#855252. * Fri Sep 14 2012 Paolo Bonzini - 2:1.2.0-4 - add versioned dependency from qemu-system-ppc to SLOF (BZ#855252)