From 195d751e649ef985799628609994804abaf31195b2d4c1f913206589aca07b4e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 28 Nov 2008 11:05:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=129 --- yast2-installation-2.17.40.tar.bz2 | 3 --- yast2-installation-2.17.41.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 13 +++++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.17.40.tar.bz2 create mode 100644 yast2-installation-2.17.41.tar.bz2 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).