From e6b2cbfc060da2712f26fc10329c41ca42489a92007a48ab68013b234faabef5 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 19 Mar 2008 00:33:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=74 --- yast2-installation-2.16.24.tar.bz2 | 3 --- yast2-installation-2.16.25.tar.bz2 | 3 +++ yast2-installation.changes | 13 +++++++++++++ yast2-installation.spec | 15 +++++++++++---- 4 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.16.24.tar.bz2 create mode 100644 yast2-installation-2.16.25.tar.bz2 diff --git a/yast2-installation-2.16.24.tar.bz2 b/yast2-installation-2.16.24.tar.bz2 deleted file mode 100644 index d217f16..0000000 --- a/yast2-installation-2.16.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38b3f55f414e1ac14cc0f8480e190cd25800e0d1d8f93c7259e0550b332ba812 -size 223188 diff --git a/yast2-installation-2.16.25.tar.bz2 b/yast2-installation-2.16.25.tar.bz2 new file mode 100644 index 0000000..73fd605 --- /dev/null +++ b/yast2-installation-2.16.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858290fef2ae0fb7560ec122b02b04f287c240b8c403ebf8d01a5ca571c6d49e +size 223643 diff --git a/yast2-installation.changes b/yast2-installation.changes index 3d0923c..63112e2 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Mar 18 18:19:00 CET 2008 - locilka@suse.cz + +- Fixed writing disabled modules and proposals during the + inst_finish run (bnc #364066). +- Calling pre_umount_finish also in AutoYaST. +- 2.16.25 + +------------------------------------------------------------------- +Mon Mar 17 12:43:32 CET 2008 - jsrain@suse.cz + +- added 'StartupNotify=true' to the desktop file (bnc #304964) + ------------------------------------------------------------------- Mon Mar 17 11:04:38 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 2f9e2c1..7122e53 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.24) +# spec file for package yast2-installation (Version 2.16.25) # # 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.24 +Version: 2.16.25 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.24.tar.bz2 +Source0: yast2-installation-2.16.25.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 # URL::MakeParamsFromMap and URL::MakeMapFromParams @@ -104,7 +104,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.24 +%setup -n yast2-installation-2.16.25 %build %{prefix}/bin/y2tool y2autoconf @@ -170,6 +170,13 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Tue Mar 18 2008 locilka@suse.cz +- Fixed writing disabled modules and proposals during the + inst_finish run (bnc #364066). +- Calling pre_umount_finish also in AutoYaST. +- 2.16.25 +* Mon Mar 17 2008 jsrain@suse.cz +- added 'StartupNotify=true' to the desktop file (bnc #304964) * Mon Mar 17 2008 locilka@suse.cz - Automatic configuration is now disabled for mode update. - The whole second stage in now disabled for mode update.