diff --git a/yast2-installation-2.16.45.tar.bz2 b/yast2-installation-2.16.45.tar.bz2 deleted file mode 100644 index 93eed5e..0000000 --- a/yast2-installation-2.16.45.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4780a43785a649bbd64591fe6a23e2aeb0332aed025e3a2d8fb1a94f65906c9e -size 233923 diff --git a/yast2-installation-2.16.46.tar.bz2 b/yast2-installation-2.16.46.tar.bz2 new file mode 100644 index 0000000..59d0975 --- /dev/null +++ b/yast2-installation-2.16.46.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70976052682a53beacdd3a86ba1fa846eba742e6f2f7f332f3312a037130680 +size 250732 diff --git a/yast2-installation.changes b/yast2-installation.changes index bb3e185..5550e12 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu May 15 13:13:13 CEST 2008 - locilka@suse.cz + +- Changed dialog content for starting the installation + (bnc #390614). +- Fixed sorting of repositories offered during upgrade to sort by + repository name (bnc #390612). +- 2.16.46 + +------------------------------------------------------------------- +Thu May 15 10:32:09 CEST 2008 - jsuchome@suse.cz + +- sort keyboard list according to translated items (bnc #390610) + +------------------------------------------------------------------- +Wed May 14 15:22:50 CEST 2008 - kmachalkova@suse.cz + +- inst_hostname client added to automatic configuration scripts - + needed to generate random hostname and 127.0.0.2 line in + /etc/hosts (bnc #383336) + ------------------------------------------------------------------- Wed May 14 14:29:21 CEST 2008 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index a1e6c9e..6df3b0f 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.45) +# spec file for package yast2-installation (Version 2.16.46) # # 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.45 +Version: 2.16.46 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.45.tar.bz2 +Source0: yast2-installation-2.16.46.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.45 +%setup -n yast2-installation-2.16.46 %build %{prefix}/bin/y2tool y2autoconf @@ -172,7 +172,20 @@ 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 +* Thu May 15 2008 locilka@suse.cz +- Changed dialog content for starting the installation + (bnc #390614). +- Fixed sorting of repositories offered during upgrade to sort by + repository name (bnc #390612). +- 2.16.46 +* Thu May 15 2008 jsuchome@suse.cz +- sort keyboard list according to translated items (bnc #390610) +* Wed May 14 2008 kmachalkova@suse.cz +- inst_hostname client added to automatic configuration scripts - + needed to generate random hostname and 127.0.0.2 line in + /etc/hosts (bnc #383336) * Wed May 14 2008 jsrain@suse.cz - use process agent instead of background agent when installing live image (bnc #384960)