From 8befedfdf38377b52bc73489e91b4c3574cae860f7a849d2646d4d66581144df Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 9 Apr 2008 19:10:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=80 --- yast2-installation-2.16.30.tar.bz2 | 3 --- yast2-installation-2.16.31.tar.bz2 | 3 +++ yast2-installation.changes | 23 +++++++++++++++++++++++ yast2-installation.spec | 22 ++++++++++++++++++---- 4 files changed, 44 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.16.30.tar.bz2 create mode 100644 yast2-installation-2.16.31.tar.bz2 diff --git a/yast2-installation-2.16.30.tar.bz2 b/yast2-installation-2.16.30.tar.bz2 deleted file mode 100644 index 5524a00..0000000 --- a/yast2-installation-2.16.30.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0d79ae9c05b0dc71e4ef7882cb46aafe74d788a86f9651e6b7cab461682eee2 -size 226302 diff --git a/yast2-installation-2.16.31.tar.bz2 b/yast2-installation-2.16.31.tar.bz2 new file mode 100644 index 0000000..7f5594d --- /dev/null +++ b/yast2-installation-2.16.31.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa252482e7da6d5d36a394793271a2bc99e777e08ed0f7d45bacaa8fbec18263 +size 232690 diff --git a/yast2-installation.changes b/yast2-installation.changes index 98a2db1..68abc30 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Apr 9 16:39:36 CEST 2008 - jsrain@suse.cz + +- handle compressed logs properly at the end of first stage + installation (fate #300637) +- 2.16.31 + +------------------------------------------------------------------- +Tue Apr 8 19:40:58 CEST 2008 - locilka@suse.cz + +- Adjusted control file to sort installation overview via + presentation_order and propose it via the real appearance. +- Fixed selecting the right imageset - the rule is currently that + all patterns in imageset must be selected for installation + (bnc #378032). + +------------------------------------------------------------------- +Mon Apr 7 15:20:14 CEST 2008 - locilka@suse.cz + +- Added new control file entry kexec_reboot that defines whether + kexec should be used instead of reboot at the end of the first + stage installation (FATE #303395). + ------------------------------------------------------------------- Fri Apr 4 17:02:23 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index f5ecb34..4e329c9 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.30) +# spec file for package yast2-installation (Version 2.16.31) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-installation -Version: 2.16.30 +Version: 2.16.31 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.30.tar.bz2 +Source0: yast2-installation-2.16.31.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 # anyxml -> barexml (bnc #366867) @@ -105,7 +105,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.30 +%setup -n yast2-installation-2.16.31 %build %{prefix}/bin/y2tool y2autoconf @@ -171,6 +171,20 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Wed Apr 09 2008 jsrain@suse.cz +- handle compressed logs properly at the end of first stage + installation (fate #300637) +- 2.16.31 +* Tue Apr 08 2008 locilka@suse.cz +- Adjusted control file to sort installation overview via + presentation_order and propose it via the real appearance. +- Fixed selecting the right imageset - the rule is currently that + all patterns in imageset must be selected for installation + (bnc #378032). +* Mon Apr 07 2008 locilka@suse.cz +- Added new control file entry kexec_reboot that defines whether + kexec should be used instead of reboot at the end of the first + stage installation (FATE #303395). * Fri Apr 04 2008 locilka@suse.cz - Improved user-feedback during automatic configuration. - 2.16.30