diff --git a/yast2-installation-2.16.20.tar.bz2 b/yast2-installation-2.16.20.tar.bz2 deleted file mode 100644 index 4dfa29f..0000000 --- a/yast2-installation-2.16.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64d16d9354414d918711ba848b21e41aedc70ade23f6c36c64798b5204439b30 -size 221446 diff --git a/yast2-installation-2.16.23.tar.bz2 b/yast2-installation-2.16.23.tar.bz2 new file mode 100644 index 0000000..953ca72 --- /dev/null +++ b/yast2-installation-2.16.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca4ff3dbf492a0b484880f354d73aafdc9043217d25f3e693f7a6a93818412e +size 233352 diff --git a/yast2-installation.changes b/yast2-installation.changes index b04582c..f65d0d5 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Mar 14 15:02:27 CET 2008 - locilka@suse.cz + +- Added possibility to run automatic configuration instead of the + whole second stage installation (fate #303396). +- Adjusted RPM dependencies. +- Creating and removing the file runme_at_boot is currently handled + by YaST (YCP) installation scripts. +- Added new client inst_rpmcopy_secondstage that calls inst_rpmcopy + because of DisabledModules disabling both first and second stage + occurency of that script. +- Changed control file to call the new script in second stage. +- 2.16.23 + +------------------------------------------------------------------- +Mon Mar 10 11:25:57 CET 2008 - locilka@suse.cz + +- Disabling the window menu in IceWM preferences to make the + inst-sys 600 kB smaller (*.mo files). Thanks to mmarek. + +------------------------------------------------------------------- +Fri Mar 7 11:35:29 CET 2008 - jsuchome@suse.cz + +- control.openSUSE.xml: country_simple is for keyboard and language, + not for timezone +- added 1st stage step for root password dialog (fate#302980) +- 2.16.22 + +------------------------------------------------------------------- +Thu Mar 06 10:57:42 CET 2008 - aschnell@suse.de + +- call rcnetwork with option onboot during start of second stage + (bnc #363423) +- 2.16.21 + ------------------------------------------------------------------- Wed Mar 5 18:52:30 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index cf4d4ca..3881d37 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.20) +# spec file for package yast2-installation (Version 2.16.23) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,19 +12,19 @@ Name: yast2-installation -Version: 2.16.20 +Version: 2.16.23 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.20.tar.bz2 +Source0: yast2-installation-2.16.23.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 # Installation::run_update_file -Requires: yast2 >= 2.16.27 +Requires: yast2 >= 2.16.36 # Required in in the first stage, after # switching to the installed system, bugzilla #249679 Requires: yast2-bootloader @@ -104,7 +104,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.20 +%setup -n yast2-installation-2.16.23 %build %{prefix}/bin/y2tool y2autoconf @@ -170,6 +170,29 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Mar 14 2008 locilka@suse.cz +- Added possibility to run automatic configuration instead of the + whole second stage installation (fate #303396). +- Adjusted RPM dependencies. +- Creating and removing the file runme_at_boot is currently handled + by YaST (YCP) installation scripts. +- Added new client inst_rpmcopy_secondstage that calls inst_rpmcopy + because of DisabledModules disabling both first and second stage + occurency of that script. +- Changed control file to call the new script in second stage. +- 2.16.23 +* Mon Mar 10 2008 locilka@suse.cz +- Disabling the window menu in IceWM preferences to make the + inst-sys 600 kB smaller (*.mo files). Thanks to mmarek. +* Fri Mar 07 2008 jsuchome@suse.cz +- control.openSUSE.xml: country_simple is for keyboard and language, + not for timezone +- added 1st stage step for root password dialog (fate#302980) +- 2.16.22 +* Thu Mar 06 2008 aschnell@suse.de +- call rcnetwork with option onboot during start of second stage + (bnc #363423) +- 2.16.21 * Wed Mar 05 2008 locilka@suse.cz - Remember (first stage) and restore (second stage) DisabledModules (bnc #364066).