From 58cccf26b59a00f941770b1792fb46ed811181de24d605da6a5a292c5ac0f098 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 8 Aug 2008 08:59:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=103 --- yast2-installation-2.17.2.tar.bz2 | 3 --- yast2-installation-2.17.3.tar.bz2 | 3 +++ yast2-installation.changes | 43 ++++++++++++++++++++++++++++++ yast2-installation.spec | 44 ++++++++++++++++++++++++++----- 4 files changed, 84 insertions(+), 9 deletions(-) delete mode 100644 yast2-installation-2.17.2.tar.bz2 create mode 100644 yast2-installation-2.17.3.tar.bz2 diff --git a/yast2-installation-2.17.2.tar.bz2 b/yast2-installation-2.17.2.tar.bz2 deleted file mode 100644 index 1101500..0000000 --- a/yast2-installation-2.17.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:850ee1105e37b6ec9c56e9e12865f0f7432078339e5fefa7b6c0883f35b5b9f1 -size 245138 diff --git a/yast2-installation-2.17.3.tar.bz2 b/yast2-installation-2.17.3.tar.bz2 new file mode 100644 index 0000000..06b09ae --- /dev/null +++ b/yast2-installation-2.17.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e699d880517766b5ce64bcb4463c6de917ab63b62d27c53ceaf76ba9dae38de +size 247624 diff --git a/yast2-installation.changes b/yast2-installation.changes index 2ab107d..782a16d 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Thu Aug 7 16:40:32 CEST 2008 - locilka@suse.cz + +- Added new client inst_scenarios to offer main scenarios of the + newly installed system. +- Configuration for inst_scenarios is defined in control file (Only + SLES so far), client added into SLES workflow. +- Extended control file documentation (All FATE #304373). +- 2.17.3 + +------------------------------------------------------------------- +Wed Aug 6 13:54:07 CEST 2008 - locilka@suse.cz + +- New control file entry globals->enable_kdump (default value) + (FATE #303893). +- Adjusted control file documentation. + +------------------------------------------------------------------- +Tue Aug 5 11:48:44 CEST 2008 - locilka@suse.cz + +- Calling reiplauto client in SLES control file before reboot + (FATE #304940). +- Running SCR Switch Debugger unconditionally if switching to + installed system fails (bnc #411832). + +------------------------------------------------------------------- +Mon Aug 04 16:22:55 CEST 2008 - aschnell@suse.de + +- improved text during ssh installation (bnc #411079) + +------------------------------------------------------------------- +Mon Aug 4 10:39:41 CEST 2008 - locilka@suse.cz + +- Added kdump proposal to SLES control file (FATE #303893). + +------------------------------------------------------------------- +Thu Jul 24 13:21:14 CEST 2008 - locilka@suse.cz + +- Using button label "License Translations..." in complex welcome + dialog (bnc #400616). +- SLES and SLED control files adapted to features added in 11.0. +- Added Automatic Configuration support into SLED (FATE #303396). + ------------------------------------------------------------------- Tue Jul 15 16:59:38 CEST 2008 - aschnell@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index 6c633e1..f46b98f 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,10 +1,17 @@ # -# spec file for package yast2-installation (Version 2.17.2) +# spec file for package yast2-installation (Version 2.17.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -12,12 +19,12 @@ Name: yast2-installation -Version: 2.17.2 +Version: 2.17.3 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.2.tar.bz2 +Source0: yast2-installation-2.17.3.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite # PackageCallbacks::RegisterEmptyProgressCallbacks() @@ -107,7 +114,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.2 +%setup -n yast2-installation-2.17.3 %build %{prefix}/bin/y2tool y2autoconf @@ -173,6 +180,31 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Thu Aug 07 2008 locilka@suse.cz +- Added new client inst_scenarios to offer main scenarios of the + newly installed system. +- Configuration for inst_scenarios is defined in control file (Only + SLES so far), client added into SLES workflow. +- Extended control file documentation (All FATE #304373). +- 2.17.3 +* Wed Aug 06 2008 locilka@suse.cz +- New control file entry globals->enable_kdump (default value) + (FATE #303893). +- Adjusted control file documentation. +* Tue Aug 05 2008 locilka@suse.cz +- Calling reiplauto client in SLES control file before reboot + (FATE #304940). +- Running SCR Switch Debugger unconditionally if switching to + installed system fails (bnc #411832). +* Mon Aug 04 2008 aschnell@suse.de +- improved text during ssh installation (bnc #411079) +* Mon Aug 04 2008 locilka@suse.cz +- Added kdump proposal to SLES control file (FATE #303893). +* Thu Jul 24 2008 locilka@suse.cz +- Using button label "License Translations..." in complex welcome + dialog (bnc #400616). +- SLES and SLED control files adapted to features added in 11.0. +- Added Automatic Configuration support into SLED (FATE #303396). * Tue Jul 15 2008 aschnell@suse.de - fixed vnc connect message during installation (bnc #395834) - 2.17.2