From ad4b196b5fcf06f9252da441f5211032ab2cc3e3f9cb713212e534039eb4c45d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 27 Jan 2009 01:19:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=26 --- mdadm.changes | 6 ++++++ mdadm.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/mdadm.changes b/mdadm.changes index 2467d42..0c18972 100644 --- a/mdadm.changes +++ b/mdadm.changes @@ -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 diff --git a/mdadm.spec b/mdadm.spec index 016731d..8c50be4 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: mdadm Version: 3.0 -Release: 12 +Release: 13 %define ver 3.0-devel2 BuildRequires: sgmltool PreReq: %fillup_prereq %insserv_prereq @@ -97,7 +97,7 @@ rm -f $RPM_BUILD_ROOT/lib/udev/rules.d/64-md-raid.rules %post [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup -%{fillup_and_insserv -Y boot.md} +%{fillup_and_insserv -y boot.md} %postun %restart_on_update mdadmd @@ -160,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT /lib/mkinitrd/scripts/boot-md.sh %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 - Wait for udev to settle before continuing (bnc#435778) * Fri Dec 05 2008 nfbrown@suse.de