diff --git a/yast2-installation-2.18.3.tar.bz2 b/yast2-installation-2.18.3.tar.bz2 deleted file mode 100644 index 89bcf53..0000000 --- a/yast2-installation-2.18.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:345fcc240328977772d4f562ef496d1d6861952cd6216b2056c5b1368d6b0300 -size 291308 diff --git a/yast2-installation-2.18.4.tar.bz2 b/yast2-installation-2.18.4.tar.bz2 new file mode 100644 index 0000000..09e54ab --- /dev/null +++ b/yast2-installation-2.18.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9270c17cdd01f27d44484290305df8211ccee34ead91b6adc57aee6fb8b0905 +size 270734 diff --git a/yast2-installation.changes b/yast2-installation.changes index 7a1405a..a01debc 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 2 13:09:08 CET 2009 - locilka@suse.cz + +- Erasing all old additional control files in the final step of + upgrade before rebooting to the second stage (bnc #471454). +- InstError can now save YaST logs on user request. +- 2.18.4 + ------------------------------------------------------------------- Wed Jan 28 14:33:09 CET 2009 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 168ac77..251534c 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.18.3) +# spec file for package yast2-installation (Version 2.18.4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.18.3 +Version: 2.18.4 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.18.3.tar.bz2 +Source0: yast2-installation-2.18.4.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 # xmllint @@ -124,7 +124,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.18.3 +%setup -n yast2-installation-2.18.4 %build %{prefix}/bin/y2tool y2autoconf @@ -195,6 +195,11 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Mon Feb 02 2009 locilka@suse.cz +- Erasing all old additional control files in the final step of + upgrade before rebooting to the second stage (bnc #471454). +- InstError can now save YaST logs on user request. +- 2.18.4 * Wed Jan 28 2009 locilka@suse.cz - Added new InstError module for unified reporting of errors during installation.