Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2012-11-05 15:34:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-26 
07:42:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2012-11-05 
15:34:36.000000000 +0100
@@ -1,0 +2,22 @@
+Mon Nov  5 09:24:44 UTC 2012 - [email protected]
+
+- readd some boot.* scripts that are required by insserv for not ported
+  applications (they are empty though)
+
+-------------------------------------------------------------------
+Wed Oct 31 10:00:59 UTC 2012 - [email protected]
+
+- Enforce creation of /etc/adjtime even if no /etc/sysconfig/clock exists 
(bnc#779440)
+
+-------------------------------------------------------------------
+Thu Oct 25 10:16:04 UTC 2012 - [email protected]
+
+- also move the file to /run
+- generate utmp in /run not in /var/run
+
+-------------------------------------------------------------------
+Thu Oct 25 10:05:27 UTC 2012 - [email protected]
+
+- /var/run/utmp should be packaged as /run/utmp
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.mBAYlj/_old  2012-11-05 15:34:38.000000000 +0100
+++ /var/tmp/diff_new_pack.mBAYlj/_new  2012-11-05 15:34:38.000000000 +0100
@@ -162,10 +162,14 @@
 %ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/faillog
 %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) /var/run/utmp
+%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
+# 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*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.mBAYlj/_old  2012-11-05 15:34:38.000000000 +0100
+++ /var/tmp/diff_new_pack.mBAYlj/_new  2012-11-05 15:34:38.000000000 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="version">12.3</param>
-    <param name="url">git://gitorious.org/opensuse/aaa_base.git</param>
+    <param name="url">git://github.com/openSUSE/aaa_base.git</param>
     <param name="scm">git</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ aaa_base-12.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/README new/aaa_base-12.3/README
--- old/aaa_base-12.3/README    1970-01-01 01:00:00.000000000 +0100
+++ new/aaa_base-12.3/README    2012-11-05 10:24:01.000000000 +0100
@@ -0,0 +1,9 @@
+aaa_base
+========
+
+This repository makes up the tar ball in the aaa_base package
+http://build.opensuse.org/package/show?package=aaa_base&project=Base:System
+
+After commit, checkout Base:System aaa_base and run
+  osc service dr
+
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-10-15 12:45:37.000000000 +0200
+++ new/aaa_base-12.3/aaa_base.post     2012-11-05 10:24:01.000000000 +0100
@@ -30,13 +30,13 @@
 # just do a one-time migration of the time setting from /etc/sysconfig/clock
 # to /etc/adjtime as systemd now use the later as reference
 #
+if test ! -e /etc/adjtime
+then
+    echo -e "0.0 0 0.0\n0\nUTC" > /etc/adjtime
+fi
 if test -s /etc/sysconfig/clock
 then
     . /etc/sysconfig/clock
-    if test ! -e /etc/adjtime
-    then
-       echo -e "0.0 0 0.0\n0\nUTC" > /etc/adjtime
-    fi
     if test -n "$HWCLOCK"
     then
        sed -ri 
'\@^##[[:blank:]]+Type:[[:blank:]]+string\(-u,--utc,--localtime\)@,\@^HWCLOCK=@c\
@@ -163,7 +163,7 @@
 /var/log/faillog    root:root 600
 /var/log/wtmp       root:utmp 664
 /var/log/btmp       root:root 600
-/var/run/utmp       root:utmp 664
+/run/utmp       root:utmp 664
 EOT
 
 if test -e /usr/sbin/usrdel.local -a ! -e /usr/sbin/userdel.local ; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/etc/bash.bashrc 
new/aaa_base-12.3/files/etc/bash.bashrc
--- old/aaa_base-12.3/files/etc/bash.bashrc     2012-10-15 12:45:37.000000000 
+0200
+++ new/aaa_base-12.3/files/etc/bash.bashrc     2012-11-05 10:24:01.000000000 
+0100
@@ -108,36 +108,64 @@
                eval echo \"..\${$(($#-1))}/\${$#}\"
            fi ) ; }
        # Set xterm prompt with short path (last 18 characters)
