- Update to version v2.1.76:
* version 2.1.76 * rtslib: remove the limit of 255 max mapped LUNs * setup.py: match __version__ with optional trailing ".g<hash>". * rtslib: Don't create /var/run on import * Fix inability to create ACLs for some FC cards OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rtslib-fb?expand=0&rev=70
This commit is contained in:
parent
d471440c6c
commit
1483f0354b
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.75</param>
|
||||
<param name="revision">v2.1.76</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">5469e71cfc47a5a869dae6bc7c1e0b2db7ae4c6a</param></service></servicedata>
|
||||
<param name="changesrevision">745d51a46e6718e34c59b728fd96ec08bbf906dc</param></service></servicedata>
|
BIN
python-rtslib-fb-v2.1.75.tar.xz
(Stored with Git LFS)
BIN
python-rtslib-fb-v2.1.75.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
python-rtslib-fb-v2.1.76.tar.xz
Normal file
3
python-rtslib-fb-v2.1.76.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b496f1d908600910310a10728df469f00114b4c9d6090e657c212ad672dab1f2
|
||||
size 42892
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 05 09:08:31 UTC 2023 - dmueller@suse.com
|
||||
|
||||
- Update to version v2.1.76:
|
||||
* version 2.1.76
|
||||
* rtslib: remove the limit of 255 max mapped LUNs
|
||||
* setup.py: match __version__ with optional trailing ".g<hash>".
|
||||
* rtslib: Don't create /var/run on import
|
||||
* Fix inability to create ACLs for some FC cards
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:33:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-rtslib-fb
|
||||
Version: 2.1.75
|
||||
Version: 2.1.76
|
||||
Release: 0%{?dist}
|
||||
Summary: API for Linux kernel SCSI target (aka LIO)
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user