From 7874bf6b49bb17afc0c9527fec14c51d0c891d91da2906df9d6b39f7ee151bb1 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Thu, 18 Oct 2018 23:44:32 +0000 Subject: [PATCH] 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 --- _service | 2 +- _servicedata | 2 +- python-rtslib-fb-2.1.67.tar.xz | 3 --- python-rtslib-fb-2.1.69.tar.xz | 3 +++ python-rtslib-fb.changes | 23 +++++++++++++++++++++++ python-rtslib-fb.spec | 2 +- 6 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 python-rtslib-fb-2.1.67.tar.xz create mode 100644 python-rtslib-fb-2.1.69.tar.xz diff --git a/_service b/_service index 42f10ad..96a52eb 100644 --- a/_service +++ b/_service @@ -7,7 +7,7 @@ @PARENT_TAG@ v(\d*\.\d*\.)fb(\d*) \1\2 - v2.1.fb67 + v2.1.fb69 enable diff --git a/_servicedata b/_servicedata index 5d09685..d6bc2e7 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/open-iscsi/rtslib-fb.git - a46e6bf9ea0f83acdff1761a11c502ea5863945f \ No newline at end of file + b2ec3746fb772aa3ff8b8853965292ca7dc2d7b1 \ No newline at end of file diff --git a/python-rtslib-fb-2.1.67.tar.xz b/python-rtslib-fb-2.1.67.tar.xz deleted file mode 100644 index 6ed640d..0000000 --- a/python-rtslib-fb-2.1.67.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c91cf4dbabde6e97c22232ddf2451565a0fef1f077d98971bfe89b030dcb5c0 -size 39960 diff --git a/python-rtslib-fb-2.1.69.tar.xz b/python-rtslib-fb-2.1.69.tar.xz new file mode 100644 index 0000000..1f7413e --- /dev/null +++ b/python-rtslib-fb-2.1.69.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dc666484717502cb1b1623f88cd89b9b8365f617d33c44106c5aae62d5e8d7 +size 41244 diff --git a/python-rtslib-fb.changes b/python-rtslib-fb.changes index 17bab91..9489822 100644 --- a/python-rtslib-fb.changes +++ b/python-rtslib-fb.changes @@ -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 diff --git a/python-rtslib-fb.spec b/python-rtslib-fb.spec index 74b47fd..9195291 100644 --- a/python-rtslib-fb.spec +++ b/python-rtslib-fb.spec @@ -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