]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
rpm: added dependency to lxc-libs to lxc package
authorJohannes Kastl <mail@ojkastl.de>
Fri, 23 Jan 2015 18:28:10 +0000 (19:28 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 28 Aug 2015 22:02:15 +0000 (18:02 -0400)
Ensures matching versions of lxc and lxc-libs being installed

Signed-off-by: Johannes Kastl <mail@ojkastl.de>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
lxc.spec.in

index 447703336d831ba6686bb53680a840066db56a35..d41788f5fa47b873b479d430321df1fb9a9bfc7a 100644 (file)
@@ -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}