Mailinglist Archive: opensuse-commit (1828 mails)
| < Previous | Next > |
commit dmraid
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 05 Sep 2008 22:32:03 +0200
- Message-id: <20080905203203.CDA9567815E@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package dmraid
checked in at Fri Sep 5 22:32:03 CEST 2008.
--------
--- dmraid/dmraid.changes 2008-08-20 15:41:42.000000000 +0200
+++ dmraid/dmraid.changes 2008-09-03 11:24:47.834004000 +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:
------------------
++++++ dmraid.spec ++++++
--- /var/tmp/diff_new_pack.ff4825/_old 2008-09-05 22:31:48.000000000 +0200
+++ /var/tmp/diff_new_pack.ff4825/_new 2008-09-05 22:31:48.000000000 +0200
@@ -27,7 +27,7 @@
AutoReqProv: on
Summary: A Device-Mapper Software RAID Support Tool
Version: 1.0.0.rc14
-Release: 83
+Release: 88
Source:
ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
Source1: sysconfig.dmraid
Source2: boot.dmraid
@@ -114,9 +114,11 @@
install -m 755 %{S:5} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-dmraid.sh
%post
+[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
%{fillup_only}
%postun
+[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
%{insserv_cleanup}
%clean
@@ -137,6 +139,8 @@
/lib/mkinitrd/scripts/boot-dmraid.sh
%changelog
+* Wed Sep 03 2008 hare@xxxxxxx
+- Call mkinitrd_setup during %%post and %%postun (bnc#413709)
* Wed Aug 20 2008 mkoenig@xxxxxxx
- enable SELinux support [fate#303662]
* Wed Aug 13 2008 mkoenig@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |