mirror of https://gitee.com/openkylin/libvirt.git
Fix dep from libvirt-lock-sanlock RPM
The libvirt-lock-sanlock RPM requires libvirtd, so its RPM dep should be on libvirt-daemon, not libvirt
This commit is contained in:
parent
e63845469e
commit
aad1625da6
|
@ -731,7 +731,7 @@ Group: Development/Libraries
|
|||
Requires: sanlock >= 1.8
|
||||
#for virt-sanlock-cleanup require augeas
|
||||
Requires: augeas
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-daemon = %{version}-%{release}
|
||||
|
||||
%description lock-sanlock
|
||||
Includes the Sanlock lock manager plugin for the QEMU
|
||||
|
|
Loading…
Reference in New Issue