From 94868c5666db5bd74fec8db70a4b85ca618a03a76b018703e14d9204ebde0a59 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 8 Feb 2008 16:23:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=67 --- yast2-installation-2.16.17.tar.bz2 | 3 --- yast2-installation-2.16.18.tar.bz2 | 3 +++ yast2-installation.changes | 21 ++++++++++++++++++++ yast2-installation.spec | 31 ++++++++++++++++++++++-------- 4 files changed, 47 insertions(+), 11 deletions(-) delete mode 100644 yast2-installation-2.16.17.tar.bz2 create mode 100644 yast2-installation-2.16.18.tar.bz2 diff --git a/yast2-installation-2.16.17.tar.bz2 b/yast2-installation-2.16.17.tar.bz2 deleted file mode 100644 index 9b7ce16..0000000 --- a/yast2-installation-2.16.17.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cee75fcd54ddba5f60e53a53fd78b0120c08dce45dca31abefb2742c762a22af -size 222765 diff --git a/yast2-installation-2.16.18.tar.bz2 b/yast2-installation-2.16.18.tar.bz2 new file mode 100644 index 0000000..0a4504f --- /dev/null +++ b/yast2-installation-2.16.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070b01e8aadb352f9c54f013f90964a2fc93f73fdd970674a173e140d7430c68 +size 230341 diff --git a/yast2-installation.changes b/yast2-installation.changes index 31ebfd4..766fad9 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Feb 7 14:19:11 CET 2008 - locilka@suse.cz + +- Functionality that integrates the just-selected language + translation has been moved to integrate_translation_extension + client to make it available for other modules. +- New label for "Show in Fullscreen" button to better match what + it really does (bnc #359527). +- Module InstExtensionImage moved to yast2. +- Added new disintegrate_all_extensions client that is called at + the end of the initial installation to umount and remove all + integrated inst-sys extensions. +- 2.16.18 + +------------------------------------------------------------------- +Wed Feb 6 13:23:35 CET 2008 - locilka@suse.cz + +- Better /lbin/wget handling in InstExtensionImage. +- Speed-up inst_complex_welcome optimalizations (e.g., skipping + downloading extension already by Linuxrc) + ------------------------------------------------------------------- Tue Feb 5 16:04:15 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 3acc49f..0abcfb7 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.17) +# spec file for package yast2-installation (Version 2.16.18) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,19 +11,19 @@ # norootforbuild Name: yast2-installation -Version: 2.16.17 +Version: 2.16.18 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.17.tar.bz2 +Source0: yast2-installation-2.16.18.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 # URL::MakeParamsFromMap and URL::MakeMapFromParams BuildRequires: yast2 >= 2.16.25 Requires: autoyast2-installation -# URL::MakeParamsFromMap and URL::MakeMapFromParams -Requires: yast2 >= 2.16.25 +# InstExtensionImage module moved to installation +Requires: yast2 >= 2.16.26 # Required in in the first stage, after # switching to the installed system, bugzilla #249679 Requires: yast2-bootloader @@ -70,12 +70,12 @@ BuildArch: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.16.17 +Version: 2.16.18 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.17.tar.bz2 +Source0: yast2-installation-2.16.18.tar.bz2 Prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -108,7 +108,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.17 +%setup -n yast2-installation-2.16.18 %build %{prefix}/bin/y2tool y2autoconf @@ -174,6 +174,21 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Thu Feb 07 2008 locilka@suse.cz +- Functionality that integrates the just-selected language + translation has been moved to integrate_translation_extension + client to make it available for other modules. +- New label for "Show in Fullscreen" button to better match what + it really does (bnc #359527). +- Module InstExtensionImage moved to yast2. +- Added new disintegrate_all_extensions client that is called at + the end of the initial installation to umount and remove all + integrated inst-sys extensions. +- 2.16.18 +* Wed Feb 06 2008 locilka@suse.cz +- Better /lbin/wget handling in InstExtensionImage. +- Speed-up inst_complex_welcome optimalizations (e.g., skipping + downloading extension already by Linuxrc) * Tue Feb 05 2008 locilka@suse.cz - Squashfs image needs to be mounted using '-o loop'. - Displaying busy cursor when downloading the extension.