diff --git a/yast2-installation-2.15.8.tar.bz2 b/yast2-installation-2.15.8.tar.bz2 deleted file mode 100644 index 4fae506..0000000 --- a/yast2-installation-2.15.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f4185f1702a79edfcbefd7956b4b29c50d06fa86feea06def15fa3216896736 -size 214570 diff --git a/yast2-installation-2.15.9.tar.bz2 b/yast2-installation-2.15.9.tar.bz2 new file mode 100644 index 0000000..0250cba --- /dev/null +++ b/yast2-installation-2.15.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50f2d5db7df3dc8b6f57d1dcd634f164fffb7205675af26b44f86e63258a0ad +size 196156 diff --git a/yast2-installation.changes b/yast2-installation.changes index cbaac65..9217ead 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Feb 22 13:52:12 CET 2007 - locilka@suse.cz + +- Splitting installation_worker (main installation script) into + inst_worker_initial and inst_worker_continue. +- Testsuites related to Add-Ons moved to yast2-add-on package. +- 2.15.9 + +------------------------------------------------------------------- +Wed Feb 21 17:24:30 CET 2007 - locilka@suse.cz + +- Added documentation for silently_downgrade_packages and + keep_installed_patches control file entries (plus their reverse + lists) (FATE #301990, Bugzilla #238488). + +------------------------------------------------------------------- +Mon Feb 19 16:00:23 CET 2007 - locilka@suse.cz + +- More concrete fix of bug #160301: Displaying information about + how to continue the second stage installation if SSH is the only + installation method. This informational pop-up has disabled + time-out (#245742). +- Moving parts of installation_worker script to includes based on + in which installation stage they are used. + +------------------------------------------------------------------- +Fri Feb 16 16:18:28 CET 2007 - locilka@suse.cz + +- Add-Ons moved to a new package yast2-add-on-2.15.0 (#238673) + +------------------------------------------------------------------- +Thu Feb 15 12:21:46 CET 2007 - locilka@suse.cz + +- New entries silently_downgrade_packages, plus reverse list, and + keep_installed_patches, plus reverse list, were added into SLES + and SLED control files (FATE #301990, Bugzilla #238488). + +------------------------------------------------------------------- +Mon Feb 12 13:40:41 CET 2007 - locilka@suse.cz + +- Making release_notes modular. +- Rewriting RPM dependencies (#238679). +- Moving parts of installation_worker client into functions. +- Moving Mouse-init functions into inst_init_mouse client. +- Moving Storage-related functions (autoinstall) into + inst_check_autoinst_mode client. +- Moving vendor client and desktop file to the yast2-update to + minimize yast2-installation dependencies. +- Remove obsolete /proc/bus/usb mounting (#244950). + ------------------------------------------------------------------- Wed Feb 7 11:01:02 CET 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 9b3297f..d418ea0 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.8) +# spec file for package yast2-installation (Version 2.15.9) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,29 +11,31 @@ # norootforbuild Name: yast2-installation -Version: 2.15.8 -Release: 2 +Version: 2.15.9 +Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.8.tar.bz2 +Source0: yast2-installation-2.15.9.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: yast2-firewall -Requires: yast2-update -Requires: yast2-storage yast2-mouse yast2-bootloader -# add_inst_source_slptype.ycp client, bugzilla #238680 -Requires: yast2-packager >= 2.15.7 -# extra sources in ResolvableProperties() -# "", `language", "" in ResolvableProperties() -Requires: yast2-pkg-bindings >= 2.13.101 -# ProductControl::Run returning `abort (FATE #300422) +Requires: autoyast2-installation Requires: yast2 >= 2.14.6 # Language::selection_skipped, bugzilla #223258 Requires: yast2-country >= 2.15.0 -Requires: yast2-network yast2-users -Requires: curl release-notes -Requires: autoyast2-installation yast2-online-update +Requires: yast2-network +# add_inst_source_slptype.ycp client, bugzilla #238680 +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 +# extra sources in ResolvableProperties() +# "", `language", "" in ResolvableProperties() +# pkg-bindings are not directly required +Conflicts: yast2-pkg-bindings < 2.13.101 # unzipping license file Requires: unzip # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103) @@ -44,6 +46,13 @@ Requires: tar gzip #Requires: /usr/bin/jpegtopnm #Requires: /usr/bin/pnmtopng Recommends: yast2-registration +Recommends: yast2-online-update +Recommends: yast2-users +Recommends: yast2-firewall +Recommends: release-notes +Recommends: curl +Recommends: yast2-update +Recommends: yast2-add-on PreReq: %fillup_prereq Provides: yast Obsoletes: yast @@ -67,9 +76,10 @@ Authors: Klaus Kaempf Arvin Schnell Jiri Srain + Lukas Ocilka %prep -%setup -n yast2-installation-2.15.8 +%setup -n yast2-installation-2.15.9 %build %{prefix}/bin/y2tool y2autoconf @@ -107,7 +117,6 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/modules/*.ycp /usr/share/YaST2/modules/*.ybc %{prefix}/share/applications/YaST2/*.desktop -/usr/share/YaST2/schema/autoyast/rnc/add-on.rnc %dir /usr/share/YaST2/include/installation /usr/share/YaST2/include/installation/* # agents @@ -132,7 +141,39 @@ rm -rf "$RPM_BUILD_ROOT" %{prefix}/share/fvwm/ %endif -%changelog -n yast2-installation +%changelog +* Thu Feb 22 2007 - locilka@suse.cz +- Splitting installation_worker (main installation script) into + inst_worker_initial and inst_worker_continue. +- Testsuites related to Add-Ons moved to yast2-add-on package. +- 2.15.9 +* Wed Feb 21 2007 - locilka@suse.cz +- Added documentation for silently_downgrade_packages and + keep_installed_patches control file entries (plus their reverse + lists) (FATE #301990, Bugzilla #238488). +* Mon Feb 19 2007 - locilka@suse.cz +- More concrete fix of bug #160301: Displaying information about + how to continue the second stage installation if SSH is the only + installation method. This informational pop-up has disabled + time-out (#245742). +- Moving parts of installation_worker script to includes based on + in which installation stage they are used. +* Fri Feb 16 2007 - locilka@suse.cz +- Add-Ons moved to a new package yast2-add-on-2.15.0 (#238673) +* Thu Feb 15 2007 - locilka@suse.cz +- New entries silently_downgrade_packages, plus reverse list, and + keep_installed_patches, plus reverse list, were added into SLES + and SLED control files (FATE #301990, Bugzilla #238488). +* Mon Feb 12 2007 - locilka@suse.cz +- Making release_notes modular. +- Rewriting RPM dependencies (#238679). +- Moving parts of installation_worker client into functions. +- Moving Mouse-init functions into inst_init_mouse client. +- Moving Storage-related functions (autoinstall) into + inst_check_autoinst_mode client. +- Moving vendor client and desktop file to the yast2-update to + minimize yast2-installation dependencies. +- Remove obsolete /proc/bus/usb mounting (#244950). * Wed Feb 07 2007 - locilka@suse.cz - Correct Installation::destdir quoting in .local or .target bash commands.