RHEL 7: Do not depend on libldm (not yet in RHEL 7: RHBZ#887812).
This commit is contained in:
parent
15f2c4e4f7
commit
87b5aa153d
@ -86,7 +86,9 @@ BuildRequires: lua
|
|||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
|
%if !0%{?rhel}
|
||||||
BuildRequires: libldm-devel
|
BuildRequires: libldm-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
# This is only needed for RHEL 5 because readline-devel doesn't
|
# This is only needed for RHEL 5 because readline-devel doesn't
|
||||||
# properly depend on it, but doesn't do any harm on other platforms:
|
# properly depend on it, but doesn't do any harm on other platforms:
|
||||||
@ -129,7 +131,9 @@ BuildRequires: jfsutils
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
BuildRequires: kmod
|
BuildRequires: kmod
|
||||||
|
%if !0%{?rhel}
|
||||||
BuildRequires: libldm
|
BuildRequires: libldm
|
||||||
|
%endif
|
||||||
BuildRequires: libselinux
|
BuildRequires: libselinux
|
||||||
BuildRequires: libxml2
|
BuildRequires: libxml2
|
||||||
BuildRequires: lsof
|
BuildRequires: lsof
|
||||||
@ -208,7 +212,9 @@ Requires: jfsutils
|
|||||||
%endif
|
%endif
|
||||||
Requires: kernel
|
Requires: kernel
|
||||||
Requires: kmod
|
Requires: kmod
|
||||||
|
%if !0%{?rhel}
|
||||||
Requires: libldm
|
Requires: libldm
|
||||||
|
%endif
|
||||||
Requires: libselinux
|
Requires: libselinux
|
||||||
Requires: libxml2
|
Requires: libxml2
|
||||||
Requires: lsof
|
Requires: lsof
|
||||||
@ -1083,6 +1089,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
|
|||||||
package name (but not the binary) is different in RHEL 7.
|
package name (but not the binary) is different in RHEL 7.
|
||||||
* Add workaround for libvirt/KVM bug RHBZ#878406.
|
* Add workaround for libvirt/KVM bug RHBZ#878406.
|
||||||
* Do not depend on libvirt-daemon-qemu.
|
* Do not depend on libvirt-daemon-qemu.
|
||||||
|
* Do not depend on libldm (not yet in RHEL 7: RHBZ#887812).
|
||||||
|
|
||||||
* Thu Dec 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.20.0-1
|
* Thu Dec 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.20.0-1
|
||||||
- New upstream version 1.20.0.
|
- New upstream version 1.20.0.
|
||||||
|
Loading…
Reference in New Issue
Block a user