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.1.0.rc2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f3fc0d73a88b01bb596b0ea812dc9a5b1f7e5e6;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 e64122c0b..a3cb6af5d 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -69,6 +69,7 @@ Group: Applications/System License: LGPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: openssl rsync dnsmasq bridge-utils +Requires: %{name}-libs = %{version}-%{release} Requires(pre): /usr/sbin/useradd Requires(postun): /usr/sbin/userdel %if 0%{?fedora} < 15 || 0%{?rhel} < 7