Accepting request 868451 from home:lee_duncan:branches:Base:System

- Update to version 0.101:
  * Updated ChangeLog for version v0.101
  * Preparing for version 0.101
  * Fix parsing of GetNextRsp
  * Added TODO to test "isnsd --init"
  * Add man page for isnssetup.
  * Fix broken server authentication initialization.
  * Update version string to "0.100".
  * Added a TODO: 'make depend' not worrking
  * libisns: remove sighold and sigrelse
  * fix compilation without deprecated OpenSSL APIs
  * socket.c: include poll.h instead of sys/poll.h for POSIX compatibility
  * Fix 586 compile issue and remove -Werror
  * Do not ignore write() return value.
  * Fix compiler issue when not in security mode
  * Ignore common build files
  This removed the need for open-isns-updates.diff.bz2 (for now), since
  those commits are in version v0.101.

OBS-URL: https://build.opensuse.org/request/show/868451
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=37
This commit is contained in:
Lee Duncan 2021-02-01 18:46:20 +00:00 committed by Git OBS Bridge
parent 88a0beec1d
commit 94e5fdccaa
7 changed files with 30 additions and 13 deletions

View File

@ -4,8 +4,8 @@
<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.100</param>
<param name="revision">v0.100</param>
<param name="versionformat">0.101</param>
<param name="revision">v0.101</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

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

View File

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

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

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Feb 01 18:23:30 UTC 2021 - lduncan@suse.com
- Update to version 0.101:
* Updated ChangeLog for version v0.101
* Preparing for version 0.101
* Fix parsing of GetNextRsp
* Added TODO to test "isnsd --init"
* Add man page for isnssetup.
* Fix broken server authentication initialization.
* Update version string to "0.100".
* Added a TODO: 'make depend' not worrking
* libisns: remove sighold and sigrelse
* fix compilation without deprecated OpenSSL APIs
* socket.c: include poll.h instead of sys/poll.h for POSIX compatibility
* Fix 586 compile issue and remove -Werror
* Do not ignore write() return value.
* Fix compiler issue when not in security mode
* Ignore common build files
This removed the need for open-isns-updates.diff.bz2 (for now), since
those commits are in version v0.101.
-------------------------------------------------------------------
Thu Dec 10 18:10:11 UTC 2020 - Lee Duncan <lduncan@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package open-isns
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,10 +20,9 @@ Name: open-isns
Summary: Partial Implementation of iSNS iSCSI registration
License: LGPL-2.1-or-later
Group: System/Kernel
Version: 0.100
Version: 0.101
Release: 0
Source: %{name}-%{version}.tar.xz
Patch1: %{name}-updates.diff.bz2
URL: https://github.com/open-iscsi/%{name}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
@ -57,7 +56,6 @@ Files to develop an application using the open-isns library.
%prep
%setup -n %{name}-%{version}
%patch1 -p1
%build
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects