From ef626023c5855f0eb6ffbc8843955549ac2aba019593fa75d13e2bc712c34b70 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Nov 2008 13:35:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=119 --- yast2-installation-2.17.23.tar.bz2 | 3 --- yast2-installation-2.17.24.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.23.tar.bz2 create mode 100644 yast2-installation-2.17.24.tar.bz2 diff --git a/yast2-installation-2.17.23.tar.bz2 b/yast2-installation-2.17.23.tar.bz2 deleted file mode 100644 index 8f65dc3..0000000 --- a/yast2-installation-2.17.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95d24523943424658e7d065b70fe6493e1f113985c99bb8c4394f3523d9eee96 -size 256216 diff --git a/yast2-installation-2.17.24.tar.bz2 b/yast2-installation-2.17.24.tar.bz2 new file mode 100644 index 0000000..4ce3af9 --- /dev/null +++ b/yast2-installation-2.17.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e7f6c009653544f4ccf285f72c6b870e8c3275208b7131d03e2533ccddd2d4 +size 256451 diff --git a/yast2-installation.changes b/yast2-installation.changes index f2a0720..a29db26 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 31 16:28:23 CET 2008 - locilka@suse.cz + +- Fixed checking whether running the second stage is required. +- Added writing 'SecondStageRequired' 0/1 to /etc/install.inf + (both bnc #439572) +- 2.17.24 + ------------------------------------------------------------------- Thu Oct 30 14:42:15 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 3fda95b..b426098 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.23) +# spec file for package yast2-installation (Version 2.17.24) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.23 +Version: 2.17.24 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.23.tar.bz2 +Source0: yast2-installation-2.17.24.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() @@ -114,7 +114,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.23 +%setup -n yast2-installation-2.17.24 %build %{prefix}/bin/y2tool y2autoconf @@ -183,6 +183,11 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Oct 31 2008 locilka@suse.cz +- Fixed checking whether running the second stage is required. +- Added writing 'SecondStageRequired' 0/1 to /etc/install.inf + (both bnc #439572) +- 2.17.24 * Thu Oct 30 2008 locilka@suse.cz - Saving sources at the end of inst_extrasources if some were added (bnc #440184).