Hello community,

here is the log from the commit of package python-rtslib for openSUSE:Factory 
checked in at 2013-10-23 13:12:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2013-03-01 08:03:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 
2013-10-23 13:12:17.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 16 13:24:27 CEST 2013 - [email protected]
+
+- Fixup typo in fabric.py (bnc#837519)
+
+-------------------------------------------------------------------

New:
----
  rtslib-qla2xxx-fix.patch

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

Other differences:
------------------
++++++ python-rtslib.spec ++++++
--- /var/tmp/diff_new_pack.letK66/_old  2013-10-23 13:12:19.000000000 +0200
+++ /var/tmp/diff_new_pack.letK66/_new  2013-10-23 13:12:19.000000000 +0200
@@ -13,16 +13,18 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           python-rtslib
 Version:        2.1.fb27
 Release:        0
-License:        AGPL-3.0
 Summary:        API for Linux kernel SCSI target (aka LIO)
-Url:            http://github.com/agrover/rtslib-fb
+License:        AGPL-3.0
 Group:          Development/Languages/Python
+Url:            http://github.com/agrover/rtslib-fb
 Source:         
http://pypi.python.org/packages/source/r/rtslib/rtslib-%{version}.tar.gz
+Patch1:         rtslib-qla2xxx-fix.patch
 BuildRequires:  python-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       %{name}-doc = %{version}
@@ -42,6 +44,7 @@
 
 %prep
 %setup -q -n rtslib-%{version}
+%patch1 -p1
 
 %build
 python setup.py build

++++++ rtslib-qla2xxx-fix.patch ++++++
diff -pur rtslib-2.1.fb27.orig/rtslib/fabrics.py 
rtslib-2.1.fb27/rtslib/fabrics.py
--- rtslib-2.1.fb27.orig/rtslib/fabrics.py      2013-01-03 01:55:35.000000000 
+0100
+++ rtslib-2.1.fb27/rtslib/fabrics.py   2013-10-16 13:17:56.688277000 +0200
@@ -178,7 +178,7 @@ fabrics = [
     ("ib_srpt", _ib_srpt),
     ("iscsi", _iscsi),
     ("loopback", _loopback),
-    ("qla2xxxx", _qla2xxx),
+    ("qla2xxx", _qla2xxx),
     ("sbp", _sbp),
     ("tcm_fc", _tcm_fc),
     ("usb_gadget", _usb_gadget),
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to