Accepting request 769135 from home:lee_duncan:branches: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/769135 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=153
This commit is contained in:
parent
c8b36d6ec5
commit
0e7d113a5c
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058
|
||||
size 14
|
||||
oid sha256:d4099f3d6416c97b4c4c24f0e6ba620587e976f791f4347bc23c34ab0d8d45bf
|
||||
size 15262
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user