forked from pool/open-iscsi
Accepting request 292417 from network
1 OBS-URL: https://build.opensuse.org/request/show/292417 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=51
This commit is contained in:
commit
0f4e4eff71
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9e3eb6048207a7f28cdb761269b8207cf51d6d645f7f693a560d9ba0170285a1
|
oid sha256:b5d1dd38dfe8462157889dcd67baaf71ec46f407d74e8c62b7b6459668bf97fd
|
||||||
size 184638
|
size 197747
|
||||||
|
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 16:30:26 UTC 2015 - lduncan@suse.com
|
||||||
|
|
||||||
|
- Updated to latest upstream, adding 42 patches. See
|
||||||
|
git@github.com:hreinecke/open-iscsi.git, openSUSE-Factory
|
||||||
|
branch, for details:
|
||||||
|
* iscsid: retry login for ISCSI_ERR_HOST_NOT_FOUND
|
||||||
|
* iscsid: Fix double close of mgmt ipc fd
|
||||||
|
* iscsiadm: Initialize param_count in set_host_chap_info
|
||||||
|
* iscsiuio: Rebranding iscsiuio
|
||||||
|
* iscsiadm : make iface.ipaddress optional in iface
|
||||||
|
* isns: Add docs for deregistering discovery domains.
|
||||||
|
* iscsid: don't round up when modifying padding len
|
||||||
|
* Fix build warnings for unused variables
|
||||||
|
* Fix warning about possibly-uninitialized variable
|
||||||
|
* Fix bad sizeof in memset
|
||||||
|
* Fix missing header
|
||||||
|
* iscsiuio: Fix warning about non-matching types
|
||||||
|
* iscsiuio: Fix strict-aliasing warning with struct
|
||||||
|
* iscsiuio: Resolve strict aliasing issue in
|
||||||
|
* iscsiuio: Fix aliasing issue with
|
||||||
|
* iscsiuio: Use attribute(unused) for variables that are
|
||||||
|
* iscsiuio: Use attribute(unused) for *icmpv6_hdr
|
||||||
|
* iscsiuio: Change nic_disable to return void
|
||||||
|
* iscsiuio: Remove set but unused variables
|
||||||
|
* iscsiuio: Check return value from nic_queue_tx_packet
|
||||||
|
* Code cleanup: no functional changes
|
||||||
|
* Represent DHCP "origin" as an enum, not a string.
|
||||||
|
* Allow modifications for iface.gateway and
|
||||||
|
* actor: Mark actor_check static
|
||||||
|
* actor: simplify actor_check
|
||||||
|
* actor: s/ACTOR_TICKS/actor_jiffies/
|
||||||
|
* actor: Remove ACTOR_TICKS_10MS()
|
||||||
|
* actor: Unobfuscate ACTOR_MAX_LOOPS
|
||||||
|
* actor: Simplify actor_poll a little
|
||||||
|
* Remove actor_init and rename actor_new to actor_init
|
||||||
|
* Make running actors event-driven
|
||||||
|
* Wake up to reap children
|
||||||
|
* fix regression in iscsi_tcp iface binding
|
||||||
|
* guard against NULL ptr during discovery from unexpected
|
||||||
|
* add discovery as a valid mode in iscsiadm.8
|
||||||
|
* iscsid: fix order of setting uid/gid and drop
|
||||||
|
* iscsiuio CFLAGS fixes
|
||||||
|
* Fix incorrect list operation leading to out-of-order
|
||||||
|
* Prevent spinning over poll() when reconnecting to an
|
||||||
|
* Add some more debug logging to actor.c
|
||||||
|
* iscsid safe session logout
|
||||||
|
* iscsid: don't re-read config file for every session
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 9 21:29:30 UTC 2015 - lduncan@suse.com
|
Mon Mar 9 21:29:30 UTC 2015 - lduncan@suse.com
|
||||||
|
|
||||||
|
@ -33,10 +33,12 @@ PreReq: %fillup_prereq %insserv_prereq
|
|||||||
%if 0%{?suse_version} >= 1320
|
%if 0%{?suse_version} >= 1320
|
||||||
BuildRequires: suse-module-tools
|
BuildRequires: suse-module-tools
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: libmount-devel
|
||||||
Url: http://www.open-iscsi.org
|
Url: http://www.open-iscsi.org
|
||||||
Version: 2.0.873
|
Version: 2.0.873
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
Requires: libmount1
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
%define iscsi_release 873
|
%define iscsi_release 873
|
||||||
Summary: Linux* Open-iSCSI Software Initiator
|
Summary: Linux* Open-iSCSI Software Initiator
|
||||||
|
Loading…
Reference in New Issue
Block a user