OBS User unknown 2008-09-05 22:15:51 +00:00 committed by Git OBS Bridge
parent 5a840d31c3
commit 9de402f2b3
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 3 11:09:34 CEST 2008 - hare@suse.de
- Call mkinitrd_setup during %post and %postun (bnc#413709)
-------------------------------------------------------------------
Tue Sep 2 16:59:00 CEST 2008 - hare@suse.de

View File

@ -28,7 +28,7 @@ Obsoletes: lvm
PreReq: %fillup_prereq %insserv_prereq
AutoReqProv: on
Version: 2.02.38
Release: 24
Release: 26
Summary: LVM2 Tools
Source: LVM2.%{version}.tar.bz2
Source1: lvm.conf
@ -119,6 +119,7 @@ rm -rf $RPM_BUILD_ROOT
%post
%{fillup_and_insserv -n lvm -y boot.lvm}
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
/sbin/ldconfig
%preun
@ -126,6 +127,7 @@ rm -rf $RPM_BUILD_ROOT
%postun
%{insserv_cleanup}
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
/sbin/ldconfig
%files clvm
@ -241,6 +243,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/vgsplit.8.gz
%changelog
* Wed Sep 03 2008 hare@suse.de
- Call mkinitrd_setup during %%post and %%postun (bnc#413709)
* Tue Sep 02 2008 hare@suse.de
- Fix initrd scripts if no 'root=' parameter is given
(bnc#421546)