From 1f413c7e1c88abc781cad9f103d3b08c99029962b569dd0952da539df7a22818 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 18 Nov 2008 13:08:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=124 --- yast2-installation-2.17.32.tar.bz2 | 3 --- yast2-installation-2.17.34.tar.bz2 | 3 +++ yast2-installation.changes | 31 ++++++++++++++++++++++++++++++ yast2-installation.spec | 25 ++++++++++++++++++++---- 4 files changed, 55 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.17.32.tar.bz2 create mode 100644 yast2-installation-2.17.34.tar.bz2 diff --git a/yast2-installation-2.17.32.tar.bz2 b/yast2-installation-2.17.32.tar.bz2 deleted file mode 100644 index 6693380..0000000 --- a/yast2-installation-2.17.32.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebfcaf0757b20b90291ef7c28ca0008323aa10ff779479cd62e99e2114f98206 -size 255890 diff --git a/yast2-installation-2.17.34.tar.bz2 b/yast2-installation-2.17.34.tar.bz2 new file mode 100644 index 0000000..18be5f6 --- /dev/null +++ b/yast2-installation-2.17.34.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62febf633f8faecb6c876fba7fd45d9745def5100efe4beaa96215aefdd8107b +size 258011 diff --git a/yast2-installation.changes b/yast2-installation.changes index 16bfeca..b26809e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Nov 13 17:36:53 CET 2008 - locilka@suse.cz + +- Flushing the cache before calling a set_polkit_default_privs that + uses the written data (bnc #440182). +- 2.17.34 + +------------------------------------------------------------------- +Thu Nov 13 11:21:11 CET 2008 - locilka@suse.cz + +- Handling errors while deploying images, installation will abort + (bnc #444209). +- 2.17.33 + +------------------------------------------------------------------- +Thu Nov 13 10:21:13 CET 2008 - ug@suse.de + +- checkboxes in the congratulations dialog did not work anymore + (bnc#444214) + +------------------------------------------------------------------- +Tue Nov 11 13:58:17 CET 2008 - ug@suse.de + +- fix for image deployment during autoinstallation + +------------------------------------------------------------------- +Tue Nov 11 12:20:00 CET 2008 - juhliarik@suse.cz + +- changed order of yast modules in Expert tab for installation + (bnc #441434) + ------------------------------------------------------------------- Tue Nov 11 10:53:25 CET 2008 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 57d91c4..4b7ea23 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.32) +# spec file for package yast2-installation (Version 2.17.34) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.32 +Version: 2.17.34 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.32.tar.bz2 +Source0: yast2-installation-2.17.34.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() @@ -118,7 +118,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.32 +%setup -n yast2-installation-2.17.34 %build %{prefix}/bin/y2tool y2autoconf @@ -186,7 +186,24 @@ 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 Nov 13 2008 locilka@suse.cz +- Flushing the cache before calling a set_polkit_default_privs that + uses the written data (bnc #440182). +- 2.17.34 +* Thu Nov 13 2008 locilka@suse.cz +- Handling errors while deploying images, installation will abort + (bnc #444209). +- 2.17.33 +* Thu Nov 13 2008 ug@suse.de +- checkboxes in the congratulations dialog did not work anymore + (bnc#444214) +* Tue Nov 11 2008 ug@suse.de +- fix for image deployment during autoinstallation +* Tue Nov 11 2008 juhliarik@suse.cz +- changed order of yast modules in Expert tab for installation + (bnc #441434) * Tue Nov 11 2008 jsrain@suse.cz - fixed switching to a tab with an error in the proposal (bnc #441434)