From 8bf962871a0fb781f6d68ce8b6b91f2d88e6bb4f67bd7d3bc9e3dd932d206381 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 18 Mar 2008 13:16:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=73 --- yast2-installation-2.16.23.tar.bz2 | 3 --- yast2-installation-2.16.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.16.23.tar.bz2 create mode 100644 yast2-installation-2.16.24.tar.bz2 diff --git a/yast2-installation-2.16.23.tar.bz2 b/yast2-installation-2.16.23.tar.bz2 deleted file mode 100644 index 953ca72..0000000 --- a/yast2-installation-2.16.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ca4ff3dbf492a0b484880f354d73aafdc9043217d25f3e693f7a6a93818412e -size 233352 diff --git a/yast2-installation-2.16.24.tar.bz2 b/yast2-installation-2.16.24.tar.bz2 new file mode 100644 index 0000000..d217f16 --- /dev/null +++ b/yast2-installation-2.16.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b3f55f414e1ac14cc0f8480e190cd25800e0d1d8f93c7259e0550b332ba812 +size 223188 diff --git a/yast2-installation.changes b/yast2-installation.changes index f65d0d5..3d0923c 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 17 11:04:38 CET 2008 - locilka@suse.cz + +- Automatic configuration is now disabled for mode update. +- The whole second stage in now disabled for mode update. +- Added help text for "Use Automatic Configuration" check-box. +- 2.16.24 + ------------------------------------------------------------------- Fri Mar 14 15:02:27 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 3881d37..2f9e2c1 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.23) +# spec file for package yast2-installation (Version 2.16.24) # # 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.23 +Version: 2.16.24 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.23.tar.bz2 +Source0: yast2-installation-2.16.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 # URL::MakeParamsFromMap and URL::MakeMapFromParams @@ -104,7 +104,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.23 +%setup -n yast2-installation-2.16.24 %build %{prefix}/bin/y2tool y2autoconf @@ -170,6 +170,11 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* 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. +- Added help text for "Use Automatic Configuration" check-box. +- 2.16.24 * Fri Mar 14 2008 locilka@suse.cz - Added possibility to run automatic configuration instead of the whole second stage installation (fate #303396).