Hello community,

here is the log from the commit of package python-rtslib for openSUSE:Factory 
checked in at 2015-03-09 10:08:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rtslib (Old)
 and      /work/SRC/openSUSE:Factory/.python-rtslib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rtslib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rtslib/python-rtslib.changes      
2015-03-01 14:47:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 
2015-03-09 10:09:00.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar  4 14:37:46 UTC 2015 - o...@aepfle.de
+
+- Add support for xen-scsiback (fate#315712)
+  0001-Add-support-for-xen-scsiback.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Add-support-for-xen-scsiback.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rtslib.spec ++++++
--- /var/tmp/diff_new_pack.Vzwe2Y/_old  2015-03-09 10:09:00.000000000 +0100
+++ /var/tmp/diff_new_pack.Vzwe2Y/_new  2015-03-09 10:09:00.000000000 +0100
@@ -30,6 +30,7 @@
 Patch1:         %{oname}-set-git-version-for-sle12.patch
 Patch2:         %{oname}-add-prot-info-attributes.patch
 Patch3:         %{oname}-add-iblock-backstore-policy.patch
+Patch5:         0001-Add-support-for-xen-scsiback.patch
 Requires:       python-configobj
 Requires:       python-ipaddr
 Requires:       python-netifaces
@@ -72,6 +73,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch5 -p1
 
 %build
 python setup.py build
@@ -102,7 +104,10 @@
 fi
 
 %postun
-rm -fv /var/target
+if test "$1" = "0"
+then
+       rm -fv /var/target
+fi
 %endif
 
 %files

++++++ 0001-Add-support-for-xen-scsiback.patch ++++++
>From f2170cbcabbd79156e659455a537e3ded9443ad4 Mon Sep 17 00:00:00 2001
From: Olaf Hering <o...@aepfle.de>
Date: Wed, 4 Mar 2015 15:00:56 +0100
Subject: Add support for xen-scsiback

With this change the xen-scsiback driver added to Linux 3.18 can be
configured with targetcli.

Signed-off-by: Olaf Hering <o...@aepfle.de>
---
 policy/fabric_xen-pvscsi.lio |  9 +++++++++
 specs/xen-pvscsi.spec        | 11 +++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 policy/fabric_xen-pvscsi.lio
 create mode 100644 specs/xen-pvscsi.spec

diff --git a/policy/fabric_xen-pvscsi.lio b/policy/fabric_xen-pvscsi.lio
new file mode 100644
index 0000000..60c1c4f
--- /dev/null
+++ b/policy/fabric_xen-pvscsi.lio
@@ -0,0 +1,9 @@
+fabric xen-pvscsi {
+    target %naa tpgt %int {
+        nexus_wwn %naa
+        lun %int backend %backend
+        parameter {
+            alias %str
+        }
+    }
+}
diff --git a/specs/xen-pvscsi.spec b/specs/xen-pvscsi.spec
new file mode 100644
index 0000000..28b29dd
--- /dev/null
+++ b/specs/xen-pvscsi.spec
@@ -0,0 +1,11 @@
+# The fabric module feature set
+features = nexus, tpgts
+
+# Use naa WWNs.
+wwn_type = naa
+
+# Non-standard module naming scheme
+kernel_module = xen-scsiback
+
+# The configfs group
+configfs_group = xen-pvscsi
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to