forked from pool/open-iscsi
Accepting request 213445 from network
- Added open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2, with many changes from QLogic (bnc#855859), listed in the changes file. - Updated open-iscsi.spec and open-iscsi.changes as well. (forwarded request 213364 from lee_duncan) OBS-URL: https://build.opensuse.org/request/show/213445 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=37
This commit is contained in:
commit
fac8081ac5
3
open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2
Normal file
3
open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d54c0122aac76507ba99c1bc9a77f5f4426c638909d4d1fd884901e8d6f8b0a5
|
||||
size 23229
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 10:11:32 PST 2014 - lduncan@suse.com
|
||||
|
||||
- Added open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2, with
|
||||
the following changes from QLogic (bnc#855859):
|
||||
iscsiadm.8: Updated man page for host statistics.
|
||||
README: Updated for host statistics.
|
||||
iscsi_tool: Add offload host statistics support.
|
||||
iscsiadm: Added document for description of iface attributes
|
||||
iscsi tools: Show iface params based on iface type
|
||||
iscsi tools: Let default type of iface be ipv4
|
||||
iscsi tools: iface params should be updated for node_rec as well.
|
||||
iscsi tools: Additional parameters for network settings
|
||||
iscsi tools: Ignore network parameter if not enabled/disabled
|
||||
iscsi tools: Use single function to set integer network parameters
|
||||
iscsi tools: Use single function to enable/disable network parameters
|
||||
iscsi tools: Use macro to set IPv4/IPv6 IP addresses
|
||||
iscsi_if.h: Additional parameters for network param settings
|
||||
iscsi_if.h: Remove numbers used for network parameter settings
|
||||
iscsi tools: Setup iface conf file with all iface attrs exported in sysfs
|
||||
README changes for adding support to set CHAP entry
|
||||
iscsi tools: Correctly get username_in and password_in flashnode params
|
||||
iscsiadm: Add support to set CHAP entry using host chap mode
|
||||
README changes to use long option --index instead of --flashnode_idx
|
||||
iscsiadm: Man page changes to use -x option for chap_tbl_idx
|
||||
iscsiadm: Use '-x' option instead of '-v' to specify chap_tbl_idx
|
||||
flashnode: Add support to set ISCSI_FLASHNODE_CHAP_OUT_IDX param
|
||||
iscsi tools: Print additional session info for flashnode session
|
||||
iscsiadm: Correctly check for invalid hostno and flashnode index
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 17:40:51 PST 2013 - lduncan@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package open-iscsi
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -43,6 +43,7 @@ Patch4: %{name}-sles11-sp3-flash-update.diff.bz2
|
||||
Patch5: %{name}-sles11-sp3-general-updates-1.diff.bz2
|
||||
Patch6: %{name}-openSUSE-12.3-first-merge.diff.bz2
|
||||
Patch7: %{name}-openSUSE-Factory-first-merge.diff.bz2
|
||||
Patch8: %{name}-openSUSE-Factory-qla4xxx-patches.diff.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -79,6 +80,7 @@ Authors:
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
|
||||
%build
|
||||
%{__make} OPTFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing -DLOCK_DIR=\\\"/etc/iscsi\\\"" user
|
||||
|
Loading…
Reference in New Issue
Block a user