From 1f3fc0d73a88b01bb596b0ea812dc9a5b1f7e5e6 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 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