Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-rtslib-fb-2.1.73-lp152.2.3.1 RPM for noarch

From OpenSuSE Ports Leap 15.2 updates for noarch

Name: python3-rtslib-fb Distribution: openSUSE Leap 15.2
Version: 2.1.73 Vendor: openSUSE
Release: lp152.2.3.1 Build date: Mon Aug 3 22:42:33 2020
Group: Development/Languages/Python Build host: obs-arm-8
Size: 863662 Source RPM: python-rtslib-fb-2.1.73-lp152.2.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/open-iscsi/rtslib-fb.git
Summary: API for Linux kernel SCSI target (aka LIO)
rtslib-fb is an object-based Python library for configuring the LIO generic
SCSI target, present in 3.x Linux kernel versions. rtslib-fb is licensed under
the Apache 2.0 license. Contributions are welcome

Provides

Requires

License

Apache-2.0

Changelog

* Tue Jun 30 2020 lduncan@suse.com
  - Update to version v2.1.73 (bsc#1173257 CVE-2020-14019):
    * version 2.1.73
    * save_to_file: fix fd open mode
    * saveconfig: copy temp configfile with permissions
    * saveconfig: open the temp configfile with modes set
    * Fix "is not" with a literal SyntaxWarning
    * Fix an incorrect config path in two comments
    * version 2.1.72
    * Do not change dbroot after drivers have been registered
    * Remove '_if_needed' from RTSRoot._set_dbroot()'s name
    Replacing old tarball with python-rtslib-fb-v2.1.73.tar.xz
* Tue Mar 03 2020 lduncan@suse.com
  - Update to version v2.1.71 (jre#SLE-7751):
    * 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
* Mon Sep 16 2019 lduncan@suse.com
  - Update to version v2.1.70:
    * version 2.1.70
    * restoreconfig: add ability to restore/reload single target or storage_object
    * rtslib: fix __version__
    * saveconfig: add hw_block_size support in control string
    * remove extra semicolons in _get_saveconf
    * Add 'readable' param to Group list_*() methods
    * Handle write-only parameters like attributes
    * save_to_file() function breaks symbolic link when saving configuration
    * Handle write-only attributes.
    * Allow bs_cache to be bypassed
    * report the correct size for partitions
    * restoreconfig: support restore when list is non-empty
    Replacing python-rtslib-fb-2.1.69.tar.xz with python-rtslib-fb-v2.1.70.tar.xz,
    and removing patches:
    * 0001-Handle-write-only-attributes.patch
    * 0002-Handle-write-only-parameters-like-attributes.patch
    * 0003-Add-readable-param-to-Group-list_-methods.patch
* Mon Feb 18 2019 lduncan@suse.com
  - Added 3 patches subbmitted and accepted upstream, to deal with
    possibly-write-only sysfs attributes (bsc#1123933), adding:
    * 0001-Handle-write-only-attributes.patch
    * 0002-Handle-write-only-parameters-like-attributes.patch
    * 0003-Add-readable-param-to-Group-list_-methods.patch
* Fri Dec 07 2018 ddiss@suse.com
  - Enable RBD support for SLE/Leap 15+ (bsc#1118516)
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Thu Oct 18 2018 opensuse-packaging@opensuse.org
  - Update to version 2.1.69:
    * version 2.1.fb69
    * fix compiler warning
    * version 2.1.fb68
    * Fix typo
    * - remove underscore in hostname
    * tcm: allow to enable asynchronous I/O for file backing stores
    * saveconfig: way for block-level save with delete command
    * saveconfig: fix missing import
    * saveconfig: handle no attr exception in _parse_info()
    * saveconfig: fix failure in absence of save file
    * saveconfig: dump control string containing control=value tuples
    * restoreconfig: fix alua tpg config setup
    * tcmu: add control constructor arg
    * save_to_file: support saveconfig at storage object level
    * Allow creating more than 256 LUNs per target
    * Ship a systemd service file
    Which replaces python-rtslib-fb-2.1.67.tar.xz with
    python-rtslib-fb-2.1.69.tar.xz, and updates the SPEC file as well.
* Tue Apr 10 2018 ddiss@suse.com
  - Merge RBD support from non-fb version (bsc#1079329)
    + rbd-support.patch (SLE/Leap only, due to LIO kernel dependency)
    + Add explicit Provides for "python-rtslib-rbd"
* Tue Apr 10 2018 ddiss@suse.com
  - Automatically generate version string from upstream tag
    + Retain current fb-removed version format used
    + Rename rtslib-fb-2.1.fb67.tar.xz to python-rtslib-fb-2.1.67.tar.xz and
      cleanup hardcoded duplicate name/version values in spec
* Mon Apr 09 2018 lduncan@suse.com
  - Update to version 2.1.fb67:
    * Add missing dependency on six in setup.py
    * Display a more meaningful error when targetcli cannot change "dbroot"
    * Raise an error about failing to change the dbroot value only if the directory does not exist
    * More compatibility syntax for legacy distros
    * Remove hba-only directories in clear_existing()
    * Correct name for Xen pvscsi
    * version 2.1.fb65
    * Fix unqualified reference to pyudev.Device
    * version 2.1.fb66
    * create: remove stale hba-only dir
    * version 2.1.fb67
  - This replaced rtslib-fb-2.1.fb64.tar.xz with
    rtslib-fb-2.1.fb67.tar.xz, and it also removed
    the patch correct-name-for-xen-pvscsi.patch,
    since it is already in the updated tarball
* Sun Feb 25 2018 olaf@aepfle.de
  - Fix upgrade path by provide/obsolete python-rtslib (bsc#1082693)
* Wed Jan 24 2018 lduncan@suse.com
  - Fix incorrect naming for XEN (bsc#1076455), adding patch:
    * correct-name-for-xen-pvscsi.patch
* Tue Jan 09 2018 tchvatal@suse.com
  - Fix the conflict to the rtslib properly
* Wed Jan 03 2018 tchvatal@suse.com
  - Drop the epydoc dependency/documentation generating from the package
    to allow building in py3 only enviroment
* Sun Dec 10 2017 lduncan@suse.com
  - Converting RPM SPEC file to singlespec format (bsc#1045332),
    updating SPEC file only.
  - ran 'spec-cleaner' on SPEC file to clean it up.
  - Converted from manually-added rtslib-fb-2.1.fb64.tar.gz to
    tar_scm service-retrieved rtslib-fb-2.1.fb64.tar.xz
* Thu Aug 17 2017 lszhu@suse.com
  - Update to version 2.1.fb64
    * Improve ALUA and TCMU support, as well as moving the default
    directory for APTPL files from /var/target to /etc/target
    for better FHS compliance.
    * Remove patch Switch-target-driver-DB-root-dir-to-etc-target.patch
    from the spec file because upstream already has this change.
* Thu Jun 08 2017 lduncan@suse.com
  - Enable Persistent Reservations (bsc#1042944):
    * Add patch Switch-target-driver-DB-root-dir-to-etc-target.patch
    * Add /etc/target/pr and /etc/target/alua to SPEC file
* Thu Apr 13 2017 hare@suse.com
  - Update to version 2.1.63 (bsc#1032833):
    * Get/Set LUN's ALUA group
    * Add ALUA restore support
    * Delete ALUA groups with its storage object
    * version 2.1.fb62
    * Do not set alua_tg_pt_gp if not supported
    * Add ability to invalidate caches
    * Add ALUA supported method
    * Don't raise exception when getting/setting a LUNs ALUA group
    * update to 2.1.fb63
* Fri Jun 24 2016 lduncan@suse.com
  - Updated spec file: Removed Provides/Obsoletes for python-rtslib,
    and added Conflicts for same (bsc#986475)
* Tue Jun 14 2016 lduncan@suse.com
  - Fixing build issue: removed 'noarch' from main package
* Tue Jun 14 2016 lduncan@suse.com
  - Updated SPEC file:
    * added Requires for pyudev (bsc#984563)
    * removed BuildRequires of pyudev for doc sub-package
* Wed Apr 20 2016 lduncan@suse.com
  - Update to version 2.1.fb60
    * no changelog available, but git log shows 59 changes,
      some trivial
* Tue May 12 2015 benoit.monin@gmx.fr
  - update to version 2.1.51:
    * no changelog available

Files

/etc/alternatives/saveconfig.json.5.gz
/etc/alternatives/targetctl
/etc/alternatives/targetctl.8.gz
/etc/target
/etc/target/alua
/etc/target/pr
/usr/bin/targetctl
/usr/bin/targetctl-3.6
/usr/lib/python3.6/site-packages/rtslib
/usr/lib/python3.6/site-packages/rtslib/__init__.py
/usr/lib/python3.6/site-packages/rtslib/__pycache__
/usr/lib/python3.6/site-packages/rtslib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/alua.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/alua.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/fabric.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/fabric.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/node.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/node.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/root.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/root.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/target.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/target.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/tcm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/tcm.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib/alua.py
/usr/lib/python3.6/site-packages/rtslib/fabric.py
/usr/lib/python3.6/site-packages/rtslib/node.py
/usr/lib/python3.6/site-packages/rtslib/root.py
/usr/lib/python3.6/site-packages/rtslib/target.py
/usr/lib/python3.6/site-packages/rtslib/tcm.py
/usr/lib/python3.6/site-packages/rtslib/utils.py
/usr/lib/python3.6/site-packages/rtslib_fb
/usr/lib/python3.6/site-packages/rtslib_fb-2.1.73-py3.6.egg-info
/usr/lib/python3.6/site-packages/rtslib_fb-2.1.73-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/rtslib_fb-2.1.73-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/rtslib_fb-2.1.73-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/rtslib_fb-2.1.73-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/rtslib_fb-2.1.73-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/rtslib_fb/__init__.py
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/alua.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/alua.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/fabric.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/fabric.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/node.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/node.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/root.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/root.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/target.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/target.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/tcm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/tcm.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/rtslib_fb/alua.py
/usr/lib/python3.6/site-packages/rtslib_fb/fabric.py
/usr/lib/python3.6/site-packages/rtslib_fb/node.py
/usr/lib/python3.6/site-packages/rtslib_fb/root.py
/usr/lib/python3.6/site-packages/rtslib_fb/target.py
/usr/lib/python3.6/site-packages/rtslib_fb/tcm.py
/usr/lib/python3.6/site-packages/rtslib_fb/utils.py
/usr/share/doc/packages/python3-rtslib-fb
/usr/share/doc/packages/python3-rtslib-fb/README.md
/usr/share/licenses/python3-rtslib-fb
/usr/share/licenses/python3-rtslib-fb/COPYING
/usr/share/man/man5/saveconfig.json-3.6.5.gz
/usr/share/man/man5/saveconfig.json.5.gz
/usr/share/man/man8/targetctl-3.6.8.gz
/usr/share/man/man8/targetctl.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:28:18 2024