Quoting Johannes Kastl ([email protected]): > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 23.01.2015 Serge Hallyn wrote: > > >> Adding a Requires to the libs-section in the spec should help, I > >> guess. I'll try it locally and report back. > > > > Cool, sounds reasonable, patch appreciated :) > > You call, you get. ;-)
Awesome, thanks. > See attachment, this is against master. Comments welcome. > > Regards, > Johannes > - -- > The first half of our lives is ruined by our parents, and the second > half by our children. > (Clarence Darrow, 1857-1938) > -----BEGIN PGP SIGNATURE----- > Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/ > > iEYEARECAAYFAlTCkrUACgkQzi3gQ/xETbLH4ACeORQ71c3pzPKE4UbecwBAmjMD > iVIAnA1pboJkhWuTyhTI7n9DQqnFFquX > =Vge4 > -----END PGP SIGNATURE----- > From ad84f4f4f87f0a0ea074ab383499f1a72d6ce29b Mon Sep 17 00:00:00 2001 > From: Johannes Kastl <[email protected]> > Date: Fri, 23 Jan 2015 19:25:28 +0100 > Subject: [PATCH] added dependency to lxc-libs to lxc package, to ensure > matching versions of lxc and lxc-libs being installed > > Signed-off-by: Johannes Kastl <[email protected]> Acked-by: Serge E. Hallyn <[email protected]> > --- > lxc.spec.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lxc.spec.in b/lxc.spec.in > index e64122c..a3cb6af 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 > -- > 2.2.2 > > _______________________________________________ > lxc-devel mailing list > [email protected] > http://lists.linuxcontainers.org/listinfo/lxc-devel _______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
