From: Johannes Kastl Date: Fri, 23 Jan 2015 18:28:10 +0000 (+0100) Subject: rpm: added dependency to lxc-libs to lxc package X-Git-Tag: lxc-1.0.8~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aaa7bdc1bf85dba454e21f56fe7154ca3785c7c;p=thirdparty%2Flxc.git rpm: added dependency to lxc-libs to lxc package Ensures matching versions of lxc and lxc-libs being installed Signed-off-by: Johannes Kastl Acked-by: Serge E. Hallyn --- diff --git a/lxc.spec.in b/lxc.spec.in index 447703336..d41788f5f 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -54,6 +54,7 @@ Group: Applications/System License: LGPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: openssl rsync +Requires: %{name}-libs = %{version}-%{release} BuildRequires: libcap libcap-devel docbook2X graphviz %if %{with_python}