Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2012-07-23 09:51:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2012-07-14 
09:41:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2012-07-23 
09:51:59.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jul 20 22:21:40 UTC 2012 - jeng...@inai.de
+
+- Add %defattr to make files definitely owned by root
+
+-------------------------------------------------------------------
+Fri Jul 20 15:08:57 UTC 2012 - wer...@suse.de
+
+- Redirect test if blogd is running otherwise it will never be done
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.b0Fk41/_old  2012-07-23 09:52:01.000000000 +0200
+++ /var/tmp/diff_new_pack.b0Fk41/_new  2012-07-23 09:52:01.000000000 +0200
@@ -251,6 +251,7 @@
 /usr/share/man/man8/quick_halt.8*
 
 %files malloccheck
+%defattr(-,root,root)
 %config /etc/profile.d/malloc-debug.sh
 %config /etc/profile.d/malloc-debug.csh
 

++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/halt 
new/aaa_base/files/etc/init.d/halt
--- old/aaa_base/files/etc/init.d/halt  2012-07-13 09:33:13.000000000 +0200
+++ new/aaa_base/files/etc/init.d/halt  2012-07-20 17:07:59.000000000 +0200
@@ -160,6 +160,11 @@
     fi
 fi
 
+if test -n "$REDIRECT" && /sbin/checkproc /sbin/blogd ; then
+    # redirect our famous last messages to default console
+    exec 0<> $REDIRECT 1>&0 2>&0
+fi
+
 # kill splash animation
 test "$SPLASH" = yes && /sbin/splash -q
 
@@ -174,11 +179,6 @@
 killall5 -9
 echo -e "$rc_done_up"
 
-if test -n "$REDIRECT" && /sbin/checkproc /sbin/blogd ; then
-    # redirect our famous last messages to default console
-    exec 0<> $REDIRECT 1>&0 2>&0
-fi
-
 # on umsdos fs this would lead to an error message, so direct errors to
 # /dev/null
 mount -no remount,ro / 2> /dev/null

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to