render / rpms / qemu

Forked from rpms/qemu 10 months ago
Clone

a7d1ff Use SLOF = 0-0.1.git<date> (ie. n-v-r). The version is literally "0".

Authored and Committed by rjones@redhat.com 12 years ago
1 file changed. 4 lines added. 4 lines removed.
    Use SLOF = 0-0.1.git<date> (ie. n-v-r).  The version is literally "0".
    
        
file modified
+4 -4
qemu.spec CHANGED
@@ -39,7 +39,7 @@
39
39
Summary: QEMU is a FAST! processor emulator
40
40
Name: qemu
41
41
Version: 1.2.0
42
- Release: 6%{?dist}
42
+ Release: 7%{?dist}
43
43
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
44
44
Epoch: 2
45
45
License: GPLv2+ and LGPLv2+ and BSD
@@ -456,7 +456,7 @@ Summary: QEMU system emulator for PPC
456
456
Group: Development/Tools
457
457
Requires: %{name}-common = %{epoch}:%{version}-%{release}
458
458
Requires: openbios
459
- Requires: SLOF = 0.1.git%{SLOF_gittagdate}%{?dist}
459
+ Requires: SLOF = 0-0.1.git%{SLOF_gittagdate}
460
460
%description system-ppc
461
461
QEMU is a generic and open source processor emulator which achieves a good
462
462
emulation speed by using dynamic translation.
@@ -1057,9 +1057,9 @@ fi
1057
1057
%{_mandir}/man1/qemu-img.1*
1058
1058
1059
1059
%changelog
1060
- * Sun Sep 16 2012 Richard W.M. Jones <rjones@redhat.com> - 2:1.2.0-6
1060
+ * Sun Sep 16 2012 Richard W.M. Jones <rjones@redhat.com> - 2:1.2.0-7
1061
1061
- Use 'global' instead of 'define', and underscore in definition name,
1062
- and dist tag in dependency, all to fix RHBZ#855252.
1062
+ and n-v-r of SLOF, all to fix RHBZ#855252.
1063
1063
1064
1064
* Fri Sep 14 2012 Paolo Bonzini <pbonzini@redhat.com> - 2:1.2.0-4
1065
1065
- add versioned dependency from qemu-system-ppc to SLOF (BZ#855252)