Accepting request 643047 from home:lee_duncan:branches:devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/643047 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rtslib-fb?expand=0&rev=37
This commit is contained in:
parent
11c7b534cb
commit
7874bf6b49
2
_service
2
_service
@ -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.fb67</param>
|
||||
<param name="revision">v2.1.fb69</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/open-iscsi/rtslib-fb.git</param>
|
||||
<param name="changesrevision">a46e6bf9ea0f83acdff1761a11c502ea5863945f</param></service></servicedata>
|
||||
<param name="changesrevision">b2ec3746fb772aa3ff8b8853965292ca7dc2d7b1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c91cf4dbabde6e97c22232ddf2451565a0fef1f077d98971bfe89b030dcb5c0
|
||||
size 39960
|
3
python-rtslib-fb-2.1.69.tar.xz
Normal file
3
python-rtslib-fb-2.1.69.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24dc666484717502cb1b1623f88cd89b9b8365f617d33c44106c5aae62d5e8d7
|
||||
size 41244
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 18 23:27:42 UTC 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 16:03:33 UTC 2018 - ddiss@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define dbdir %{_sysconfdir}/target
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-rtslib-fb
|
||||
Version: 2.1.67
|
||||
Version: 2.1.69
|
||||
Release: 0%{?dist}
|
||||
Summary: API for Linux kernel SCSI target (aka LIO)
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user