Mailinglist Archive: opensuse-commit (869 mails)
| < Previous | Next > |
commit open-iscsi for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 06 Oct 2010 22:46:18 +0200
- Message-id: <20101006204618.7DEEA202B9@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package open-iscsi for openSUSE:Factory
checked in at Wed Oct 6 22:46:18 CEST 2010.
--------
--- open-iscsi/open-iscsi.changes 2009-11-03 20:21:07.000000000 +0100
+++ /mounts/work_src_done/STABLE/open-iscsi/open-iscsi.changes 2010-03-12
18:10:54.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Mar 12 18:05:27 CET 2010 - mmarek@xxxxxxx
+
+- Do not hardcode the iscsi_ibft module in the iscsi mkinitrd
+ script, the ibft script handles this correctly (bnc#528657).
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ open-iscsi.spec ++++++
--- /var/tmp/diff_new_pack.D8f5aa/_old 2010-10-06 22:40:55.000000000 +0200
+++ /var/tmp/diff_new_pack.D8f5aa/_new 2010-10-06 22:40:55.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package open-iscsi (Version 2.0.870)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -21,12 +21,12 @@
Name: open-iscsi
BuildRequires: bison db-devel flex
Url: http://www.open-iscsi.org
-License: GPL v2 or later
+License: GPLv2+
Group: Productivity/Networking/Other
PreReq: %fillup_prereq %insserv_prereq
AutoReqProv: on
Version: 2.0.870
-Release: 28
+Release: 35
Provides: linux-iscsi
Obsoletes: linux-iscsi
%define iscsi_release 865
++++++ open-iscsi-add-mkinitrd-scriptlets ++++++
--- /var/tmp/diff_new_pack.D8f5aa/_old 2010-10-06 22:40:56.000000000 +0200
+++ /var/tmp/diff_new_pack.D8f5aa/_new 2010-10-06 22:40:56.000000000 +0200
@@ -1,6 +1,9 @@
-diff --git a/etc/mkinitrd/mkinitrd-boot.sh b/etc/mkinitrd/mkinitrd-boot.sh
-new file mode 100644
-index 0000000..9bd22ff
+---
+ etc/mkinitrd/mkinitrd-boot.sh | 95
+++++++++++++++++++++++++++++++++++++++++
+ etc/mkinitrd/mkinitrd-setup.sh | 70 ++++++++++++++++++++++++++++++
+ etc/mkinitrd/mkinitrd-stop.sh | 21 +++++++++
+ 3 files changed, 186 insertions(+)
+
--- /dev/null
+++ b/etc/mkinitrd/mkinitrd-boot.sh
@@ -0,0 +1,95 @@
@@ -8,7 +11,7 @@
+#%stage: device
+#%depends: network
+#%programs: /sbin/iscsid /sbin/iscsiadm
-+#%modules: iscsi_tcp crc32c scsi_transport_iscsi iscsi_ibft
++#%modules: iscsi_tcp crc32c scsi_transport_iscsi
+#%if: "$root_iscsi" -o "$TargetAddress"
+#
+##### iSCSI initialization
@@ -99,9 +102,6 @@
+
+# Activate all 'onboot' sessions
+/sbin/iscsiadm -m node -L onboot
-diff --git a/etc/mkinitrd/mkinitrd-setup.sh b/etc/mkinitrd/mkinitrd-setup.sh
-new file mode 100644
-index 0000000..51a22d3
--- /dev/null
+++ b/etc/mkinitrd/mkinitrd-setup.sh
@@ -0,0 +1,70 @@
@@ -175,9 +175,6 @@
+
+save_var TargetPort 3260 # in case the port was not defined via command line
we assign a default port
+
-diff --git a/etc/mkinitrd/mkinitrd-stop.sh b/etc/mkinitrd/mkinitrd-stop.sh
-new file mode 100644
-index 0000000..c87073f
--- /dev/null
+++ b/etc/mkinitrd/mkinitrd-stop.sh
@@ -0,0 +1,21 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |