OBS User unknown 2009-01-27 01:24:08 +00:00 committed by Git OBS Bridge
parent 89f7fbb7da
commit 714c91353b
2 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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