Mailinglist Archive: opensuse-commit (480 mails)
| < Previous | Next > |
commit aaa_base for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 16 Nov 2009 15:31:00 +0100
- Message-id: <20091116143100.40B9520234@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Mon Nov 16 15:31:00 CET 2009.
--------
--- aaa_base/aaa_base.changes 2009-10-26 13:24:30.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2009-11-02
16:58:11.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Oct 30 16:24:08 CET 2009 - mmarek@xxxxxxx
+
+- wait for raid arrays to become clean before shutdown or reboot
+ (fate#306823).
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.ZnyJDs/_old 2009-11-16 15:26:50.000000000 +0100
+++ /var/tmp/diff_new_pack.ZnyJDs/_new 2009-11-16 15:26:50.000000000 +0100
@@ -28,7 +28,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
/usr/bin/cmp /bin/fillup /sbin/insserv
AutoReqProv: on
Version: 11.2
-Release: 44
+Release: 45
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/aaa_base/etc/init.d/halt new/aaa_base/etc/init.d/halt
--- old/aaa_base/etc/init.d/halt 2009-09-29 11:45:58.000000000 +0200
+++ new/aaa_base/etc/init.d/halt 2009-11-02 16:57:23.000000000 +0100
@@ -184,6 +184,10 @@
mount -no remount,ro / 2> /dev/null
sync
+# wait for md arrays to become clean
+if test -x /sbin/mdadm; then
+ /sbin/mdadm --wait-clean --scan
+fi
# stop any inactive software raid
if test -n "$mddev" ; then
/sbin/mdadm --quiet --stop $mddev
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |