Mailinglist Archive: opensuse-commit (1128 mails)
| < Previous | Next > |
commit aaa_base for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 02 Aug 2011 16:40:56 +0200
- Message-id: <20110802144056.9964020298@hilbert.suse.de>
Hello community,
here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Tue Aug 2 16:40:56 CEST 2011.
--------
--- aaa_base/aaa_base.changes 2011-08-02 10:48:33.000000000 +0200
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2011-08-02
15:41:39.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 2 13:41:09 UTC 2011 - werner@xxxxxxx
+
+- Correct check for COLD_BOOT in halt script (bnc#709825)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.mcnyij/_old 2011-08-02 16:39:46.000000000 +0200
+++ /var/tmp/diff_new_pack.mcnyij/_new 2011-08-02 16:39:46.000000000 +0200
@@ -21,7 +21,7 @@
Name: aaa_base
Version: 12.1
-Release: 99
+Release: 101
License: GPLv2+
Group: System/Fhs
Url: http://gitorious.org/opensuse/aaa_base
++++++ 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 2011-08-02 10:47:39.000000000 +0200
+++ new/aaa_base/files/etc/init.d/halt 2011-08-02 15:40:30.000000000 +0200
@@ -119,7 +119,7 @@
type -p startpar &> /dev/null || RUN_PARALLEL="no"
startpar -v &> /dev/null || RUN_PARALLEL="no"
-if test -z "$COLD_BOOT" ; then
+if test "$COLD_BOOT" != "yes" ; then
#
# set back system boot configuration
#
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |