forked from pool/yast2-iscsi-client
Accepting request 105183 from YaST:Head
- version 2.22.0 - change detection of qla iscsi devices (bnc#745201) - call "iscsiadm -m iface" if /etc/iscsi/ifaces is empty (bnc#742570) - create /etc/iscsi to prevent crash if nonexistant (bnc#742570) - prevent calling getiBFT() before open-iscsi install (bnc#725833) - remove portal group from target portal (bnc#738037) - fix parsing of iscsiadm output in IscsiClientLib.ycp (bnc#725182) - fixed module names OBS-URL: https://build.opensuse.org/request/show/105183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-iscsi-client?expand=0&rev=73
This commit is contained in:
commit
0fa7e09e5d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3345ea54a680128ad7c13f95d34478435a864f0a999fb178c9c569b28b8e548c
|
|
||||||
size 106260
|
|
3
yast2-iscsi-client-2.22.0.tar.bz2
Normal file
3
yast2-iscsi-client-2.22.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:81c6a2b33fe191435bc6ab20d6be39d97e24c1468623be48c0bcd644f87e5f4b
|
||||||
|
size 106536
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 15 11:36:05 CET 2012 - fehr@suse.de
|
||||||
|
|
||||||
|
- version 2.22.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 6 14:05:22 CET 2012 - fehr@suse.de
|
||||||
|
|
||||||
|
- change detection of qla iscsi devices (bnc#745201)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 2 16:03:22 CET 2012 - fehr@suse.de
|
||||||
|
|
||||||
|
- call "iscsiadm -m iface" if /etc/iscsi/ifaces is empty (bnc#742570)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 1 19:34:51 CET 2012 - fehr@suse.de
|
||||||
|
|
||||||
|
- create /etc/iscsi to prevent crash if nonexistant (bnc#742570)
|
||||||
|
- prevent calling getiBFT() before open-iscsi install (bnc#725833)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 12 11:28:17 CET 2012 - fehr@suse.de
|
||||||
|
|
||||||
|
- remove portal group from target portal (bnc#738037)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 6 18:22:15 UTC 2011 - per@opensuse.org
|
||||||
|
|
||||||
|
- fix parsing of iscsiadm output in IscsiClientLib.ycp (bnc#725182)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 16:35:51 CET 2011 - aschnell@suse.de
|
||||||
|
|
||||||
|
- fixed module names
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 3 13:06:10 CET 2011 - fehr@suse.de
|
Thu Nov 3 13:06:10 CET 2011 - fehr@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-iscsi-client
|
# spec file for package yast2-iscsi-client
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,11 +19,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-iscsi-client
|
Name: yast2-iscsi-client
|
||||||
Version: 2.21.9
|
Version: 2.22.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-iscsi-client-2.21.9.tar.bz2
|
Source0: yast2-iscsi-client-2.22.0.tar.bz2
|
||||||
|
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ This package contains the YaST2 component for configuration of an iSCSI
|
|||||||
client.
|
client.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-iscsi-client-2.21.9
|
%setup -n yast2-iscsi-client-2.22.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user