diff --git a/yast2-installation-2.17.40.tar.bz2 b/yast2-installation-2.17.40.tar.bz2 deleted file mode 100644 index c07ee5e..0000000 --- a/yast2-installation-2.17.40.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b2978c9e807442b660fab6dcd0416b9964a0177c579344ed489969fbeef1998 -size 259101 diff --git a/yast2-installation-2.17.41.tar.bz2 b/yast2-installation-2.17.41.tar.bz2 new file mode 100644 index 0000000..a5cedd5 --- /dev/null +++ b/yast2-installation-2.17.41.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185bf4f6ac8e508dc5ea52ec76ca527910917d4e342b29a8b26df2c1d3ba9593 +size 235534 diff --git a/yast2-installation.changes b/yast2-installation.changes index d1047f3..525132f 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 27 15:05:11 CET 2008 - ug@suse.de + +- the real fix for bnc #442691 + deploy_image_auto doesn't use the boolean variable + image_installation +- 2.17.41 + ------------------------------------------------------------------- Tue Nov 25 14:42:31 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index eedf8d7..de7395f 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.40) +# spec file for package yast2-installation (Version 2.17.41) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.40 +Version: 2.17.41 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.40.tar.bz2 +Source0: yast2-installation-2.17.41.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() @@ -120,7 +120,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.40 +%setup -n yast2-installation-2.17.41 %build %{prefix}/bin/y2tool y2autoconf @@ -189,6 +189,11 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Thu Nov 27 2008 ug@suse.de +- the real fix for bnc #442691 + deploy_image_auto doesn't use the boolean variable + image_installation +- 2.17.41 * Tue Nov 25 2008 locilka@suse.cz - Handling new feature of licenses ProductLicense::AcceptanceNeeded (bnc #448598).