From 9de68c6ed12fa0367f77cfd6dc43a2cf74f07a66ffb80c64d7eb99dff96c2b5d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 11 Apr 2008 20:12:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=82 --- yast2-installation-2.16.32.tar.bz2 | 3 --- yast2-installation-2.16.33.tar.bz2 | 3 +++ yast2-installation.changes | 12 ++++++++++++ yast2-installation.spec | 14 ++++++++++---- 4 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.16.32.tar.bz2 create mode 100644 yast2-installation-2.16.33.tar.bz2 diff --git a/yast2-installation-2.16.32.tar.bz2 b/yast2-installation-2.16.32.tar.bz2 deleted file mode 100644 index 3a0b5ff..0000000 --- a/yast2-installation-2.16.32.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa32f6d3e604d934c87527aba6d4e7fe63cc87cadaeacf0dde67a18fd327a297 -size 226720 diff --git a/yast2-installation-2.16.33.tar.bz2 b/yast2-installation-2.16.33.tar.bz2 new file mode 100644 index 0000000..414780f --- /dev/null +++ b/yast2-installation-2.16.33.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306f3d4579c16d3d8d6eb9dd4d6631d4814189ae8081c18d8ecbb73d2b4e7b3c +size 227165 diff --git a/yast2-installation.changes b/yast2-installation.changes index f584bd9..ffc613a 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Apr 11 17:55:32 CEST 2008 - locilka@suse.cz + +- Added another per-image progress into the Installation images + deployment (it requires details.xml). +- 2.13.33 + +------------------------------------------------------------------- +Fri Apr 11 15:33:17 CEST 2008 - juhliarik@suse.cz + +- Added loading kernel via kexec (fate #303395) + ------------------------------------------------------------------- Thu Apr 10 12:02:07 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 876240b..2081567 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.32) +# spec file for package yast2-installation (Version 2.16.33) # # 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.32 +Version: 2.16.33 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.32.tar.bz2 +Source0: yast2-installation-2.16.33.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 # anyxml -> barexml (bnc #366867) @@ -106,7 +106,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.32 +%setup -n yast2-installation-2.16.33 %build %{prefix}/bin/y2tool y2autoconf @@ -172,6 +172,12 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Apr 11 2008 locilka@suse.cz +- Added another per-image progress into the Installation images + deployment (it requires details.xml). +- 2.13.33 +* Fri Apr 11 2008 juhliarik@suse.cz +- Added loading kernel via kexec (fate #303395) * Thu Apr 10 2008 locilka@suse.cz - Filtering installation imagesets using the default architecture. - Installation from images sets the download area (SourceManager).