Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2012-11-15 10:57:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2012-11-14 
16:32:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2012-11-15 
10:57:34.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Nov 15 09:37:55 UTC 2012 - [email protected]
+
+- remove boot.* again, new insserv shadows them
+
+-------------------------------------------------------------------
+Thu Nov 15 09:04:44 UTC 2012 - [email protected]
+
+- Add aaa_base-syntax-error.patch: Fix syntax error in rc.status.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.Eycawi/_old  2012-11-15 10:57:35.000000000 +0100
+++ /var/tmp/diff_new_pack.Eycawi/_new  2012-11-15 10:57:35.000000000 +0100
@@ -166,10 +166,6 @@
 # needed also with systemd
 /etc/init.d/boot.localnet
 /etc/init.d/powerfail
-# needed for backward compat
-/etc/init.d/boot.localfs
-/etc/init.d/boot.rootfsck
-/etc/init.d/boot.cleanup
 /etc/hushlogins
 %dir /lib/aaa_base
 /lib/aaa_base/convert_sysctl*

++++++ README.packaging.txt ++++++
--- /var/tmp/diff_new_pack.Eycawi/_old  2012-11-15 10:57:35.000000000 +0100
+++ /var/tmp/diff_new_pack.Eycawi/_new  2012-11-15 10:57:35.000000000 +0100
@@ -6,7 +6,7 @@
   aaa_base packagers commit it for you
 
 The online repository is at:
-http://gitorious.org/opensuse/aaa_base
+http://github.com/openSUSE/aaa_base
 
 For building the package from git run the service directly:
 osc service disabledrun

++++++ aaa_base-12.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/aaa_base.post 
new/aaa_base-12.3/aaa_base.post
--- old/aaa_base-12.3/aaa_base.post     2012-11-14 01:42:56.000000000 +0100
+++ new/aaa_base-12.3/aaa_base.post     2012-11-15 10:36:44.000000000 +0100
@@ -52,7 +52,7 @@
     esac
 fi
 
-%{fillup_and_insserv -y boot.localfs boot.rootfsck boot.cleanup boot.localnet}
+%{fillup_and_insserv -y boot.localnet}
 
 %{remove_and_set -n security CONSOLE_SHUTDOWN}
 %{remove_and_set -n suseconfig CHECK_INITTAB}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/etc/init.d/boot.cleanup 
new/aaa_base-12.3/files/etc/init.d/boot.cleanup
--- old/aaa_base-12.3/files/etc/init.d/boot.cleanup     2012-11-14 
01:42:56.000000000 +0100
+++ new/aaa_base-12.3/files/etc/init.d/boot.cleanup     1970-01-01 
01:00:00.000000000 +0100
@@ -1,41 +0,0 @@
-#! /bin/bash
-#
-# Copyright (c) 2001-2005 SuSE Linux AG, Nuernberg, Germany.
-# Copyright (c) 2011 SUSE Linux Products GmbH, Nuernberg, Germany.
-#
-# /etc/init.d/boot.cleanup
-#
-### BEGIN INIT INFO
-# Provides:          boot.cleanup
-# Required-Start:    $null
-# Should-Start:      $null
-# Required-Stop:     $null
-# Should-Stop:       $null
-# Default-Start:     B
-# Default-Stop:
-# Short-Description: do cleanup
-# Description: Cleanup left over tempfiles from 
-#      last run: screen sockets, temporary rpm-database files,
-#      ssh agent infos, various lockfiles, utmp and some more.
-### END INIT INFO
-
-. /etc/rc.status
-
-rc_reset
-
-case "$1" in
-  start|stop)
-       rc_failed 3
-       ;;
-
-    restart|reload)
-       rc_failed 3
-       rc_status -v
-       ;;
-    *)
-       echo "Usage: $0 {start|stop|status}"
-       exit 1
-       ;;
-esac
-
-rc_exit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/etc/init.d/boot.localfs 
new/aaa_base-12.3/files/etc/init.d/boot.localfs
--- old/aaa_base-12.3/files/etc/init.d/boot.localfs     2012-11-14 
01:42:56.000000000 +0100
+++ new/aaa_base-12.3/files/etc/init.d/boot.localfs     1970-01-01 
01:00:00.000000000 +0100
@@ -1,34 +0,0 @@
-#! /bin/sh
-#
-# Copyright (c) 2001-2002 SuSE Linux AG, Nuernberg, Germany.
-# All rights reserved.
-#
-# /etc/init.d/boot.localfs
-#
-### BEGIN INIT INFO
-# Provides:          boot.localfs
-# Required-Start:    $null
-# Required-Stop:     $null
-# Default-Start:     B
-# Default-Stop:
-# X-Interactive:     true
-# Short-Description: check and mount local filesystems except /
-# Description:       check and mount local filesystems except /
-### END INIT INFO
-
-. /etc/rc.status
-
-rc_reset
-
-case "$1" in
-  start|stop|restart)
-       rc_failed 3
-       rc_status -v
-       ;;
-    *)
-       echo "Usage: $0 {start|stop|restart}"
-       exit 1
-       ;;
-esac
-
-rc_exit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/etc/init.d/boot.rootfsck 
new/aaa_base-12.3/files/etc/init.d/boot.rootfsck
--- old/aaa_base-12.3/files/etc/init.d/boot.rootfsck    2012-11-14 
01:42:56.000000000 +0100
+++ new/aaa_base-12.3/files/etc/init.d/boot.rootfsck    1970-01-01 
01:00:00.000000000 +0100
@@ -1,35 +0,0 @@
-#! /bin/sh
-#
-# Copyright (c) 2001-2002 SuSE Linux AG, Nuernberg, Germany.
-# All rights reserved.
-#
-# /etc/init.d/boot.rootfsck
-#
-### BEGIN INIT INFO
-# Provides:          boot.rootfsck
-# Required-Start:    $null
-# Required-Stop:     $null
-# Default-Start:     B
-# Default-Stop:
-# X-Interactive:     true
-# Short-Description: check and mount root filesystem
-# Description:       check and mount root filesystem
-### END INIT INFO
-
-. /etc/rc.status
-
-rc_reset
-
-case "$1" in
-    start|stop|restart)
-       rc_failed 3
-       rc_status -v
-       ;;
-    *)
-       echo "Usage: $0 {start|stop|restart}"
-       exit 1
-       ;;
-esac
-
-rc_exit
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/etc/rc.status 
new/aaa_base-12.3/files/etc/rc.status
--- old/aaa_base-12.3/files/etc/rc.status       2012-11-14 01:42:56.000000000 
+0100
+++ new/aaa_base-12.3/files/etc/rc.status       2012-11-15 10:36:44.000000000 
+0100
@@ -59,7 +59,7 @@
            *) unset _rc_base ;;
        esac
        if test -n "$_rc_base" -a -x /bin/systemctl ; then
-           exec /bin/systemctl $1 "${_rc_base}
+           exec /bin/systemctl $1 "${_rc_base}"
        fi
        unset _rc_base
     fi

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to