Accepting request 748763 from home:lee_duncan:branches:network

- Merged in latest upstream (2.1.0), including more fixes for
  iscsiuio, and cleanup/bug-fixes of new CHAP code.
  This replaces open-iscsi-2.0.878-suse.tar.bz2 with
  open-iscsi-2.1.0-suse.tar.bz2, and it resets
  open-iscsi-SUSE-latest.diff.bz2 with fixes after 2.1.0-suse.

OBS-URL: https://build.opensuse.org/request/show/748763
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=149
This commit is contained in:
Lee Duncan
2019-11-14 21:09:16 +00:00
committed by Git OBS Bridge
parent a04518d9f2
commit be784e1a4d
5 changed files with 19 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9636bd980cf62900d948cbc79ef58b6f1e18c61335ed2f7ec4448c56af4708a
size 4060
oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058
size 14

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 14 20:53:57 UTC 2019 - Lee Duncan <lduncan@suse.com>
- Merged in latest upstream (2.1.0), including more fixes for
iscsiuio, and cleanup/bug-fixes of new CHAP code.
This replaces open-iscsi-2.0.878-suse.tar.bz2 with
open-iscsi-2.1.0-suse.tar.bz2, and it resets
open-iscsi-SUSE-latest.diff.bz2 with fixes after 2.1.0-suse.
-------------------------------------------------------------------
Sat Nov 9 17:44:09 UTC 2019 - Lee Duncan <lduncan@suse.com>

View File

@@ -16,15 +16,16 @@
#
%define iscsi_release 878-suse
%define iscsi_minor_release 1
%define iscsi_patch_release 0-suse
Name: open-iscsi
Version: 2.0.878
Version: 2.1.0
Release: 0
Summary: Linux iSCSI Software Initiator
License: GPL-2.0-or-later
Group: Productivity/Networking/Other
Url: http://www.open-iscsi.com
Source: %{name}-2.0.%{iscsi_release}.tar.bz2
Source: %{name}-2.%{iscsi_minor_release}.%{iscsi_patch_release}.tar.bz2
Patch1: %{name}-SUSE-latest.diff.bz2
BuildRequires: autoconf
BuildRequires: automake
@@ -106,7 +107,7 @@ include files and documentation. These are used to compile against
the libopeniscsiusr library.
%prep
%setup -q -n %{name}-2.0.%{iscsi_release}
%setup -q -n %{name}-2.%{iscsi_minor_release}.%{iscsi_patch_release}
%patch1 -p1
%build