Accepting request 730804 from home:lee_duncan:branches:network

- Upgraded to upstream version 2.0.878, which becomes 2.0.878-suse
  with our (few) SUSE-specific changes. Please see the Changelog
  file (when the package is expanded) to see a detailed list of
  changes since version 2.0.877

OBS-URL: https://build.opensuse.org/request/show/730804
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=141
This commit is contained in:
Lee Duncan 2019-09-13 18:23:09 +00:00 committed by Git OBS Bridge
parent 146ce8f6c2
commit 8a801c69ca
5 changed files with 18 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb832a0be843403f2d7c9d37fef6bb64359a9348dd0497e09f5a89c46a066098
size 17602
oid sha256:5d6ca2d4768d25ed08dd7c525d7424dfd1ec03812e55962d99ca43fffd1f7153
size 664

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 13 16:20:52 UTC 2019 - Lee Duncan <lduncan@suse.com>
- Upgraded to upstream version 2.0.878, which becomes 2.0.878-suse
with our (few) SUSE-specific changes. Please see the Changelog
file (when the package is expanded) to see a detailed list of
changes since version 2.0.877
-------------------------------------------------------------------
Mon Aug 12 12:08:11 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -16,9 +16,9 @@
#
%define iscsi_release 877-suse
%define iscsi_release 878-suse
Name: open-iscsi
Version: 2.0.877
Version: 2.0.878
Release: 0
Summary: Linux iSCSI Software Initiator
License: GPL-2.0-or-later
@ -62,7 +62,7 @@ comes with a daemon process called iscsid, and a management utility,
iscsiadm.
%package -n libopeniscsiusr0_2_0
Version: 2.0.877
Version: 2.0.878
Release: 0
Summary: iSCSI User-level Library
Group: System/Libraries
@ -94,7 +94,7 @@ The communication to the driver is done via user-space I/O (Kernel module name
"uio").
%package devel
Version: 2.0.877
Version: 2.0.878
Release: 0
Summary: iSCSI User-level Library Development Library and Include files
Group: Development/Libraries/C and C++
@ -121,7 +121,7 @@ make %{?_smp_mflags} CFLAGS="%{optflags}" LIB_DIR=%{_libdir}
%install
make DESTDIR=%{buildroot} LIB_DIR=%{_libdir} install_user
# install service files
make DESTDIR=%{buildroot} LIB_DIR=%{_libdir} install_service_suse
make DESTDIR=%{buildroot} LIB_DIR=%{_libdir} install_systemd
# create rc symlinks
[ -d %{buildroot}%{_sbindir} ] || mkdir -p %{buildroot}%{_sbindir}
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rciscsi