mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
spec: Require newer sanlock on recent distros 2
The previous commit was incomplete. We need to also add explicit Requires for the newer version since RPM's automatic dependencies won't work with sanlock.
This commit is contained in:
parent
cb4f41b8d0
commit
3143c81ca1
@ -1030,7 +1030,11 @@ Include header files & development libraries for the libvirt C library.
|
||||
%package lock-sanlock
|
||||
Summary: Sanlock lock manager plugin for QEMU driver
|
||||
Group: Development/Libraries
|
||||
%if 0%{?fedora} >= 17 || 0%{?rhel} >= 6
|
||||
Requires: sanlock >= 2.4
|
||||
%else
|
||||
Requires: sanlock >= 1.8
|
||||
%endif
|
||||
#for virt-sanlock-cleanup require augeas
|
||||
Requires: augeas
|
||||
Requires: %{name}-daemon = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user