SHA256
1
0
forked from pool/targetcli-fb

Accepting request 487780 from home:hreinecke:branches:Base:System

- Update to version 2.1.fb46:
  * version 2.1.fb44
  * Remove build scripts for RPM and Debian packages
  * Add Gentoo to the list of distributions that ship targetcli-fb
  * Add support to create/delete ALUA groups on a storage object
  * Add support to set/get a LUN's ALUA group
  * version 2.1.fb45
  * Create ALUA dir and def group in UI with storage object
  * Clear backstore cache on refresh
  * version 2.1.fb46

OBS-URL: https://build.opensuse.org/request/show/487780
OBS-URL: https://build.opensuse.org/package/show/Base:System/targetcli-fb?expand=0&rev=6
This commit is contained in:
Lee Duncan 2017-04-13 17:32:06 +00:00 committed by Git OBS Bridge
parent 11de61a0cb
commit 69b7ad5aad
6 changed files with 40 additions and 6 deletions

16
_service Normal file
View File

@ -0,0 +1,16 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/open-iscsi/targetcli-fb.git</param>
<param name="subdir"></param>
<param name="filename">targetcli-fb</param>
<param name="versionformat">2.1.fb46</param>
<param name="revision">v2.1.fb46</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*targetcli-fb*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/open-iscsi/targetcli-fb.git</param>
<param name="changesrevision">f632f38264edc5a620ed5cd0f506d8dc205efce3</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63e7c85df26ffd2b1ef34e9113585d7eb8b3fd8d4bf84ebe025a14bf518e7459
size 34207

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Apr 13 07:40:01 UTC 2017 - hare@suse.com
- Update to version 2.1.fb46:
* version 2.1.fb44
* Remove build scripts for RPM and Debian packages
* Add Gentoo to the list of distributions that ship targetcli-fb
* Add support to create/delete ALUA groups on a storage object
* Add support to set/get a LUN's ALUA group
* version 2.1.fb45
* Create ALUA dir and def group in UI with storage object
* Clear backstore cache on refresh
* version 2.1.fb46
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 30 23:51:52 UTC 2016 - jengelh@inai.de Sun Oct 30 23:51:52 UTC 2016 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package targetcli-fb # spec file for package targetcli-fb
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
%define oname targetcli-fb %define oname targetcli-fb
%define realver 2.1.fb43 %define realver 2.1.fb46
Name: %{oname} Name: %{oname}
Version: 2.1.43 Version: 2.1.43
@ -26,7 +26,7 @@ Url: http://github.com/agrover/%{oname}
Summary: A command shell for managing the Linux LIO kernel target Summary: A command shell for managing the Linux LIO kernel target
License: Apache-2.0 License: Apache-2.0
Group: System/Management Group: System/Management
Source: %{oname}-%{realver}.tar.gz Source: %{oname}-%{realver}.tar.xz
Source1: %{oname}.service Source1: %{oname}.service
Conflicts: targetcli Conflicts: targetcli
Requires: python-configshell-fb Requires: python-configshell-fb