Accepting request 518023 from home:LSZhu:branches:devel:languages:python
Update to version 2.1.fb64,improve ALUA and TCMU support OBS-URL: https://build.opensuse.org/request/show/518023 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rtslib-fb?expand=0&rev=22
This commit is contained in:
parent
83b1112e0b
commit
10ab83e55f
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 17 08:03:10 UTC 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 8 21:37:20 UTC 2017 - lduncan@suse.com
|
Thu Jun 8 21:37:20 UTC 2017 - lduncan@suse.com
|
||||||
|
|
||||||
|
@ -17,17 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
%define oname rtslib-fb
|
%define oname rtslib-fb
|
||||||
%define realver 2.1.fb63
|
%define realver 2.1.fb64
|
||||||
%define dbdir /etc/target
|
%define dbdir /etc/target
|
||||||
|
|
||||||
Name: python-%{oname}
|
Name: python-%{oname}
|
||||||
Version: 2.1.63
|
Version: 2.1.64
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Url: http://github.com/open-iscsi/rtslib-fb.git
|
Url: http://github.com/open-iscsi/rtslib-fb.git
|
||||||
Summary: API for Linux kernel SCSI target (aka LIO)
|
Summary: API for Linux kernel SCSI target (aka LIO)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: %{oname}-%{realver}.tar.xz
|
Source: %{oname}-%{realver}.tar.gz
|
||||||
Patch1: Switch-target-driver-DB-root-dir-to-etc-target.patch
|
Patch1: Switch-target-driver-DB-root-dir-to-etc-target.patch
|
||||||
Conflicts: python-rtslib
|
Conflicts: python-rtslib
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -56,7 +56,7 @@ the Apache 2.0 license. Contributions are welcome
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{oname}-%{realver}
|
%setup -q -n %{oname}-%{realver}
|
||||||
%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%__python setup.py build
|
%__python setup.py build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:72a2c9d7671bba08194c7ea40145cc827e9c30b0523dca985fd42016f490d589
|
|
||||||
size 39436
|
|
3
rtslib-fb-2.1.fb64.tar.gz
Normal file
3
rtslib-fb-2.1.fb64.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9dd1ce5a6d0797529a19eb08725ac0b92a9fc4b7f82e5a8929e61d48993bd426
|
||||||
|
size 46387
|
Loading…
Reference in New Issue
Block a user