diff --git a/yast2-installation-2.16.29.tar.bz2 b/yast2-installation-2.16.29.tar.bz2 deleted file mode 100644 index 4570e8f..0000000 --- a/yast2-installation-2.16.29.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7009438c8b0fad7c2dd524aa3db558fa0292e4dc51d2e7a2b8cbd84dd298357 -size 225591 diff --git a/yast2-installation-2.16.30.tar.bz2 b/yast2-installation-2.16.30.tar.bz2 new file mode 100644 index 0000000..5524a00 --- /dev/null +++ b/yast2-installation-2.16.30.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d79ae9c05b0dc71e4ef7882cb46aafe74d788a86f9651e6b7cab461682eee2 +size 226302 diff --git a/yast2-installation.changes b/yast2-installation.changes index ee6fb9f..98a2db1 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 4 17:02:23 CEST 2008 - locilka@suse.cz + +- Improved user-feedback during automatic configuration. +- 2.16.30 + +------------------------------------------------------------------- +Fri Apr 4 14:06:22 CEST 2008 - jsrain@suse.cz + +- added restart handling for live installation + ------------------------------------------------------------------- Wed Apr 3 16:40:16 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index f0bf7ce..f5ecb34 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.29) +# spec file for package yast2-installation (Version 2.16.30) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,19 +12,19 @@ Name: yast2-installation -Version: 2.16.29 +Version: 2.16.30 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.29.tar.bz2 +Source0: yast2-installation-2.16.30.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 # anyxml -> barexml (bnc #366867) BuildRequires: yast2 >= 2.16.39 Requires: autoyast2-installation -# Installation::run_update_file -Requires: yast2 >= 2.16.36 +# GetInstArgs::automatic_configuration +Requires: yast2 >= 2.16.46 # Required in in the first stage, after # switching to the installed system, bugzilla #249679 Requires: yast2-bootloader @@ -105,7 +105,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.29 +%setup -n yast2-installation-2.16.30 %build %{prefix}/bin/y2tool y2autoconf @@ -171,6 +171,11 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Apr 04 2008 locilka@suse.cz +- Improved user-feedback during automatic configuration. +- 2.16.30 +* Fri Apr 04 2008 jsrain@suse.cz +- added restart handling for live installation * Thu Apr 03 2008 locilka@suse.cz - Removed Winkeys support during installation (bnc 376248). - Fixed the decision-making process which images fits the best.