SHA256
1
0
forked from pool/open-iscsi
Dominique Leuenberger 2018-11-27 09:39:34 +00:00 committed by Git OBS Bridge
commit 166b4ee7ce
3 changed files with 18 additions and 3 deletions

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Nov 13 01:48:12 UTC 2018 - lduncan@suse.com
- Updated to latest upstream, with fixes:
* Use pkg-config in Makefiles for newer libraries.
* Merge pull request #145 from gonzoleeman/fix-i586-build-warnings
* Fix i586 build issues with string length overflow.
* iscsistart is not installed
* iscsiuio: Do not flush tx queue on each uio interrupt.
updating:
* open-iscsi-SUSE-latest.diff.bz2
Also, update the SPEC file: no more need to specify libkmod
or libsystemd, since upstream handles that now.
-------------------------------------------------------------------
Wed Oct 24 19:06:27 UTC 2018 - lduncan@suse.com

View File

@ -38,6 +38,7 @@ BuildRequires: libtool
BuildRequires: make
BuildRequires: open-isns-devel
BuildRequires: openssl-devel
BuildRequires: pkg-config
BuildRequires: suse-module-tools
BuildRequires: systemd
BuildRequires: systemd-devel
@ -110,7 +111,7 @@ the libopeniscsiusr library.
%build
[ -z "$SOURCE_DATE_EPOCH" ] || export KBUILD_BUILD_TIMESTAMP=@$SOURCE_DATE_EPOCH
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
make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing -DOFFLOAD_BOOT_SUPPORTED -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" user
cd iscsiuio
touch AUTHORS NEWS
autoreconf --install