Further fix for RHBZ#855252.
This commit is contained in:
parent
1fbcf81188
commit
a6d8d36a6d
10
qemu.spec
10
qemu.spec
@ -34,12 +34,12 @@
|
|||||||
%bcond_without fdt # enabled
|
%bcond_without fdt # enabled
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define SLOF-gittagdate 20120731
|
%global SLOF_gittagdate 20120731
|
||||||
|
|
||||||
Summary: QEMU is a FAST! processor emulator
|
Summary: QEMU is a FAST! processor emulator
|
||||||
Name: qemu
|
Name: qemu
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
|
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPLv2+ and LGPLv2+ and BSD
|
License: GPLv2+ and LGPLv2+ and BSD
|
||||||
@ -456,7 +456,7 @@ Summary: QEMU system emulator for PPC
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
||||||
Requires: openbios
|
Requires: openbios
|
||||||
Requires: SLOF = 0.1.git%{SLOF-gittagdate}
|
Requires: SLOF = 0.1.git%{SLOF_gittagdate}
|
||||||
%description system-ppc
|
%description system-ppc
|
||||||
QEMU is a generic and open source processor emulator which achieves a good
|
QEMU is a generic and open source processor emulator which achieves a good
|
||||||
emulation speed by using dynamic translation.
|
emulation speed by using dynamic translation.
|
||||||
@ -1057,6 +1057,10 @@ fi
|
|||||||
%{_mandir}/man1/qemu-img.1*
|
%{_mandir}/man1/qemu-img.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 16 2012 Richard W.M. Jones <rjones@redhat.com> - 2:1.2.0-5
|
||||||
|
- Use 'global' instead of 'define', and underscore in definition name,
|
||||||
|
to fix RHBZ#855252.
|
||||||
|
|
||||||
* Fri Sep 14 2012 Paolo Bonzini <pbonzini@redhat.com> - 2:1.2.0-4
|
* Fri Sep 14 2012 Paolo Bonzini <pbonzini@redhat.com> - 2:1.2.0-4
|
||||||
- add versioned dependency from qemu-system-ppc to SLOF (BZ#855252)
|
- add versioned dependency from qemu-system-ppc to SLOF (BZ#855252)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user