diff --git a/yast2-installation-2.15.11.tar.bz2 b/yast2-installation-2.15.11.tar.bz2 new file mode 100644 index 0000000..6e5e88d --- /dev/null +++ b/yast2-installation-2.15.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0462184fb80cd5b697edf7104220129a4946fc8508c104f41c40e4d9f4f477db +size 202016 diff --git a/yast2-installation-2.15.9.tar.bz2 b/yast2-installation-2.15.9.tar.bz2 deleted file mode 100644 index 0250cba..0000000 --- a/yast2-installation-2.15.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e50f2d5db7df3dc8b6f57d1dcd634f164fffb7205675af26b44f86e63258a0ad -size 196156 diff --git a/yast2-installation.changes b/yast2-installation.changes index 9217ead..ade1e5e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Mar 5 12:58:21 CET 2007 - locilka@suse.cz + +- Adding new installation client mouse_finish which is called + before SCR is switched. This removes the dependency of + yast2-installation on yast2-mouse. +- 2.15.11 + +------------------------------------------------------------------- +Fri Mar 2 15:27:14 CET 2007 - locilka@suse.cz + +- Providing feedback (busy message) in inst_restore_settings. + Starting network by calling 'network start' with timeout. +- Adding yast2-bootloader into required packages because it is + needed after the SCR is switched into the installed system just + before reboot (#249679). +- Added more logging into inst_system_analysis (booting installed + system). +- 2.15.10 + +------------------------------------------------------------------- +Wed Feb 28 14:11:16 CET 2007 - jsrain@suse.cz + +- added more logging to umount_finish (#247594) + +------------------------------------------------------------------- +Mon Feb 26 16:03:42 CET 2007 - jsrain@suse.cz + +- updated popup in case of license is not accepted (#162499) + ------------------------------------------------------------------- Thu Feb 22 13:52:12 CET 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index d418ea0..eb441ec 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.9) +# spec file for package yast2-installation (Version 2.15.11) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,16 +11,19 @@ # norootforbuild Name: yast2-installation -Version: 2.15.9 +Version: 2.15.11 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.9.tar.bz2 +Source0: yast2-installation-2.15.11.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-core-devel yast2-country yast2-devtools yast2-testsuite Requires: autoyast2-installation Requires: yast2 >= 2.14.6 +# Required in in the first stage, after +# switching to the installed system, bugzilla #249679 +Requires: yast2-bootloader # Language::selection_skipped, bugzilla #223258 Requires: yast2-country >= 2.15.0 Requires: yast2-network @@ -28,7 +31,6 @@ Requires: yast2-network Requires: yast2-packager >= 2.15.7 # Only in inst-sys # Requires: yast2-add-on -# Requires: yast2-bootloader # Requires: yast2-mouse # Requires: yast2-storage # Requires: yast2-update @@ -79,7 +81,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.9 +%setup -n yast2-installation-2.15.11 %build %{prefix}/bin/y2tool y2autoconf @@ -142,6 +144,24 @@ rm -rf "$RPM_BUILD_ROOT" %endif %changelog +* Mon Mar 05 2007 - locilka@suse.cz +- Adding new installation client mouse_finish which is called + before SCR is switched. This removes the dependency of + yast2-installation on yast2-mouse. +- 2.15.11 +* Fri Mar 02 2007 - locilka@suse.cz +- Providing feedback (busy message) in inst_restore_settings. + Starting network by calling 'network start' with timeout. +- Adding yast2-bootloader into required packages because it is + needed after the SCR is switched into the installed system just + before reboot (#249679). +- Added more logging into inst_system_analysis (booting installed + system). +- 2.15.10 +* Wed Feb 28 2007 - jsrain@suse.cz +- added more logging to umount_finish (#247594) +* Mon Feb 26 2007 - jsrain@suse.cz +- updated popup in case of license is not accepted (#162499) * Thu Feb 22 2007 - locilka@suse.cz - Splitting installation_worker (main installation script) into inst_worker_initial and inst_worker_continue.