From 5acbeeecfd6a7e4a1d3fd5bac41f841288d5fb2a9e94f035611e279ad5ad7e79 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 2 Jun 2008 23:03:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=98 --- yast2-installation-2.16.48.tar.bz2 | 3 --- yast2-installation-2.16.49.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 14 +++++++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 yast2-installation-2.16.48.tar.bz2 create mode 100644 yast2-installation-2.16.49.tar.bz2 diff --git a/yast2-installation-2.16.48.tar.bz2 b/yast2-installation-2.16.48.tar.bz2 deleted file mode 100644 index 01fe2f4..0000000 --- a/yast2-installation-2.16.48.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe475356be29249898c0fa06aa545ecb0e928318b9ee342a7a8e3e2c27f0875a -size 226085 diff --git a/yast2-installation-2.16.49.tar.bz2 b/yast2-installation-2.16.49.tar.bz2 new file mode 100644 index 0000000..52dd10e --- /dev/null +++ b/yast2-installation-2.16.49.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a52452a397981a9dd6b96d12695bffa103e5f3148716ca7c11175d01d3fdcb +size 232005 diff --git a/yast2-installation.changes b/yast2-installation.changes index 8bf5410..aaf14f4 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jun 2 12:33:57 CEST 2008 - locilka@suse.cz + +- Return `next when going back to the automatic configuration + dialog instead of returning `auto that would finish YaST and + never start it again (bnc #395098). +- 2.16.49 + ------------------------------------------------------------------- Wed May 28 16:23:22 CEST 2008 - ug@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index f1f9977..e9593b8 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.48) +# spec file for package yast2-installation (Version 2.16.49) # # 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.48 +Version: 2.16.49 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.48.tar.bz2 +Source0: yast2-installation-2.16.49.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() @@ -107,7 +107,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.48 +%setup -n yast2-installation-2.16.49 %build %{prefix}/bin/y2tool y2autoconf @@ -172,8 +172,12 @@ 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 +* Mon Jun 02 2008 locilka@suse.cz +- Return `next when going back to the automatic configuration + dialog instead of returning `auto that would finish YaST and + never start it again (bnc #395098). +- 2.16.49 * Wed May 28 2008 ug@suse.de - timeout in case of hardware probing problems when autoyast is in use (especially for harddisk Reports)