Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2014-12-30 00:50:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxc (Old)
 and      /work/SRC/openSUSE:Factory/.lxc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2014-12-21 12:04:36.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes     2014-12-30 
00:50:49.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec 27 22:35:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in lxc-autostart-helper script
+- add patches:
+  + lxc-1.0.7-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  lxc-1.0.7-fix-bashisms.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxc.spec ++++++
--- /var/tmp/diff_new_pack.e4QKKy/_old  2014-12-30 00:50:52.000000000 +0100
+++ /var/tmp/diff_new_pack.e4QKKy/_new  2014-12-30 00:50:52.000000000 +0100
@@ -32,6 +32,7 @@
 Patch5:         0005-lxc-opensuse.in-Check-if-given-argument-is-a-valid-r.patch
 Patch6:         0006-lxc-opensuse-default-release-changed-to-13.1-as-12.3.patch
 Patch7:         0007-lxc-opensuse-Disabling-builds-on-13.2-Tumbleweed-onl.patch
+Patch9:         lxc-1.0.7-fix-bashisms.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -86,6 +87,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch9 -p1
 
 %build
 chmod 755 configure

++++++ lxc-1.0.7-fix-bashisms.patch ++++++
diff -Ndur lxc-1.0.7/config/init/sysvinit/lxc 
lxc-1.0.7-fix-bashisms/config/init/sysvinit/lxc
--- lxc-1.0.7/config/init/sysvinit/lxc  2014-12-05 22:50:37.000000000 +0200
+++ lxc-1.0.7-fix-bashisms/config/init/sysvinit/lxc     2014-12-28 
00:33:22.878089828 +0200
@@ -85,6 +85,8 @@
     done
 }
 
+. /usr/bin/gettext.sh
+
 # See how we were called.
 case "$1" in
   start)
@@ -98,7 +100,7 @@
        # Start containers
        wait_for_bridge
        # Start autoboot containers first then the NULL group "onboot,".
-       action $"Starting LXC autoboot containers: " "$bindir"/lxc-autostart 
$OPTIONS $BOOTGROUPS
+       action "$(eval_gettext "Starting LXC autoboot containers: ")" 
"$bindir"/lxc-autostart $OPTIONS $BOOTGROUPS
        touch "$localstatedir"/lock/subsys/lxc
        ;;
   stop)
@@ -110,7 +112,7 @@
        # The stop is serialized and can take excessive time.  We need to avoid
        # delaying the system shutdown / reboot as much as we can since it's not
        # parallelized...  Even 5 second timout may be too long.
-       action $"Stopping LXC containers: " "$bindir"/lxc-autostart $STOPOPTS 
$SHUTDOWNDELAY
+       action "$(eval_gettext "Stopping LXC containers: ")" 
"$bindir"/lxc-autostart $STOPOPTS $SHUTDOWNDELAY
        rm -f "$localstatedir"/lock/subsys/lxc
        ;;
   restart|reload|force-reload)
diff -Ndur lxc-1.0.7/config/init/sysvinit/lxc.in 
lxc-1.0.7-fix-bashisms/config/init/sysvinit/lxc.in
--- lxc-1.0.7/config/init/sysvinit/lxc.in       2014-12-05 22:50:20.000000000 
+0200
+++ lxc-1.0.7-fix-bashisms/config/init/sysvinit/lxc.in  2014-12-28 
00:32:48.532092151 +0200
@@ -85,6 +85,8 @@
     done
 }
 
+. /usr/bin/gettext.sh
+
 # See how we were called.
 case "$1" in
   start)
@@ -98,7 +100,7 @@
        # Start containers
        wait_for_bridge
        # Start autoboot containers first then the NULL group "onboot,".
-       action $"Starting LXC autoboot containers: " "$bindir"/lxc-autostart 
$OPTIONS $BOOTGROUPS
+       action "$(eval_gettext "Starting LXC autoboot containers: ")" 
"$bindir"/lxc-autostart $OPTIONS $BOOTGROUPS
        touch "$localstatedir"/lock/subsys/lxc
        ;;
   stop)
@@ -110,7 +112,7 @@
        # The stop is serialized and can take excessive time.  We need to avoid
        # delaying the system shutdown / reboot as much as we can since it's not
        # parallelized...  Even 5 second timout may be too long.
-       action $"Stopping LXC containers: " "$bindir"/lxc-autostart $STOPOPTS 
$SHUTDOWNDELAY
+       action "$(eval_gettext "Stopping LXC containers: ")" 
"$bindir"/lxc-autostart $STOPOPTS $SHUTDOWNDELAY
        rm -f "$localstatedir"/lock/subsys/lxc
        ;;
   restart|reload|force-reload)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to