Mailinglist Archive: opensuse-commit (1828 mails)

< Previous Next >
commit mdadm
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 05 Sep 2008 21:15:08 +0200
  • Message-id: <20080905191509.32163678164@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package mdadm
checked in at Fri Sep 5 21:15:08 CEST 2008.


--------
--- mdadm/mdadm.changes 2008-08-17 08:04:32.000000000 +0200
+++ mdadm/mdadm.changes 2008-09-03 11:23:22.446223000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 3 11:09:34 CEST 2008 - hare@xxxxxxx
+
+- Call mkinitrd_setup during %post and %postun (bnc#413709)
+
+-------------------------------------------------------------------



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

Other differences:
------------------
++++++ mdadm.spec ++++++
--- /var/tmp/diff_new_pack.R11152/_old 2008-09-05 21:14:48.000000000 +0200
+++ /var/tmp/diff_new_pack.R11152/_new 2008-09-05 21:14:48.000000000 +0200
@@ -20,7 +20,7 @@

Name: mdadm
Version: 2.6.7
-Release: 16
+Release: 22
BuildRequires: sgmltool
PreReq: %fillup_prereq %insserv_prereq
Obsoletes: raidtools
@@ -76,10 +76,12 @@
ln -sf ../../etc/init.d/mdadmd $RPM_BUILD_ROOT/%{_sbindir}/rcmdadmd

%post
+[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
%{fillup_and_insserv -Y boot.md}

%postun
%restart_on_update mdadmd
+[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
%{insserv_cleanup}

%preun
@@ -136,6 +138,8 @@
/lib/mkinitrd/scripts/boot-md.sh

%changelog
+* Wed Sep 03 2008 hare@xxxxxxx
+- Call mkinitrd_setup during %%post and %%postun (bnc#413709)
* Sun Aug 17 2008 aj@xxxxxxx
- Fix init scripts.
* Wed Jul 23 2008 hare@xxxxxxx







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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread