SHA256
1
0
forked from pool/open-iscsi

Accepting request 643024 from home:lee_duncan:branches:network

- Upgraded to upstream open-iscsi version 2.0.877, which will be
  merged with our (few) changes and tagged 2.0.877-suse. See the
  Changelog file for a details list of changes in this upstream
  update. This update replaces:
  * open-iscsi-2.0.876-suse.tar.bz2 (old)
  with
  *  open-iscsi-2.0.877-suse.tar.bz2 (new)
  and resets the file:
  * open-iscsi-SUSE-latest.diff.bz2
  to be our local changes since version 2.0.877-suse. The spec
  file is updated as well

OBS-URL: https://build.opensuse.org/request/show/643024
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=114
This commit is contained in:
Lee Duncan 2018-10-18 19:37:22 +00:00 committed by Git OBS Bridge
parent 3171cf556f
commit 23120a263f
5 changed files with 36 additions and 17 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Oct 17 18:23:30 UTC 2018 - lduncan@suse.com
- Upgraded to upstream open-iscsi version 2.0.877, which will be
merged with our (few) changes and tagged 2.0.877-suse. See the
Changelog file for a details list of changes in this upstream
update. This update replaces:
* open-iscsi-2.0.876-suse.tar.bz2 (old)
with
* open-iscsi-2.0.877-suse.tar.bz2 (new)
and resets the file:
* open-iscsi-SUSE-latest.diff.bz2
to be our local changes since version 2.0.877-suse. The spec
file is updated as well.
-------------------------------------------------------------------
Thu Sep 27 17:47:27 UTC 2018 - lduncan@suse.com

View File

@ -16,11 +16,11 @@
#
%define iscsi_release 876-suse
%define iscsi_release 877-suse
Name: open-iscsi
Version: 2.0.876
Version: 2.0.877
Release: 0
Summary: Linux Open-iSCSI Software Initiator
Summary: Linux Open Source iSCSI Software Initiator
License: GPL-2.0-or-later
Group: Productivity/Networking/Other
Url: http://www.open-iscsi.com
@ -40,12 +40,13 @@ BuildRequires: open-isns-devel
BuildRequires: openssl-devel
BuildRequires: suse-module-tools
BuildRequires: systemd
BuildRequires: systemd-devel
Requires(post): coreutils
Requires: libopeniscsiusr0_2_0 = %{version}
%{?systemd_requires}
%description
Open-iSCSI is a transport independent implementation of RFC 3720
This is a transport independent implementation of RFC 3720
iSCSI. It is partitioned into user and kernel parts.
The kernel portion of Open-iSCSI implements the iSCSI data path (that
@ -59,9 +60,9 @@ comes with a daemon process called iscsid, and a management utility,
iscsiadm.
%package -n libopeniscsiusr0_2_0
Version: 2.0.876
Version: 2.0.877
Release: 0
Summary: Userspace iSCSI API
Summary: Userspace Open-Source iSCSI API
Group: System/Libraries
%description -n libopeniscsiusr0_2_0
@ -90,11 +91,11 @@ The communication to the driver is done via Userspace I/O (Kernel module name
"uio").
%package devel
Version: 2.0.876
Version: 2.0.877
Release: 0
Summary: Linux open-iscsi user-level library and include files
Summary: Linux Open-Source iSCSI user-level library and include files
Group: Development/Libraries/C and C++
Requires: %{name}
Requires: %{name} = %{version}
%description devel
This development package contains the open-iscsi user-level library
@ -106,7 +107,7 @@ the libopeniscsiusr library.
%patch1 -p1
%build
make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing -DOFFLOAD_BOOT_SUPPORTED -DUSE_KMOD -I/usr/include/kmod -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" LDFLAGS="-lkmod" user
make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing -DOFFLOAD_BOOT_SUPPORTED -DUSE_KMOD -I/usr/include/kmod -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" LDFLAGS="-lkmod -lsystemd" user
cd iscsiuio
touch AUTHORS NEWS
autoreconf --install
@ -126,6 +127,8 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rciscsiuio
touch %{buildroot}%{_sysconfdir}/iscsi/initiatorname.iscsi
install -m 0755 usr/iscsistart %{buildroot}/sbin
%make_install -C iscsiuio
# rename iscsiuio logrotate file to proper name
mv %{buildroot}%{_sysconfdir}/logrotate.d/iscsiuiolog %{buildroot}%{_sysconfdir}/logrotate.d/iscsiuio
%fdupes %{buildroot}/%{_prefix}
%post
@ -193,13 +196,13 @@ fi
%{_udevrulesdir}/50-iscsi-firmware-login.rules
%files -n libopeniscsiusr0_2_0
%{_libdir}/libopeniscsiusr.so*
%{_libdir}/libopeniscsiusr.so.*
%files -n iscsiuio
/sbin/iscsiuio
/sbin/brcm_iscsiuio
%{_mandir}/man8/iscsiuio.8%{ext_man}
%config %{_sysconfdir}/logrotate.d/iscsiuiolog
%config %{_sysconfdir}/logrotate.d/iscsiuio
%{_unitdir}/iscsiuio.service
%{_unitdir}/iscsiuio.socket
%{_sbindir}/rciscsiuio
@ -207,5 +210,6 @@ fi
%files devel
%{_includedir}/libopeniscsiusr*.h
%{_mandir}/man3/*.3%{ext_man}
%{_libdir}/libopeniscsiusr.so
%changelog