diff --git a/yast2-installation-2.16.46.tar.bz2 b/yast2-installation-2.16.46.tar.bz2 deleted file mode 100644 index 59d0975..0000000 --- a/yast2-installation-2.16.46.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d70976052682a53beacdd3a86ba1fa846eba742e6f2f7f332f3312a037130680 -size 250732 diff --git a/yast2-installation-2.16.47.tar.bz2 b/yast2-installation-2.16.47.tar.bz2 new file mode 100644 index 0000000..b9f412d --- /dev/null +++ b/yast2-installation-2.16.47.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8a48dc56edf1c0b51205f52beab4021f2dc89d70986c65fe0af2fd94a7d095 +size 242701 diff --git a/yast2-installation.changes b/yast2-installation.changes index 5550e12..9772cc6 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon May 19 09:29:15 CEST 2008 - locilka@suse.cz + +- Creating SuSEConfig hook file at installation_settings_finish + in case of update. The file has to be created to force the + SuSEConfig run on first boot (bnc #390930). +- Workaround for as-big-dialog-as-possible in License Agreement + dialog (bnc #385257). +- Adding FACTORY repositories with priority 120, update source with + priority 20 (bnc #392039). +- 2.16.47 + +------------------------------------------------------------------- +Fri May 16 16:40:22 CEST 2008 - jsrain@suse.cz + +- added categories Settings and System into desktop file + (bnc #382778) + ------------------------------------------------------------------- Thu May 15 13:13:13 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 6df3b0f..6d791a5 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.46) +# spec file for package yast2-installation (Version 2.16.47) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-installation -Version: 2.16.46 +Version: 2.16.47 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.46.tar.bz2 +Source0: yast2-installation-2.16.47.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 # PackageCallbacks::RegisterEmptyProgressCallbacks() @@ -107,7 +107,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.46 +%setup -n yast2-installation-2.16.47 %build %{prefix}/bin/y2tool y2autoconf @@ -172,8 +172,19 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-installation %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README - %changelog +* Mon May 19 2008 locilka@suse.cz +- Creating SuSEConfig hook file at installation_settings_finish + in case of update. The file has to be created to force the + SuSEConfig run on first boot (bnc #390930). +- Workaround for as-big-dialog-as-possible in License Agreement + dialog (bnc #385257). +- Adding FACTORY repositories with priority 120, update source with + priority 20 (bnc #392039). +- 2.16.47 +* Fri May 16 2008 jsrain@suse.cz +- added categories Settings and System into desktop file + (bnc #382778) * Thu May 15 2008 locilka@suse.cz - Changed dialog content for starting the installation (bnc #390614).