diff --git a/yast2-installation-2.16.41.tar.bz2 b/yast2-installation-2.16.41.tar.bz2 deleted file mode 100644 index f2251db..0000000 --- a/yast2-installation-2.16.41.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e8017be705ac67f137e5f88e5c38ae3da323d5792b6429f5b43ce48985fae93 -size 224217 diff --git a/yast2-installation-2.16.42.tar.bz2 b/yast2-installation-2.16.42.tar.bz2 new file mode 100644 index 0000000..0299cce --- /dev/null +++ b/yast2-installation-2.16.42.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cbfdf60cdd26ed4a8a07125c18976164a7de0f8da7b6039da0f10e4de11a2d +size 224304 diff --git a/yast2-installation.changes b/yast2-installation.changes index 2892f90..345aa6c 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Apr 30 10:24:19 CEST 2008 - locilka@suse.cz + +- Making automatic installation more robust (bnc #384972). +- 2.16.42 + +------------------------------------------------------------------- +Tue Apr 29 12:59:49 CEST 2008 - locilka@suse.cz + +- Disabling Progress when calling inst_finish scripts. + ------------------------------------------------------------------- Mon Apr 28 11:42:21 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 7dd32c9..aa96606 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.41) +# spec file for package yast2-installation (Version 2.16.42) # # 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.41 +Version: 2.16.42 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.41.tar.bz2 +Source0: yast2-installation-2.16.42.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.41 +%setup -n yast2-installation-2.16.42 %build %{prefix}/bin/y2tool y2autoconf @@ -173,6 +173,11 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Wed Apr 30 2008 locilka@suse.cz +- Making automatic installation more robust (bnc #384972). +- 2.16.42 +* Tue Apr 29 2008 locilka@suse.cz +- Disabling Progress when calling inst_finish scripts. * Mon Apr 28 2008 locilka@suse.cz - Handling KDE3 vs KDE4 in default logon and window managers (bnc #381821).