Accepting request 644725 from Base:System

OBS-URL: https://build.opensuse.org/request/show/644725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-isns?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-11-01 13:35:17 +00:00 committed by Git OBS Bridge
commit d7ebedbe03
6 changed files with 44 additions and 7 deletions

17
_service Normal file
View File

@ -0,0 +1,17 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/open-iscsi/open-isns.git</param>
<param name="subdir"></param>
<param name="filename">open-isns</param>
<param name="versionformat">0.99</param>
<param name="revision">v0.99</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">open-isns*.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/open-isns.git</param>
<param name="changesrevision">cfdbcff867ee580a71bc9c18c3a38a6057df0150</param></service></servicedata>

View File

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

3
open-isns-0.99.tar.xz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 25 18:23:53 UTC 2018 - lduncan@suse.com
- Update to version 0.99:
* Update version to v0.99, and fill in ChangeLog
* util.h: endian.h is available on musl on linux
* Added README info about testing without security.
* Support building/testing for with-security=no
* Define 'free()' for isns_free()
* Fix error with SCN Deregister when not registered.
* Cleanup: reformat and add some print statements.
* Fix error with type of node in GetNext test.
* Add testing information to the README.
Which replaced open-isns-0.98.tar.gz with open-isns-0.99.tar.xz
Also added the _service* files to manage updates.
-------------------------------------------------------------------
Thu Aug 31 20:14:06 UTC 2017 - lduncan@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package open-isns
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,11 +18,11 @@
Name: open-isns
Summary: Partial Implementation of iSNS iSCSI registration
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: System/Kernel
Version: 0.98
Version: 0.99
Release: 0
Source: %{name}-%{version}.tar.gz
Source: %{name}-%{version}.tar.xz
Url: https://github.com/open-iscsi/%{name}
Source1: %{name}-firewall.service
BuildRoot: %{_tmppath}/%{name}-%{version}-build