Accepting request 633203 from network
OBS-URL: https://build.opensuse.org/request/show/633203 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=74
This commit is contained in:
commit
93caa01b19
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1a2a4e030d28c71356f5496a4b1ae2c8983dfd19a7523bdb8a4eb845df8d3c26
|
oid sha256:ba7993d30a79ff0b2527a51bbe712c44223ebb8c120ce713e4c01a2d32ac0b35
|
||||||
size 3820
|
size 4391
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
Thu May 31 21:41:35 UTC 2018 - lduncan@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Name: open-iscsi
|
|||||||
Version: 2.0.876
|
Version: 2.0.876
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux Open-iSCSI Software Initiator
|
Summary: Linux Open-iSCSI Software Initiator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Url: http://www.open-iscsi.com
|
Url: http://www.open-iscsi.com
|
||||||
Source: %{name}-2.0.%{iscsi_release}.tar.bz2
|
Source: %{name}-2.0.%{iscsi_release}.tar.bz2
|
||||||
@ -32,6 +32,7 @@ BuildRequires: bison
|
|||||||
BuildRequires: db-devel < 5
|
BuildRequires: db-devel < 5
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
|
BuildRequires: libkmod-devel
|
||||||
BuildRequires: libmount-devel
|
BuildRequires: libmount-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -105,7 +106,7 @@ the libopeniscsiusr library.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%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
|
cd iscsiuio
|
||||||
touch AUTHORS NEWS
|
touch AUTHORS NEWS
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user