From 0f189320d30655602150b2026dac2bfe26c2b792848267662ecfff176c11b515 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Fri, 31 Aug 2018 16:24:38 +0000 Subject: [PATCH 1/2] Accepting request 632530 from home:lee_duncan:branches:network - iscsiuio: limit retries on dhcpv6 (bsc#1106694 and bsc#1105916), updating: * open-iscsi-SUSE-latest.diff.bz2 OBS-URL: https://build.opensuse.org/request/show/632530 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=109 --- open-iscsi-SUSE-latest.diff.bz2 | 4 ++-- open-iscsi.changes | 7 +++++++ open-iscsi.spec | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/open-iscsi-SUSE-latest.diff.bz2 b/open-iscsi-SUSE-latest.diff.bz2 index 2d5185c..f214aea 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:1a2a4e030d28c71356f5496a4b1ae2c8983dfd19a7523bdb8a4eb845df8d3c26 -size 3820 +oid sha256:710c6968fe38860faaa13f3502e34ed8d8bf826c34bd1486341ea48fbdfb33fc +size 4135 diff --git a/open-iscsi.changes b/open-iscsi.changes index 60475e4..f8799ad 100644 --- a/open-iscsi.changes +++ b/open-iscsi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 31 16:15:47 UTC 2018 - lduncan@suse.com + +- iscsiuio: limit retries on dhcpv6 (bsc#1106694 and bsc#1105916), + updating: + * open-iscsi-SUSE-latest.diff.bz2 + ------------------------------------------------------------------- Thu May 31 21:41:35 UTC 2018 - lduncan@suse.com diff --git a/open-iscsi.spec b/open-iscsi.spec index 40641f8..ee9d681 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -21,7 +21,7 @@ Name: open-iscsi Version: 2.0.876 Release: 0 Summary: Linux Open-iSCSI Software Initiator -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Other Url: http://www.open-iscsi.com Source: %{name}-2.0.%{iscsi_release}.tar.bz2 From 926e7e26ad41210a521dadff2997f9da6c181a389e4ea340e96645232ab2fddd Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Tue, 4 Sep 2018 17:58:22 +0000 Subject: [PATCH 2/2] Accepting request 633202 from home:lee_duncan:branches:network - Use libkmod instead of running modprobe (bsc#1106685), updating the spec file, and: * open-iscsi-SUSE-latest.diff.bz2 OBS-URL: https://build.opensuse.org/request/show/633202 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=110 --- open-iscsi-SUSE-latest.diff.bz2 | 4 ++-- open-iscsi.changes | 7 +++++++ open-iscsi.spec | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/open-iscsi-SUSE-latest.diff.bz2 b/open-iscsi-SUSE-latest.diff.bz2 index f214aea..ae1d0a2 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:710c6968fe38860faaa13f3502e34ed8d8bf826c34bd1486341ea48fbdfb33fc -size 4135 +oid sha256:ba7993d30a79ff0b2527a51bbe712c44223ebb8c120ce713e4c01a2d32ac0b35 +size 4391 diff --git a/open-iscsi.changes b/open-iscsi.changes index f8799ad..bd02c36 100644 --- a/open-iscsi.changes +++ b/open-iscsi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 4 17:35:55 UTC 2018 - lduncan@suse.com + +- Use libkmod instead of running modprobe (bsc#1106685), updating + the spec file, and: + * open-iscsi-SUSE-latest.diff.bz2 + ------------------------------------------------------------------- Fri Aug 31 16:15:47 UTC 2018 - lduncan@suse.com diff --git a/open-iscsi.spec b/open-iscsi.spec index ee9d681..f532e4a 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -32,6 +32,7 @@ BuildRequires: bison BuildRequires: db-devel < 5 BuildRequires: fdupes BuildRequires: flex +BuildRequires: libkmod-devel BuildRequires: libmount-devel BuildRequires: libtool BuildRequires: make @@ -105,7 +106,7 @@ the libopeniscsiusr library. %patch1 -p1 %build -make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing -DOFFLOAD_BOOT_SUPPORTED -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" LDFLAGS="" user +make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing -DOFFLOAD_BOOT_SUPPORTED -DUSE_KMOD -I/usr/include/kmod -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" LDFLAGS="-lkmod" user cd iscsiuio touch AUTHORS NEWS autoreconf --install