forked from pool/open-iscsi
Accepting request 648635 from network
OBS-URL: https://build.opensuse.org/request/show/648635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=77
This commit is contained in:
commit
166b4ee7ce
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058
|
||||
size 14
|
||||
oid sha256:10fceea4232c49431aa832788048baed016b230d50cbf0add0faf6060dfec7d9
|
||||
size 2183
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user