From 714c91353b0860476eb99dd4cbacbc34074d410095db8868258b93dbc4357fd9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 27 Jan 2009 01:24:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=14 --- open-iscsi.changes | 6 ++++++ open-iscsi.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/open-iscsi.changes b/open-iscsi.changes index ca7f459..190d0ee 100644 --- a/open-iscsi.changes +++ b/open-iscsi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 26 11:51:54 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) + ------------------------------------------------------------------- Mon Dec 8 15:43:29 CET 2008 - hare@suse.de diff --git a/open-iscsi.spec b/open-iscsi.spec index e59e310..026eb7b 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -1,7 +1,7 @@ # # spec file for package open-iscsi (Version 2.0.870) # -# 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 @@ -26,7 +26,7 @@ Group: Productivity/Networking/Other PreReq: %fillup_prereq %insserv_prereq AutoReqProv: on Version: 2.0.870 -Release: 23 +Release: 25 Provides: linux-iscsi Obsoletes: linux-iscsi %define iscsi_release 865 @@ -134,7 +134,7 @@ install -D -m 755 %{S:11} ${RPM_BUILD_ROOT}/sbin/iscsi-gen-initiatorname %post [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup -%{fillup_and_insserv -Y boot.open-iscsi} +%{fillup_and_insserv -y boot.open-iscsi} if [ ! -f /etc/iscsi/initiatorname.iscsi ] ; then /sbin/iscsi-gen-initiatorname fi @@ -165,6 +165,9 @@ fi %doc %{_mandir}/man8/* %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) * Mon Dec 08 2008 hare@suse.de - Remove trailing tilde from /etc/iscsi/ifaces.example (bnc#450870) * Fri Dec 05 2008 hare@suse.de