Commit 9aaa7bdc by Johannes Kastl Committed by Stéphane Graber

rpm: added dependency to lxc-libs to lxc package

Ensures matching versions of lxc and lxc-libs being installed Signed-off-by: 's avatarJohannes Kastl <mail@ojkastl.de> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent 284369c9
...@@ -54,6 +54,7 @@ Group: Applications/System ...@@ -54,6 +54,7 @@ Group: Applications/System
License: LGPLv2+ License: LGPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: openssl rsync Requires: openssl rsync
Requires: %{name}-libs = %{version}-%{release}
BuildRequires: libcap libcap-devel docbook2X graphviz BuildRequires: libcap libcap-devel docbook2X graphviz
%if %{with_python} %if %{with_python}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment