From 167a994b2af0507d295f0a605185efcec7c72c6363282682750f40d3901092ff Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 26 Feb 2007 18:02:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-iscsi-client?expand=0&rev=6 --- yast2-iscsi-client-2.14.4.tar.bz2 | 3 --- yast2-iscsi-client-2.14.5.tar.bz2 | 3 +++ yast2-iscsi-client.changes | 6 ++++++ yast2-iscsi-client.spec | 13 ++++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 yast2-iscsi-client-2.14.4.tar.bz2 create mode 100644 yast2-iscsi-client-2.14.5.tar.bz2 diff --git a/yast2-iscsi-client-2.14.4.tar.bz2 b/yast2-iscsi-client-2.14.4.tar.bz2 deleted file mode 100644 index bf16e48..0000000 --- a/yast2-iscsi-client-2.14.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ffc2cd75df0ff23090fefb3e4d6ca943d23e3be18fcb08ea3c435b76f68c7e -size 95014 diff --git a/yast2-iscsi-client-2.14.5.tar.bz2 b/yast2-iscsi-client-2.14.5.tar.bz2 new file mode 100644 index 0000000..45942a3 --- /dev/null +++ b/yast2-iscsi-client-2.14.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b39f37a98803b1d6bdb2c02b1ead44648f747bed7b069e3a856daa0c564c00e +size 94971 diff --git a/yast2-iscsi-client.changes b/yast2-iscsi-client.changes index e592d8f..3f70482 100644 --- a/yast2-iscsi-client.changes +++ b/yast2-iscsi-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 16:08:07 CET 2007 - mzugec@suse.cz + +- parsing initiatorname.iscsi file fixed (#244767) +- 2.14.5 + ------------------------------------------------------------------- Wed Feb 14 19:00:23 CET 2007 - mzugec@suse.de diff --git a/yast2-iscsi-client.spec b/yast2-iscsi-client.spec index a7c6b23..f4c6ca4 100644 --- a/yast2-iscsi-client.spec +++ b/yast2-iscsi-client.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-iscsi-client (Version 2.14.4) +# spec file for package yast2-iscsi-client (Version 2.14.5) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-iscsi-client -Version: 2.14.4 +Version: 2.14.5 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-iscsi-client-2.14.4.tar.bz2 +Source0: yast2-iscsi-client-2.14.5.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer popt-devel sgml-skel update-desktop-files yast2 yast2-devtools yast2-packagemanager-devel yast2-perl-bindings yast2-testsuite Requires: yast2 @@ -29,7 +29,7 @@ Configuration of iscsi-client %prep -%setup -n yast2-iscsi-client-2.14.4 +%setup -n yast2-iscsi-client-2.14.5 %build %{prefix}/bin/y2tool y2autoconf @@ -64,7 +64,10 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/scrconf/iscsid.scr %doc %{prefix}/share/doc/packages/yast2-iscsi-client -%changelog -n yast2-iscsi-client +%changelog +* Mon Feb 26 2007 - mzugec@suse.cz +- parsing initiatorname.iscsi file fixed (#244767) +- 2.14.5 * Wed Feb 14 2007 - mzugec@suse.de - lost chars from user input caused by #245476 (#244388) - InitiatorName is not saved when exiting dialog (#244385)