Accepting request 769374 from network

- Bug fixes, including addig support for "-fno-common"
  compiler option, 586 bug fixes, a bug fix for SHA1
  handling, and other needed but small fixes (bsc#1160287),
  updating:
  * open-iscsi-SUSE-latest.diff.bz2

OBS-URL: https://build.opensuse.org/request/show/769374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=90
This commit is contained in:
Dominique Leuenberger 2020-02-06 12:05:52 +00:00 committed by Git OBS Bridge
commit 13af04189f
3 changed files with 13 additions and 4 deletions

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 31 21:39:48 UTC 2020 - Lee Duncan <lduncan@suse.com>
- Bug fixes, including addig support for "-fno-common"
compiler option, 586 bug fixes, a bug fix for SHA1
handling, and other needed but small fixes (bsc#1160287),
updating:
* open-iscsi-SUSE-latest.diff.bz2
-------------------------------------------------------------------
Mon Nov 18 17:42:09 UTC 2019 - Lee Duncan <lduncan@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package open-iscsi
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -113,7 +113,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 -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" LIB_DIR=%{_libdir} user
make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing -fno-common -DOFFLOAD_BOOT_SUPPORTED -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" LIB_DIR=%{_libdir} user
cd iscsiuio
touch AUTHORS NEWS
autoreconf --install