Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-03-26 15:27:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-02-07 
10:01:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-03-26 
15:27:18.000000000 +0100
@@ -1,0 +2,14 @@
+Mon Mar 25 15:12:09 UTC 2013 - [email protected]
+
+- Remove boot.localnet also from spec file
+
+-------------------------------------------------------------------
+Mon Mar 25 08:06:28 UTC 2013 - [email protected]
+
+- Update version number to 13.1
+- Update to git head:
+  * Remove boot.localnet
+  * Revert "rc.status: allow to pass options to systemctl using 
SYSTEMCTL_OPTIONS"
+    SYSTEMCTL_OPTIONS is now handled directly by systemctl.
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-12.3.tar.gz

New:
----
  aaa_base-13.1.tar.gz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.xBlHgU/_old  2013-03-26 15:27:20.000000000 +0100
+++ /var/tmp/diff_new_pack.xBlHgU/_new  2013-03-26 15:27:20.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           aaa_base
-Version:        12.3
+Version:        13.1
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}
@@ -163,8 +163,6 @@
 %ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /var/log/wtmp
 %ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/btmp
 %ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /run/utmp
-# needed also with systemd
-/etc/init.d/boot.localnet
 /etc/init.d/powerfail
 /etc/hushlogins
 %dir /lib/aaa_base

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xBlHgU/_old  2013-03-26 15:27:20.000000000 +0100
+++ /var/tmp/diff_new_pack.xBlHgU/_new  2013-03-26 15:27:20.000000000 +0100
@@ -1,6 +1,6 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">12.3</param>
+    <param name="version">13.1</param>
     <param name="url">git://github.com/openSUSE/aaa_base.git</param>
     <param name="scm">git</param>
   </service>

++++++ aaa_base-12.3.tar.gz -> aaa_base-13.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/aaa_base.post 
new/aaa_base-13.1/aaa_base.post
--- old/aaa_base-12.3/aaa_base.post     2013-02-06 13:22:19.000000000 +0100
+++ new/aaa_base-13.1/aaa_base.post     2013-03-25 09:06:01.000000000 +0100
@@ -52,8 +52,6 @@
     fi
 fi
 
-%{fillup_and_insserv -y boot.localnet}
-
 %{remove_and_set -n security CONSOLE_SHUTDOWN}
 %{remove_and_set -n suseconfig CHECK_INITTAB}
 %{remove_and_set -n suseconfig HALT_SOUND}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/etc/init.d/boot.localnet 
new/aaa_base-13.1/files/etc/init.d/boot.localnet
--- old/aaa_base-12.3/files/etc/init.d/boot.localnet    2013-02-06 
13:22:19.000000000 +0100
+++ new/aaa_base-13.1/files/etc/init.d/boot.localnet    1970-01-01 
01:00:00.000000000 +0100
@@ -1,81 +0,0 @@
-#! /bin/sh
-#
-# Copyright (c) 2001-2002 SuSE Linux AG, Nuernberg, Germany.
-# All rights reserved.
-#
-# /etc/init.d/boot.localnet
-#
-### BEGIN INIT INFO
-# Provides:          boot.localnet
-# Required-Start:    boot.rootfsck
-# Required-Stop:     $null
-# Default-Start:     B
-# Default-Stop:
-# Short-Description: setup hostname and yp
-# Description:       setup hostname and yp
-### END INIT INFO
-
-. /etc/rc.status
-. /etc/sysconfig/cron
-
-rc_reset
-
-case "$1" in
-  start)
-       # clean up old yp bindings
-       rm -f /var/yp/binding/*.[12]
-       
-       #
-       # set hostname and domainname
-       #
-       XHOSTNAME=""
-       test -f /etc/HOSTNAME && {
-           read XHOSTNAME < /etc/HOSTNAME
-       }
-       test -n "$HOSTNAME" -a "$HOSTNAME" != '(none)' && {
-           echo Using boot-specified hostname \'${HOSTNAME}\'
-           XHOSTNAME="$HOSTNAME"
-       }
-       test -n "$XHOSTNAME" && {
-           echo -n Setting up hostname \'${XHOSTNAME%%.*}\'
-           hostname ${XHOSTNAME%%.*}
-           rc_status -v -r
-       }
-       
-       XDOMAINNAME=""
-       test -f /etc/defaultdomain && {
-           read XDOMAINNAME < /etc/defaultdomain
-       }
-        test -n "$XDOMAINNAME" && {
-           echo -n Setting up NIS domainname \'$XDOMAINNAME\'
-        }
-       domainname "$XDOMAINNAME"
-        test -n "$XDOMAINNAME" && {
-       rc_status -v -r
-        }
-       
-       unset XHOSTNAME
-       unset XDOMAINNAME
-
-       echo -n "Setting up loopback interface "
-       #/sbin/ifconfig lo 127.0.0.1 up
-       /sbin/ip addr add 127.0.0.1/8 brd + dev lo
-       /sbin/ip link set lo up
-       rc_status -v -r
-       ;;
-    stop|restart)
-        # skip / nothing to do
-       ;;
-    status)
-       # assume we have been run
-       rc_reset
-       rc_status -v
-       ;;
-    *)
-       echo "Usage: $0 {start|stop|status|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-13.1/files/etc/rc.status
--- old/aaa_base-12.3/files/etc/rc.status       2013-02-06 13:22:19.000000000 
+0100
+++ new/aaa_base-13.1/files/etc/rc.status       2013-03-25 09:06:01.000000000 
+0100
@@ -55,11 +55,11 @@
        esac
        case "$1" in
            status) SYSTEMD_NO_WRAP=1 "$0" "$1" ;;
-           start|stop|reload|restart|try-restart|force-reload) echo 
"redirecting to systemctl ${SYSTEMCTL_OPTIONS} $1 ${_rc_base}" 1>&2 ;;
+           start|stop|reload|restart|try-restart|force-reload) echo 
"redirecting to systemctl $1 ${_rc_base}" 1>&2 ;;
            *) unset _rc_base ;;
        esac
        if test -n "$_rc_base" -a -x /bin/systemctl ; then
-           exec /bin/systemctl ${SYSTEMCTL_OPTIONS} $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