Accepting request 868452 from Base:System
OBS-URL: https://build.opensuse.org/request/show/868452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-isns?expand=0&rev=16
This commit is contained in:
commit
3be8b101b0
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/open-iscsi/open-isns.git</param>
|
<param name="url">https://github.com/open-iscsi/open-isns.git</param>
|
||||||
<param name="subdir"></param>
|
<param name="subdir"></param>
|
||||||
<param name="filename">open-isns</param>
|
<param name="filename">open-isns</param>
|
||||||
<param name="versionformat">0.100</param>
|
<param name="versionformat">0.101</param>
|
||||||
<param name="revision">v0.100</param>
|
<param name="revision">v0.101</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/open-iscsi/open-isns.git</param>
|
<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>
|
@ -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
3
open-isns-0.101.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4480f7d04e382eed66cf91e91c4059ba852bc6a86c3a2c7e947a13e0ee80df42
|
||||||
|
size 232036
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d0c5d789f3384b5e4099ab41f5509fc7ff2c1a82b5e3a8d76164210d8dcb374
|
|
||||||
size 4320
|
|
@ -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>
|
Thu Dec 10 18:10:11 UTC 2020 - Lee Duncan <lduncan@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package open-isns
|
# 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
|
# 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
|
||||||
@ -20,10 +20,9 @@ Name: open-isns
|
|||||||
Summary: Partial Implementation of iSNS iSCSI registration
|
Summary: Partial Implementation of iSNS iSCSI registration
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 0.100
|
Version: 0.101
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Patch1: %{name}-updates.diff.bz2
|
|
||||||
URL: https://github.com/open-iscsi/%{name}
|
URL: https://github.com/open-iscsi/%{name}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -57,7 +56,6 @@ Files to develop an application using the open-isns library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
||||||
|
Loading…
x
Reference in New Issue
Block a user