From 9aaa7bdc1bf85dba454e21f56fe7154ca3785c7c Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 23 Jan 2015 19:28:10 +0100 Subject: [PATCH] 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 --- lxc.spec.in | 1 + 1 file changed, 1 insertion(+) 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} -- 2.47.2