Accepting request 975466 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/975466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rtslib-fb?expand=0&rev=30
This commit is contained in:
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.74</param>
|
||||
<param name="revision">v2.1.75</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">33b174f313ba4f8aec2e2a159ff337ae7ca42cb8</param></service></servicedata>
|
||||
<param name="changesrevision">5469e71cfc47a5a869dae6bc7c1e0b2db7ae4c6a</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a454e2b9e310fcbbab5b09df5a0b45ff2095eec02640eba75be97327a6f0b78
|
||||
size 42432
|
BIN
python-rtslib-fb-v2.1.75.tar.xz
(Stored with Git LFS)
Normal file
BIN
python-rtslib-fb-v2.1.75.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 06 16:54:21 UTC 2022 - lduncan@suse.com
|
||||
|
||||
- Update to version v2.1.75:
|
||||
* version 2.1.75
|
||||
* rtslib: fix missing ':' after else statement
|
||||
* dbroot: let the user change the dbroot directory freely.
|
||||
* handle target kernel module new attribute cpus_allowed_list
|
||||
* fix "This _Backstore already exists in configFS" exception
|
||||
* Check whether the enable attribute exists before fread
|
||||
* Filter fabric wwns by reading driver name
|
||||
* Add support of efct fabric driver
|
||||
* tcmu: add support for config param data_pages_per_blk
|
||||
* Relax restrictions on TPG Tag range
|
||||
* rtslib: Use O_RDWR for sg devices alone.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 30 17:07:00 UTC 2022 - Mykola Golub <mgolub@suse.com>
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
%define dbdir %{_sysconfdir}/target
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-rtslib-fb
|
||||
Version: 2.1.74
|
||||
Version: 2.1.75
|
||||
Release: 0%{?dist}
|
||||
Summary: API for Linux kernel SCSI target (aka LIO)
|
||||
License: Apache-2.0
|
||||
@@ -50,7 +50,7 @@ Requires: alts
|
||||
BuildRequires: alts
|
||||
%else
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
%endif
|
||||
Provides: python-rtslib = %{version}-%{release}
|
||||
Obsoletes: python-rtslib < %{version}
|
||||
|
Reference in New Issue
Block a user