Mailinglist Archive: opensuse-commit (1301 mails)
| < Previous | Next > |
commit open-iscsi
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 10 Jul 2007 19:04:14 +0200
- Message-id: <20070710170415.2E218678180@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package open-iscsi
checked in at Tue Jul 10 19:04:14 CEST 2007.
--------
--- open-iscsi/open-iscsi.changes 2007-04-04 10:57:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/open-iscsi/open-iscsi.changes 2007-07-09 16:41:22.254552000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 9 16:40:54 CEST 2007 - hare@xxxxxxx
+
+- update to svn r866
+- include latest git patches
+
+-------------------------------------------------------------------
Old:
----
open-iscsi-2.0-754.tar.gz
open-iscsi-779.diff
open-iscsi-connect-retry
open-iscsi-fwparam-mask-typo
open-iscsi-fwparam-openprom
open-iscsi-start-iscsi-after-xen
open-iscsi.sysconfig
New:
----
open-iscsi-2.0-865.tar.bz2
open-iscsi-866.diff
open-iscsi-fwparam_ppc
open-iscsi-git-update
open-iscsi-suse-init-fixes
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ open-iscsi.spec ++++++
--- /var/tmp/diff_new_pack.p30897/_old 2007-07-10 19:03:51.000000000 +0200
+++ /var/tmp/diff_new_pack.p30897/_new 2007-07-10 19:03:51.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package open-iscsi (Version 2.0.779)
+# spec file for package open-iscsi (Version 2.0.866)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,27 +11,25 @@
# norootforbuild
Name: open-iscsi
-BuildRequires: db-devel
URL: http://www.open-iscsi.org
-License: GNU General Public License (GPL)
+License: GPL v2 or later
Group: Productivity/Networking/Other
Prereq: %fillup_prereq %insserv_prereq
+BuildRequires: bison flex
Autoreqprov: on
-Version: 2.0.779
+Version: 2.0.866
Release: 1
Provides: linux-iscsi
Obsoletes: linux-iscsi
-%define iscsi_release 754
+%define iscsi_release 865
Summary: Linux* Open-iSCSI Software Initiator
-Source: %{name}-2.0-754.tar.gz
-Source2: open-iscsi.sysconfig
+Source: %{name}-2.0-865.tar.bz2
Source3: boot.open-iscsi
Source11: iscsi-gen-initiatorname.sh
-Patch1: %{name}-779.diff
-Patch12: %{name}-connect-retry
-Patch13: %{name}-fwparam-mask-typo
-Patch14: %{name}-fwparam-openprom
-Patch20: %{name}-start-iscsi-after-xen
+Patch1: %{name}-866.diff
+Patch2: %{name}-git-update
+Patch13: %{name}-suse-init-fixes
+Patch14: %{name}-fwparam_ppc
Patch21: %{name}-check-active-sessions-before-delete
Patch23: %{name}-umount-all-luns
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -64,10 +62,8 @@
%prep
%setup -n %{name}-2.0-%{iscsi_release}
%patch1
-# %patch10
+%patch2 -p1
%patch23 -p1
-# %patch11 -p1
-%patch12 -p1
%patch13 -p1
%patch14 -p1
@@ -82,7 +78,9 @@
%endif
%endif
%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" -C usr
-%{__make} OPTFLAGS="${RPM_OPT_FLAGS} -U_FORTIFY_SOURCE" ARCH=%target_arch -C utils
+%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" -C utils
+%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" -C utils/fwparam_ibft
+%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" -C utils/fwparam_ppc
%install
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
@@ -111,6 +109,9 @@
%postun
%{insserv_cleanup}
+%preun
+%{stop_on_removal open-iscsi}
+
%files
%defattr(-,root,root)
%attr(0600,root,root) %config(noreplace) /etc/iscsi/iscsid.conf
@@ -123,6 +124,9 @@
%doc %{_mandir}/man8/*
%changelog
+* Mon Jul 09 2007 - hare@xxxxxxx
+- update to svn r866
+- include latest git patches
* Wed Apr 04 2007 - hare@xxxxxxx
- update to official release 2.0-754
- update to svn r779
++++++ boot.open-iscsi ++++++
--- open-iscsi/boot.open-iscsi 2007-03-28 12:23:35.000000000 +0200
+++ /mounts/work_src_done/STABLE/open-iscsi/boot.open-iscsi 2007-07-04 13:47:47.000000000 +0200
@@ -11,7 +11,11 @@
# Default-Start: B
# Default-Stop:
# Short-Description: Starts the iSCSI initiator daemon
-#
+# Description: iSCSI initiator daemon for root filesystem
+# The iSCSI protocol allows for access of a disk via
+# the network. This script starts the initiator daemon
+# which is required if the root filesystem resides on
+# an iSCSI disk.
### END INIT INFO
ISCSIADM=/sbin/iscsiadm
@@ -73,6 +77,8 @@
sleep 1
$0 start
;;
+ reload)
+ rc_failed 0
*)
echo "Usage: $0 {start|stop|status|restart}"
exit 1
++++++ iscsi-gen-initiatorname.sh ++++++
--- open-iscsi/iscsi-gen-initiatorname.sh 2007-01-18 16:02:52.000000000 +0100
+++ /mounts/work_src_done/STABLE/open-iscsi/iscsi-gen-initiatorname.sh 2007-07-04 12:41:55.000000000 +0200
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
#
# /sbin/iscsi-gen-initiatorname
#
++++++ open-iscsi-779.diff -> open-iscsi-866.diff ++++++
++++ 10557 lines (skipped)
++++ between open-iscsi/open-iscsi-779.diff
++++ and /mounts/work_src_done/STABLE/open-iscsi/open-iscsi-866.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |