Yuchen Lin 2019-09-18 11:07:48 +00:00 committed by Git OBS Bridge
commit 29fe0ed579
5 changed files with 24 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,17 @@
-------------------------------------------------------------------
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 needed for our build system.
Changes include:
* general bug fixes in iscsid, iscsiadm, and libopeniscsiusr,
including better lock handling for multiple instances of iscsiadm
* iscsiuio/qedi updates
* systemd service-file updates/cleanups
This replaces open-iscsi-2.0.877-suse.tar.bz2 with
open-iscsi-2.0.878-suse.tar.bz2, and it resets
open-iscsi-SUSE-latest.diff.bz2 with fixes after 2.0.878.
-------------------------------------------------------------------
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