Hello community, here is the log from the commit of package lxc for openSUSE:Factory checked in at 2013-01-22 15:56:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxc (Old) and /work/SRC/openSUSE:Factory/.lxc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxc", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/lxc/lxc.changes 2013-01-14 12:02:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2013-01-22 15:56:37.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Jan 21 09:26:57 UTC 2013 - [email protected] + +- Update pivot-root_shared.patch with upstream patch to build with + old version of kernel headers. +- Check for /etc/init.d/boot.cgroup presence before starting it in + %post. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxc.spec ++++++ --- /var/tmp/diff_new_pack.xvTz9P/_old 2013-01-22 15:56:39.000000000 +0100 +++ /var/tmp/diff_new_pack.xvTz9P/_new 2013-01-22 15:56:39.000000000 +0100 @@ -114,8 +114,10 @@ %post /sbin/ldconfig %if 0%{?suse_version} < 1230 +if [ -x /etc/init.d/boot.cgroup ]; then %fillup_and_insserv -f -Y boot.cgroup /etc/init.d/boot.cgroup start 2>/dev/null >/dev/null || : +fi %endif %postun ++++++ pivot-root_shared.patch ++++++ --- /var/tmp/diff_new_pack.xvTz9P/_old 2013-01-22 15:56:39.000000000 +0100 +++ /var/tmp/diff_new_pack.xvTz9P/_new 2013-01-22 15:56:39.000000000 +0100 @@ -213,3 +213,37 @@ if (handler->ops->post_start(handler, handler->data)) goto out_abort; +From 859a6da0fac5d214230f8a52777277b5147532fb Mon Sep 17 00:00:00 2001 +From: Natanael Copa <[email protected]> +Date: Tue, 25 Dec 2012 10:53:50 +0100 +Subject: [PATCH] define MS_SHARED if needed +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Fixes build on uClibc. + +Signed-off-by: Natanael Copa <[email protected]> +Acked-by: Stéphane Graber <[email protected]> +--- + src/lxc/conf.c | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/src/lxc/conf.c b/src/lxc/conf.c +index 96940b3..c82e759 100644 +--- a/src/lxc/conf.c ++++ b/src/lxc/conf.c +@@ -87,6 +87,10 @@ lxc_log_define(lxc_conf, lxc); + #define MNT_DETACH 2 + #endif + ++#ifndef MS_SLAVE ++#define MS_SLAVE (1<<19) ++#endif ++ + #ifndef MS_RELATIME + #define MS_RELATIME (1 << 21) + #endif +-- +1.7.10.4 + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
