From a14d9089fb2e9578ec552f3686d77e19c091c510d2b6442ce2fe5b2b05e9552e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 19 Mar 2008 16:24:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=75 --- yast2-installation-2.16.25.tar.bz2 | 3 --- yast2-installation-2.16.26.tar.bz2 | 3 +++ yast2-installation.changes | 9 ++++++++- yast2-installation.spec | 14 +++++++++----- 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 yast2-installation-2.16.25.tar.bz2 create mode 100644 yast2-installation-2.16.26.tar.bz2 diff --git a/yast2-installation-2.16.25.tar.bz2 b/yast2-installation-2.16.25.tar.bz2 deleted file mode 100644 index 73fd605..0000000 --- a/yast2-installation-2.16.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:858290fef2ae0fb7560ec122b02b04f287c240b8c403ebf8d01a5ca571c6d49e -size 223643 diff --git a/yast2-installation-2.16.26.tar.bz2 b/yast2-installation-2.16.26.tar.bz2 new file mode 100644 index 0000000..7297bcf --- /dev/null +++ b/yast2-installation-2.16.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b525bdc30814191ddcc237b94b2ea8b0fb5c66422aef490ce0d1b64cf66a9f +size 223420 diff --git a/yast2-installation.changes b/yast2-installation.changes index 63112e2..c993a87 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,9 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 19 13:53:05 CET 2008 - locilka@suse.cz + +- When checking whether to run the second stage, considering also + autoinstallation, not only installation (bnc #372322). +- 2.16.26 + ------------------------------------------------------------------- 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. +- Calling pre_umount_finish also in AutoYaST (bnc #372322). - 2.16.25 ------------------------------------------------------------------- diff --git a/yast2-installation.spec b/yast2-installation.spec index 7122e53..4436721 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.25) +# spec file for package yast2-installation (Version 2.16.26) # # 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.25 +Version: 2.16.26 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.25.tar.bz2 +Source0: yast2-installation-2.16.26.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.25 +%setup -n yast2-installation-2.16.26 %build %{prefix}/bin/y2tool y2autoconf @@ -170,10 +170,14 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Wed Mar 19 2008 locilka@suse.cz +- When checking whether to run the second stage, considering also + autoinstallation, not only installation (bnc #372322). +- 2.16.26 * 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. +- Calling pre_umount_finish also in AutoYaST (bnc #372322). - 2.16.25 * Mon Mar 17 2008 jsrain@suse.cz - added 'StartupNotify=true' to the desktop file (bnc #304964)