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:
Dirk Mueller 2017-09-05 08:05:16 +00:00 committed by Git OBS Bridge
parent 83b1112e0b
commit 10ab83e55f
4 changed files with 17 additions and 7 deletions

View File

@ -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

View File

@ -17,17 +17,17 @@
%define oname rtslib-fb
%define realver 2.1.fb63
%define realver 2.1.fb64
%define dbdir /etc/target
Name: python-%{oname}
Version: 2.1.63
Version: 2.1.64
Release: 0%{?dist}
Url: http://github.com/open-iscsi/rtslib-fb.git
Summary: API for Linux kernel SCSI target (aka LIO)
License: Apache-2.0
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
Conflicts: python-rtslib
BuildRequires: fdupes
@ -56,7 +56,7 @@ the Apache 2.0 license. Contributions are welcome
%prep
%setup -q -n %{oname}-%{realver}
%patch1 -p1
#%patch1 -p1
%build
%__python setup.py build

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72a2c9d7671bba08194c7ea40145cc827e9c30b0523dca985fd42016f490d589
size 39436

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dd1ce5a6d0797529a19eb08725ac0b92a9fc4b7f82e5a8929e61d48993bd426
size 46387