diff --git a/yast2-installation-2.16.18.tar.bz2 b/yast2-installation-2.16.18.tar.bz2 deleted file mode 100644 index 0a4504f..0000000 --- a/yast2-installation-2.16.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:070b01e8aadb352f9c54f013f90964a2fc93f73fdd970674a173e140d7430c68 -size 230341 diff --git a/yast2-installation-2.16.19.tar.bz2 b/yast2-installation-2.16.19.tar.bz2 new file mode 100644 index 0000000..1f37f5e --- /dev/null +++ b/yast2-installation-2.16.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0363a9d14f3d0a3054ef4aa60e9db59836d2682fdf8ed8b3e29b6f0546e1df5 +size 221392 diff --git a/yast2-installation.changes b/yast2-installation.changes index 766fad9..3878773 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Wed Feb 20 10:35:04 CET 2008 - locilka@suse.cz + +- Showing release notes in tabs only if more than one product is + installed (bnc #359137). +- Added better text for the complex welcome dialog (bnc #359528). +- Adjusted RPM dependencies (new Language API, see below). +- 2.16.19 + +------------------------------------------------------------------- +Wed Feb 20 10:24:26 CET 2008 - jsuchome@suse.cz + +- inst_complex_welcome: save keyboard settings (bnc #360559), + use the API from Language.ycp for generating items + +------------------------------------------------------------------- +Fri Feb 15 14:28:45 CET 2008 - jsrain@suse.cz + +- updated image-based installatoin not to use any hardcoded + image names + +------------------------------------------------------------------- +Thu Feb 14 11:20:04 CET 2008 - locilka@suse.cz + +- Function FileSystemCopy from live-installer has been moved + to ImageInstallation module (installation). +- Adjusted RPM dependencies (Installation module in yast2). + +------------------------------------------------------------------- +Wed Feb 13 14:18:16 CET 2008 - jsrain@suse.cz + +- added handling of update initiated from running system + +------------------------------------------------------------------- +Tue Feb 12 10:26:15 CET 2008 - locilka@suse.cz + +- Added new update_wizard_steps YCP client for easy updating or + redrawing installation wizard steps from other modules. + +------------------------------------------------------------------- +Mon Feb 11 18:28:00 CET 2008 - locilka@suse.cz + +- Installation clients 'auth', 'user', and 'root' have been + disabled by default. First-stage users will enable them only + if needed. + +------------------------------------------------------------------- +Fri Feb 08 13:06:19 CET 2008 - aschnell@suse.de + +- during installation allow yast to be started from gdb with + Y2GDB=1 on kernel command line (fate #302346) + +------------------------------------------------------------------- +Fri Feb 8 10:37:02 CET 2008 - locilka@suse.cz + +- Umount(s) used with -l and -f params. + ------------------------------------------------------------------- Thu Feb 7 14:19:11 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 0abcfb7..a2517e9 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.18) +# spec file for package yast2-installation (Version 2.16.19) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,25 +10,26 @@ # norootforbuild + Name: yast2-installation -Version: 2.16.18 +Version: 2.16.19 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.18.tar.bz2 +Source0: yast2-installation-2.16.19.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 -# InstExtensionImage module moved to installation -Requires: yast2 >= 2.16.26 +# Installation::run_update_file +Requires: yast2 >= 2.16.27 # Required in in the first stage, after # switching to the installed system, bugzilla #249679 Requires: yast2-bootloader -# Newly created RPM -Requires: yast2-country-data >= 2.16.3 +# Language::GetLanguageItems and other API +Requires: yast2-country-data >= 2.16.9 # New System-selection data and API DefaultDesktop module # New API in ProductLicense Requires: yast2-packager >= 2.16.18 @@ -70,12 +71,14 @@ BuildArch: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.16.18 + +Name: yast2-installation +Version: 2.16.19 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.18.tar.bz2 +Source0: yast2-installation-2.16.19.tar.bz2 Prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -108,7 +111,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.18 +%setup -n yast2-installation-2.16.19 %build %{prefix}/bin/y2tool y2autoconf @@ -173,7 +176,38 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-installation %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README + %changelog +* Wed Feb 20 2008 locilka@suse.cz +- Showing release notes in tabs only if more than one product is + installed (bnc #359137). +- Added better text for the complex welcome dialog (bnc #359528). +- Adjusted RPM dependencies (new Language API, see below). +- 2.16.19 +* Wed Feb 20 2008 jsuchome@suse.cz +- inst_complex_welcome: save keyboard settings (bnc #360559), + use the API from Language.ycp for generating items +* Fri Feb 15 2008 jsrain@suse.cz +- updated image-based installatoin not to use any hardcoded + image names +* Thu Feb 14 2008 locilka@suse.cz +- Function FileSystemCopy from live-installer has been moved + to ImageInstallation module (installation). +- Adjusted RPM dependencies (Installation module in yast2). +* Wed Feb 13 2008 jsrain@suse.cz +- added handling of update initiated from running system +* Tue Feb 12 2008 locilka@suse.cz +- Added new update_wizard_steps YCP client for easy updating or + redrawing installation wizard steps from other modules. +* Mon Feb 11 2008 locilka@suse.cz +- Installation clients 'auth', 'user', and 'root' have been + disabled by default. First-stage users will enable them only + if needed. +* Fri Feb 08 2008 aschnell@suse.de +- during installation allow yast to be started from gdb with + Y2GDB=1 on kernel command line (fate #302346) +* Fri Feb 08 2008 locilka@suse.cz +- Umount(s) used with -l and -f params. * Thu Feb 07 2008 locilka@suse.cz - Functionality that integrates the just-selected language translation has been moved to integrate_translation_extension