forked from pool/mdadm
This commit is contained in:
parent
d573a899ad
commit
ad4b196b5f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 26 11:47:59 CET 2009 - ro@suse.de
|
||||||
|
|
||||||
|
- change fillup call from "-Y" to "-y" the boot script has
|
||||||
|
been present in this package for long enough (SLES10-GA)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 10:21:10 CET 2008 - hare@suse.de
|
Fri Dec 5 10:21:10 CET 2008 - hare@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mdadm (Version 3.0)
|
# spec file for package mdadm (Version 3.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: mdadm
|
Name: mdadm
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 12
|
Release: 13
|
||||||
%define ver 3.0-devel2
|
%define ver 3.0-devel2
|
||||||
BuildRequires: sgmltool
|
BuildRequires: sgmltool
|
||||||
PreReq: %fillup_prereq %insserv_prereq
|
PreReq: %fillup_prereq %insserv_prereq
|
||||||
@ -97,7 +97,7 @@ rm -f $RPM_BUILD_ROOT/lib/udev/rules.d/64-md-raid.rules
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
|
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
|
||||||
%{fillup_and_insserv -Y boot.md}
|
%{fillup_and_insserv -y boot.md}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%restart_on_update mdadmd
|
%restart_on_update mdadmd
|
||||||
@ -160,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/lib/mkinitrd/scripts/boot-md.sh
|
/lib/mkinitrd/scripts/boot-md.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 26 2009 ro@suse.de
|
||||||
|
- change fillup call from "-Y" to "-y" the boot script has
|
||||||
|
been present in this package for long enough (SLES10-GA)
|
||||||
* Fri Dec 05 2008 hare@suse.de
|
* Fri Dec 05 2008 hare@suse.de
|
||||||
- Wait for udev to settle before continuing (bnc#435778)
|
- Wait for udev to settle before continuing (bnc#435778)
|
||||||
* Fri Dec 05 2008 nfbrown@suse.de
|
* Fri Dec 05 2008 nfbrown@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user