-       ppwd () {
-           local _t="$1" _w _x _u="$USER" _h="$HOST"
-           test -n "$_t"    || return
-           test "${_t#tty}" = $_t && _t=pts/$_t
-           test -O /dev/$_t || return
-           _w="$(dirs +0)"
-           _x=$((${#_w}-18))
-           test ${#_w} -le 18 || _w="...${_w#$(printf "%.*s" $_x "$_w")}"
-           printf "\e]2;%s@%s:%s\007\e]1;%s\007" "$_u" "$_h" "$_w" "$_h" > 
/dev/$_t
+       if tput hs 2>/dev/null || tput -T $TERM+sl hs 2>/dev/null ; then
+           if test "$TERM" = xterm ; then
+               _tsl=$(echo -en '\e]2;')
+               _isl=$(echo -en '\e]1;')
+               _fsl=$(echo -en '\007')
+           else
+               _tsl=$(tput tsl 2>/dev/null || tput -T $TERM+sl tsl 2>/dev/null)
+               _isl=''
+               _fsl=$(tput fsl 2>/dev/null || tput -T $TERM+sl fsl 2>/dev/null)
+           fi
+                   _sc=$(tput sc 2>/dev/null)
+                   _rc=$(tput rc 2>/dev/null)
+           if test -n "$_tsl" -a -n "$_isl" -a "$_fsl" ; then
+               TS1="$_sc$_tsl%s@%s:%s$_fsl$_isl%s$_fsl$_rc"
+           elif test -n "$_tsl" -a "$_fsl" ; then
+               TS1="$_sc$_tsl%s@%s:%s$_fsl$_rc"
+           fi
+           unset _tsl _fsl _sc _rc
+           ppwd () {
+               local tty="$1" dir
+               local -i width
+               test -n "$TS1" || return;
+               test -n "$tty" || return;
+               test "${tty#tty}" = "$tty" && tty="pts/$tty"
+               tty="/dev/$tty"
+               test -O "$tty" || return;
+               dir="$(dirs +0)"
+               let width=${#dir}-18
+               test ${#dir} -le 18 || dir="...${dir#$(printf "%.*s" $width 
"$dir")}"
+               if test ${#TS1} -gt 17 ; then
+                   printf "$TS1" "$USER" "$HOST" "$dir" "$HOST" > "$tty"
+               else
+                   printf "$TS1" "$USER" "$HOST" "$dir" > "$tty"
+               fi
            }
+       else
+           ppwd () { true; }
+       fi
        # If set: do not follow sym links
        # set -P
        #
        # Other prompting for root
-       _t=""
        if test "$UID" -eq 0  ; then
            _u="\h"
            _p=" #"
        else
            _u="\u@\h"
            _p=">"
-           if test \( "$TERM" = "xterm" -o "${TERM#screen}" != "$TERM" \) \
-                   -a -z "$EMACS" -a -z "$MC_SID" -a -n "$DISPLAY" \
-                   -a ! -r $HOME/.bash.expert
-           then
-               _t="\$(ppwd \l)"
-           fi
-           if test -n "$restricted" ; then
-               _t=""
-           fi
+       fi
+       if test -z "$EMACS" -a -z "$MC_SID" -a -n "$DISPLAY" \
+               -a ! -r $HOME/.bash.expert
+       then
+           _t="\$(ppwd \l)"
+       else
+           _t=""
+       fi
+       if test -n "$restricted" ; then
+           _t=""
        fi
        case "$(declare -p PS1 2> /dev/null)" in
        *-x*PS1=*)
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     1970-01-01 
01:00:00.000000000 +0100
+++ new/aaa_base-12.3/files/etc/init.d/boot.cleanup     2012-11-05 
10:24:01.000000000 +0100
@@ -0,0 +1,41 @@
+#! /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     1970-01-01 
01:00:00.000000000 +0100
+++ new/aaa_base-12.3/files/etc/init.d/boot.localfs     2012-11-05 
10:24:01.000000000 +0100
@@ -0,0 +1,34 @@
+#! /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    1970-01-01 
01:00:00.000000000 +0100
+++ new/aaa_base-12.3/files/etc/init.d/boot.rootfsck    2012-11-05 
10:24:01.000000000 +0100
@@ -0,0 +1,35 @@
+#! /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
+

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

Reply via email to