diff --git a/open-iscsi-SUSE-latest.diff.bz2 b/open-iscsi-SUSE-latest.diff.bz2 index 1f82a91..c8d9247 100644 --- a/open-iscsi-SUSE-latest.diff.bz2 +++ b/open-iscsi-SUSE-latest.diff.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058 -size 14 +oid sha256:d4099f3d6416c97b4c4c24f0e6ba620587e976f791f4347bc23c34ab0d8d45bf +size 15262 diff --git a/open-iscsi.changes b/open-iscsi.changes index 4d5207e..d550e34 100644 --- a/open-iscsi.changes +++ b/open-iscsi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 31 21:39:48 UTC 2020 - Lee Duncan + +- 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 diff --git a/open-iscsi.spec b/open-iscsi.spec index 68ca567..df11054 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -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