From 776f0c88bdd407832a37ed7c6d77973fbcbc4a9494786905d4aac55b4cd3597c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 9 Aug 2007 13:15:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=37 --- yast2-installation-2.15.40.tar.bz2 | 3 --- yast2-installation-2.15.41.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 16 ++++++++++------ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 yast2-installation-2.15.40.tar.bz2 create mode 100644 yast2-installation-2.15.41.tar.bz2 diff --git a/yast2-installation-2.15.40.tar.bz2 b/yast2-installation-2.15.40.tar.bz2 deleted file mode 100644 index 138befe..0000000 --- a/yast2-installation-2.15.40.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a86425ff38304cedf1ec62a6ccb4d0470ba725d61b95dca550e2d65bc704e1c7 -size 211371 diff --git a/yast2-installation-2.15.41.tar.bz2 b/yast2-installation-2.15.41.tar.bz2 new file mode 100644 index 0000000..241c7a6 --- /dev/null +++ b/yast2-installation-2.15.41.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3db2a3119312e2bb43e0bfd0c7a9cf604127f870c34ff96918c7b4bdbda7fe +size 212707 diff --git a/yast2-installation.changes b/yast2-installation.changes index dc415ec..14ac7bc 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 8 12:35:28 CEST 2007 - jsrain@suse.cz + +- show reboot message within live installation without timeout + (#297691) +- 2.15.41 + ------------------------------------------------------------------- Mon Aug 6 08:58:02 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 10ee454..e630b9d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.40) +# spec file for package yast2-installation (Version 2.15.41) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-installation -Version: 2.15.40 +Version: 2.15.41 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.40.tar.bz2 +Source0: yast2-installation-2.15.41.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite # Mode::live_installation @@ -63,12 +63,12 @@ PreReq: %fillup_prereq BuildArchitectures: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.40 +Version: 2.15.41 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.40.tar.bz2 +Source0: yast2-installation-2.15.41.tar.bz2 prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -102,7 +102,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.40 +%setup -n yast2-installation-2.15.41 %build %{prefix}/bin/y2tool y2autoconf @@ -176,6 +176,10 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Wed Aug 08 2007 - jsrain@suse.cz +- show reboot message within live installation without timeout + (#297691) +- 2.15.41 * Mon Aug 06 2007 - locilka@suse.cz - Renamed product/default repositories check-box to "Add Internet Repositories Before Installation" (#297580).