Hello community,

here is the log from the commit of package python-rtslib-fb for 
openSUSE:Factory checked in at 2020-03-04 09:47:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rtslib-fb (Old)
 and      /work/SRC/openSUSE:Factory/.python-rtslib-fb.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rtslib-fb"

Wed Mar  4 09:47:52 2020 rev:22 rq:781294 version:2.1.71

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rtslib-fb/python-rtslib-fb.changes        
2019-09-17 13:39:46.181820277 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-rtslib-fb.new.26092/python-rtslib-fb.changes 
    2020-03-04 09:48:10.198207018 +0100
@@ -1,0 +2,8 @@
+Tue Mar 03 15:46:53 UTC 2020 - [email protected]
+
+- Update to version v2.1.71 (jre#SLE-9345):
+  * version 2.1.71
+  * restoreconfig: fix skipping of targets [re]loading
+  Replacing python-rtslib-fb-v2.1.70.tar.xz with 
python-rtslib-fb-v2.1.71.tar.xz
+
+-------------------------------------------------------------------

Old:
----
  python-rtslib-fb-v2.1.70.tar.xz

New:
----
  python-rtslib-fb-v2.1.71.tar.xz

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

Other differences:
------------------
++++++ python-rtslib-fb.spec ++++++
--- /var/tmp/diff_new_pack.loPB6c/_old  2020-03-04 09:48:12.634208478 +0100
+++ /var/tmp/diff_new_pack.loPB6c/_new  2020-03-04 09:48:12.634208478 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rtslib-fb
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define dbdir %{_sysconfdir}/target
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-rtslib-fb
-Version:        2.1.70
+Version:        2.1.71
 Release:        0%{?dist}
 Summary:        API for Linux kernel SCSI target (aka LIO)
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://github.com/open-iscsi/rtslib-fb.git
+URL:            https://github.com/open-iscsi/rtslib-fb.git
 Source:         %{name}-v%{version}.tar.xz
 Patch1:         rbd-support.patch
 BuildRequires:  %{python_module pyudev}
@@ -83,7 +83,8 @@
 %files %{python_files}
 %python_alternative %{_bindir}/targetctl
 %{python_sitelib}/*
-%doc COPYING README.md
+%license COPYING
+%doc README.md
 %doc %python_alternative %{_mandir}/man5/saveconfig.json.5.gz
 %doc %python_alternative %{_mandir}/man8/targetctl.8.gz
 %dir %{dbdir}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.loPB6c/_old  2020-03-04 09:48:12.662208495 +0100
+++ /var/tmp/diff_new_pack.loPB6c/_new  2020-03-04 09:48:12.662208495 +0100
@@ -7,7 +7,7 @@
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(\d*\.\d*\.)fb(\d*)</param>
     <param name="versionrewrite-replacement">\1\2</param>
-    <param name="revision">v2.1.70</param>
+    <param name="revision">v2.1.71</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.loPB6c/_old  2020-03-04 09:48:12.674208502 +0100
+++ /var/tmp/diff_new_pack.loPB6c/_new  2020-03-04 09:48:12.674208502 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://github.com/open-iscsi/rtslib-fb.git</param>
-          <param 
name="changesrevision">2b160b754d48d5dfdfe1d41089d4e9af24ba3b29</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">b37bc67fc7ed3d1ec447e9f43eb68d30dd716367</param></service></servicedata>
\ No newline at end of file

++++++ python-rtslib-fb-v2.1.70.tar.xz -> python-rtslib-fb-v2.1.71.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-rtslib-fb-v2.1.70/rtslib/__init__.py 
new/python-rtslib-fb-v2.1.71/rtslib/__init__.py
--- old/python-rtslib-fb-v2.1.70/rtslib/__init__.py     2019-08-26 
12:06:22.000000000 +0200
+++ new/python-rtslib-fb-v2.1.71/rtslib/__init__.py     2019-11-06 
13:35:08.000000000 +0100
@@ -36,7 +36,7 @@
 
 from .alua import ALUATargetPortGroup
 
-__version__ = '2.1.70'
+__version__ = '2.1.71'
 __author__ = "Jerome Martin <[email protected]>"
 __url__ = 'http://github.com/open-iscsi/rtslib-fb'
 __description__ = 'API for Linux kernel SCSI target (aka LIO)'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-rtslib-fb-v2.1.70/rtslib/root.py 
new/python-rtslib-fb-v2.1.71/rtslib/root.py
--- old/python-rtslib-fb-v2.1.70/rtslib/root.py 2019-08-26 12:06:22.000000000 
+0200
+++ new/python-rtslib-fb-v2.1.71/rtslib/root.py 2019-11-06 13:35:08.000000000 
+0100
@@ -433,8 +433,8 @@
                 # Instantiate target
                 Target.setup(fm_obj, t, err_func)
 
-            if target:
-                break
+                if target:
+                    break
 
         return errors
 

++++++ rbd-support.patch ++++++
--- /var/tmp/diff_new_pack.loPB6c/_old  2020-03-04 09:48:12.782208567 +0100
+++ /var/tmp/diff_new_pack.loPB6c/_new  2020-03-04 09:48:12.786208569 +0100
@@ -8,12 +8,10 @@
 
 Reviewed-by: David Disseldorp <[email protected]>
 ---
- rtslib/__init__.py |   1 +
- rtslib/tcm.py      | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ rtslib/__init__.py |    1 
+ rtslib/tcm.py      |  103 
+++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 104 insertions(+)
 
-diff --git a/rtslib/__init__.py b/rtslib/__init__.py
-index 568619e..1a5bee5 100644
 --- a/rtslib/__init__.py
 +++ b/rtslib/__init__.py
 @@ -32,6 +32,7 @@ from .fabric import FabricModule
@@ -24,11 +22,9 @@
  from .tcm import StorageObjectFactory
  
  from .alua import ALUATargetPortGroup
-diff --git a/rtslib/tcm.py b/rtslib/tcm.py
-index 1aeea23..17df8e9 100644
 --- a/rtslib/tcm.py
 +++ b/rtslib/tcm.py
-@@ -780,6 +780,107 @@ class BlockStorageObject(StorageObject):
+@@ -801,6 +801,107 @@ class BlockStorageObject(StorageObject):
          d['dev'] = self.udev_path
          return d
  
@@ -136,7 +132,7 @@
  
  class UserBackedStorageObject(StorageObject):
      '''
-@@ -897,6 +998,7 @@ so_mapping = {
+@@ -940,6 +1041,7 @@ so_mapping = {
      "fileio": FileIOStorageObject,
      "iblock": BlockStorageObject,
      "block": BlockStorageObject,
@@ -144,7 +140,7 @@
      "user": UserBackedStorageObject,
  }
  
-@@ -907,6 +1009,7 @@ bs_params = {
+@@ -950,6 +1052,7 @@ bs_params = {
      FileIOStorageObject: dict(name='fileio'),
      BlockStorageObject: dict(name='block', alt_dirprefix='iblock'),
      UserBackedStorageObject: dict(name='user'),
@@ -152,6 +148,3 @@
      }
  
  bs_cache = {}
--- 
-2.13.6
-


Reply via email to