From 1036ead3efe86057d2c8bdc72c5308c6ca8c78a982dd469382bc745ca7d5e90d Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Thu, 25 Oct 2018 18:31:00 +0000 Subject: [PATCH] Accepting request 644724 from home:lee_duncan:branches:Base:System - 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. OBS-URL: https://build.opensuse.org/request/show/644724 OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=15 --- _service | 17 +++++++++++++++++ _servicedata | 4 ++++ open-isns-0.98.tar.gz | 3 --- open-isns-0.99.tar.xz | 3 +++ open-isns.changes | 16 ++++++++++++++++ open-isns.spec | 8 ++++---- 6 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 _service create mode 100644 _servicedata delete mode 100644 open-isns-0.98.tar.gz create mode 100644 open-isns-0.99.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..3ac2cf9 --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + git + https://github.com/open-iscsi/open-isns.git + + open-isns + 0.99 + v0.99 + enable + + + open-isns*.tar + xz + + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..1560872 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/open-iscsi/open-isns.git + cfdbcff867ee580a71bc9c18c3a38a6057df0150 \ No newline at end of file diff --git a/open-isns-0.98.tar.gz b/open-isns-0.98.tar.gz deleted file mode 100644 index 3b476c0..0000000 --- a/open-isns-0.98.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5cbd161e51fb993728c04e56d3da693b73eb3f4e81d17f66eb5b7653c29e8eb -size 278410 diff --git a/open-isns-0.99.tar.xz b/open-isns-0.99.tar.xz new file mode 100644 index 0000000..e691231 --- /dev/null +++ b/open-isns-0.99.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4b1929525c498bd5b64444d10cc2388f881bb59e247d43e8f5626eff34aa67 +size 219236 diff --git a/open-isns.changes b/open-isns.changes index 4bb7764..28f4663 100644 --- a/open-isns.changes +++ b/open-isns.changes @@ -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 diff --git a/open-isns.spec b/open-isns.spec index 03f223c..c173396 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -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