diff --git a/yast2-installation-2.15.17.tar.bz2 b/yast2-installation-2.15.17.tar.bz2 deleted file mode 100644 index 490326b..0000000 --- a/yast2-installation-2.15.17.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:864d44feedcc0cad162d8e1a7f7a75bfbe30ee944ffc307abaf992c3ddfca4a2 -size 198227 diff --git a/yast2-installation-2.15.18.tar.bz2 b/yast2-installation-2.15.18.tar.bz2 new file mode 100644 index 0000000..64a3506 --- /dev/null +++ b/yast2-installation-2.15.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b34d8f62ccd8474d98d4bcf48bb3070f06961d1222a0ba9ffea29eb46468662 +size 198671 diff --git a/yast2-installation.changes b/yast2-installation.changes index 6831043..07d7472 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 6 16:48:58 CEST 2007 - locilka@suse.cz + +- In case of reboot during installation, network services status + is stored to a reboot_network_settings file and their status + is restored again when starting the installation after reboot. + Restoring the status uses Progress library for user feedback + (#258742). +- Adjusted RPM dependencies. +- 2.15.18 + ------------------------------------------------------------------- Thu Apr 5 13:34:48 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index cf556cf..6496f90 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.17) +# spec file for package yast2-installation (Version 2.15.18) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,18 +11,18 @@ # norootforbuild Name: yast2-installation -Version: 2.15.17 +Version: 2.15.18 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.17.tar.bz2 +Source0: yast2-installation-2.15.18.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite BuildRequires: yast2 >= 2.15.22 Requires: autoyast2-installation -# WorkflowManager module -Requires: yast2 >= 2.15.22 +# WorkflowManager module, Installation::reboot_net_settings +Requires: yast2 >= 2.15.25 # Required in in the first stage, after # switching to the installed system, bugzilla #249679 Requires: yast2-bootloader @@ -83,7 +83,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.17 +%setup -n yast2-installation-2.15.18 %build %{prefix}/bin/y2tool y2autoconf @@ -146,6 +146,14 @@ rm -rf "$RPM_BUILD_ROOT" %endif %changelog +* Fri Apr 06 2007 - locilka@suse.cz +- In case of reboot during installation, network services status + is stored to a reboot_network_settings file and their status + is restored again when starting the installation after reboot. + Restoring the status uses Progress library for user feedback + (#258742). +- Adjusted RPM dependencies. +- 2.15.18 * Thu Apr 05 2007 - locilka@suse.cz - Using function PackagesUI::ConfirmLicenses() instead of maintaining own code with almost the same functionality (#256627)