Mailinglist Archive: opensuse-commit (1400 mails)

< Previous Next >
commit aaa_base for openSUSE:Factory
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at 2011-11-05 11:13:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
and /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base", Maintainer is "ro@xxxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2011-10-28
19:14:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes 2011-11-05
11:39:41.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 2 15:25:25 UTC 2011 - lnussel@xxxxxxx
+
+- replace mtab with symlink in initrd already (bnc#727758)
+- introduce SYSTEMD_NO_WRAP (bnc#727445)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.cYdV08/_old 2011-11-05 11:43:14.000000000 +0100
+++ /var/tmp/diff_new_pack.cYdV08/_new 2011-11-05 11:43:14.000000000 +0100
@@ -163,6 +163,8 @@
%dir /lib/aaa_base
/lib/aaa_base/convert_sysctl*
/lib/YaST/SuSEconfig.functions
+%dir /lib/mkinitrd/scripts
+/lib/mkinitrd/scripts/boot-mtab.sh
/sbin/chkconfig
/sbin/get_kernel_version
/sbin/refresh_initrd

++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aaa_base/files/etc/rc.status
new/aaa_base/files/etc/rc.status
--- old/aaa_base/files/etc/rc.status 2011-10-28 00:14:45.000000000 +0200
+++ new/aaa_base/files/etc/rc.status 2011-11-02 15:39:14.000000000 +0100
@@ -33,7 +33,7 @@
#

# Check if the service is used under systemd but not started with
-if /bin/mountpoint -q /sys/fs/cgroup/systemd > /dev/null 2>&1 ; then
+if test -z "$SYSTEMD_NO_WRAP" && /bin/mountpoint -q /sys/fs/cgroup/systemd >
/dev/null 2>&1 ; then
if test $PPID -ne 1 -a $# -eq 1 ; then
_rc_base=
case "$0" in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aaa_base/files/lib/mkinitrd/scripts/boot-mtab.sh
new/aaa_base/files/lib/mkinitrd/scripts/boot-mtab.sh
--- old/aaa_base/files/lib/mkinitrd/scripts/boot-mtab.sh 1970-01-01
01:00:00.000000000 +0100
+++ new/aaa_base/files/lib/mkinitrd/scripts/boot-mtab.sh 2011-11-02
15:39:14.000000000 +0100
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+#%stage: setup
+#%programs: ln
+#%modules:
+#%dontshow
+
+if test -w /root/etc/ -a ! -L /root/etc/mtab ; then
+ echo "replacing /etc/mtab with symlink to /proc/self/mounts"
+ ln -sf /proc/self/mounts /root/etc/mtab
+fi

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >