Require newer ceph-libs to fix symbol error (bz #995883)
This commit is contained in:
parent
4c7a45d13c
commit
db155eccfe
15
qemu.spec
15
qemu.spec
@ -131,7 +131,7 @@
|
|||||||
Summary: QEMU is a FAST! processor emulator
|
Summary: QEMU is a FAST! processor emulator
|
||||||
Name: qemu
|
Name: qemu
|
||||||
Version: 1.4.2
|
Version: 1.4.2
|
||||||
Release: 9%{?dist}
|
Release: 10%{?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
|
||||||
@ -331,7 +331,7 @@ BuildRequires: libseccomp-devel >= 1.0.0
|
|||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
%if %{with rbd}
|
%if %{with rbd}
|
||||||
# For rbd block driver
|
# For rbd block driver
|
||||||
BuildRequires: ceph-devel
|
BuildRequires: ceph-devel >= 0.61
|
||||||
%endif
|
%endif
|
||||||
# We need both because the 'stap' binary is probed for by configure
|
# We need both because the 'stap' binary is probed for by configure
|
||||||
BuildRequires: systemtap
|
BuildRequires: systemtap
|
||||||
@ -467,6 +467,14 @@ Requires(post): /usr/sbin/useradd
|
|||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
|
|
||||||
|
# ceph added new symbol rbd_aio_flush which qemu wants to use, but ceph
|
||||||
|
# lacks symbol versioning so RPM doesn't pick up the dependency.
|
||||||
|
# Need to keep this for the lifetime of f19
|
||||||
|
%if %{with rbd}
|
||||||
|
Requires: ceph-libs >= 0.61
|
||||||
|
%endif
|
||||||
|
|
||||||
%description common
|
%description common
|
||||||
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.
|
||||||
@ -1530,6 +1538,9 @@ getent passwd qemu >/dev/null || \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 24 2013 Cole Robinson <crobinso@redhat.com> - 2:1.4.2-10
|
||||||
|
- Require newer ceph-libs to fix symbol error (bz #995883)
|
||||||
|
|
||||||
* Thu Sep 05 2013 Richard W.M. Jones <rjones@redhat.com> - 2:1.4.2-9
|
* Thu Sep 05 2013 Richard W.M. Jones <rjones@redhat.com> - 2:1.4.2-9
|
||||||
- ppc64 hangs at "Trying to read invalid spr 896 380 at .." (bz #1004532)
|
- ppc64 hangs at "Trying to read invalid spr 896 380 at .." (bz #1004532)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user