diff --git a/yast2-installation-2.15.20.tar.bz2 b/yast2-installation-2.15.20.tar.bz2 deleted file mode 100644 index 3150c7b..0000000 --- a/yast2-installation-2.15.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:919b40a46505b41383babdec1adb830287db052a71b02bf7b8add117cf5da359 -size 198384 diff --git a/yast2-installation-2.15.22.tar.bz2 b/yast2-installation-2.15.22.tar.bz2 new file mode 100644 index 0000000..af78c33 --- /dev/null +++ b/yast2-installation-2.15.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8707b336d363ffad64a75a130cd2c34bd1897cce603fab9bc1228f738dfb0c +size 198396 diff --git a/yast2-installation.changes b/yast2-installation.changes index ae9afce..75078a8 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu May 10 17:16:49 CEST 2007 - locilka@suse.cz + +- Merged hardware probing (inst_startup) and system probing + (inst_system_analysis) into one script to have only one progress + dialog instead of two (#271291). +- openSUSE control file clean-up: The default value for enable_next + and enable_back is 'yes'. Only few steps do not allow to go back + (#270893). +- 2.15.22 + +------------------------------------------------------------------- +Wed May 9 10:25:37 CEST 2007 - locilka@suse.cz + +- Safe qouting of bash command in desktop_finish. +- CommandLine for inst_release_notes (#269914). + +------------------------------------------------------------------- +Mon May 7 13:43:54 CEST 2007 - ms@suse.de + +- don't clobber existing /root/.vnc/passwd file (#271734) + ------------------------------------------------------------------- Wed Apr 18 09:13:10 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index c5a670f..b98bf73 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.20) +# spec file for package yast2-installation (Version 2.15.22) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-installation -Version: 2.15.20 +Version: 2.15.22 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.20.tar.bz2 +Source0: yast2-installation-2.15.22.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 @@ -83,7 +83,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.20 +%setup -n yast2-installation-2.15.22 %build %{prefix}/bin/y2tool y2autoconf @@ -146,6 +146,19 @@ rm -rf "$RPM_BUILD_ROOT" %endif %changelog +* Thu May 10 2007 - locilka@suse.cz +- Merged hardware probing (inst_startup) and system probing + (inst_system_analysis) into one script to have only one progress + dialog instead of two (#271291). +- openSUSE control file clean-up: The default value for enable_next + and enable_back is 'yes'. Only few steps do not allow to go back + (#270893). +- 2.15.22 +* Wed May 09 2007 - locilka@suse.cz +- Safe qouting of bash command in desktop_finish. +- CommandLine for inst_release_notes (#269914). +* Mon May 07 2007 - ms@suse.de +- don't clobber existing /root/.vnc/passwd file (#271734) * Wed Apr 18 2007 - locilka@suse.cz - Root password dialog has been moved to be the first dialog of the second stage installation workflow (FATE #301924).