From 4651e5e672a6b36f03426011eeab41000d09fe906ad7555f2ee39063efd59f54 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 11 Jul 2008 12:28:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-iscsi-client?expand=0&rev=30 --- yast2-iscsi-client-2.16.14.tar.bz2 | 3 --- yast2-iscsi-client-2.17.1.tar.bz2 | 3 +++ yast2-iscsi-client.changes | 14 ++++++++++++++ yast2-iscsi-client.spec | 22 +++++++++++++++------- 4 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 yast2-iscsi-client-2.16.14.tar.bz2 create mode 100644 yast2-iscsi-client-2.17.1.tar.bz2 diff --git a/yast2-iscsi-client-2.16.14.tar.bz2 b/yast2-iscsi-client-2.16.14.tar.bz2 deleted file mode 100644 index 29e6019..0000000 --- a/yast2-iscsi-client-2.16.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6260182c5b83157d8bb8677389fbdebdfb4a46e0389cc48a29c60df28ac72077 -size 97978 diff --git a/yast2-iscsi-client-2.17.1.tar.bz2 b/yast2-iscsi-client-2.17.1.tar.bz2 new file mode 100644 index 0000000..732e1ff --- /dev/null +++ b/yast2-iscsi-client-2.17.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fe592bcf5e908302c09ceec00c21484d1831ad0c826a53a13fa053a94953d4 +size 97988 diff --git a/yast2-iscsi-client.changes b/yast2-iscsi-client.changes index 374a2cf..d925ab2 100644 --- a/yast2-iscsi-client.changes +++ b/yast2-iscsi-client.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jul 10 15:49:59 CEST 2008 - mzugec@suse.de + +- when Log on, do startup automatic by default (bnc#400610) +- improved InitiatorName validator +- 2.17.1 + +------------------------------------------------------------------- +Thu Jul 10 13:33:46 CEST 2008 - mzugec@suse.de + +- fixed text in Write dialog (bnc#393929) +- fixed InitiatorName validation (bnc#406726) +- 2.17.0 + ------------------------------------------------------------------- Thu May 22 18:08:27 CEST 2008 - locilka@suse.cz diff --git a/yast2-iscsi-client.spec b/yast2-iscsi-client.spec index ffcda08..0b54f24 100644 --- a/yast2-iscsi-client.spec +++ b/yast2-iscsi-client.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-iscsi-client (Version 2.16.14) +# spec file for package yast2-iscsi-client (Version 2.17.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,25 +12,26 @@ Name: yast2-iscsi-client -Version: 2.16.14 +Version: 2.17.1 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-iscsi-client-2.16.14.tar.bz2 +Source0: yast2-iscsi-client-2.17.1.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libicu-devel libxslt perl-XML-Writer popt-devel sgml-skel update-desktop-files yast2 yast2-devtools yast2-packagemanager-devel yast2-packager yast2-perl-bindings yast2-testsuite Requires: yast2 yast2-packager BuildArch: noarch -Summary: YaST2 - Configuration of iscsi-client +Summary: YaST2 - iSCSI Client Configuration %description -Configuration of iscsi-client +This package contains the YaST2 component for configuration of an iSCSI +client. %prep -%setup -n yast2-iscsi-client-2.16.14 +%setup -n yast2-iscsi-client-2.17.1 %build %{prefix}/bin/y2tool y2autoconf @@ -65,8 +66,15 @@ rm -rf "$RPM_BUILD_ROOT" %{prefix}/share/applications/YaST2/iscsi-client.desktop /usr/share/YaST2/scrconf/iscsid.scr %doc %{prefix}/share/doc/packages/yast2-iscsi-client - %changelog +* Thu Jul 10 2008 mzugec@suse.de +- when Log on, do startup automatic by default (bnc#400610) +- improved InitiatorName validator +- 2.17.1 +* Thu Jul 10 2008 mzugec@suse.de +- fixed text in Write dialog (bnc#393929) +- fixed InitiatorName validation (bnc#406726) +- 2.17.0 * Thu May 22 2008 locilka@suse.cz - Not only open-iscsi, but also boot.open-iscsi service should be enabled (bnc #393057).