From 8e9b67eb3d98220e0b1f8c98bf737ddaef3793296290f75b5401d7d51b569fd5 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 8 Sep 2008 15:02:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=108 --- yast2-installation-2.17.8.tar.bz2 | 3 --- yast2-installation-2.17.9.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 12 ++++++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.17.8.tar.bz2 create mode 100644 yast2-installation-2.17.9.tar.bz2 diff --git a/yast2-installation-2.17.8.tar.bz2 b/yast2-installation-2.17.8.tar.bz2 deleted file mode 100644 index 1670ed7..0000000 --- a/yast2-installation-2.17.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:450eb6a030df890b1f2b8099f5ff8e4fb03a392fbf18ddda37f13e802054d8b3 -size 253146 diff --git a/yast2-installation-2.17.9.tar.bz2 b/yast2-installation-2.17.9.tar.bz2 new file mode 100644 index 0000000..bd737c6 --- /dev/null +++ b/yast2-installation-2.17.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ccdc2717521acce8a0912a036582ad89a8a020473dc11dd04ca66989c9c87c +size 253488 diff --git a/yast2-installation.changes b/yast2-installation.changes index 95648c2..bfc3a38 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 8 15:57:09 CEST 2008 - locilka@suse.cz + +- Added new AutoYaST client deploy_images_auto to support + installation from images also in AutoYaST (FATE #301321). +- 2.17.9 + ------------------------------------------------------------------- Fri Sep 5 12:45:00 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 75c6d83..e9d3c37 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.8) +# spec file for package yast2-installation (Version 2.17.9) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.8 +Version: 2.17.9 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.8.tar.bz2 +Source0: yast2-installation-2.17.9.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.8 +%setup -n yast2-installation-2.17.9 %build %{prefix}/bin/y2tool y2autoconf @@ -180,6 +180,10 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Mon Sep 08 2008 locilka@suse.cz +- Added new AutoYaST client deploy_images_auto to support + installation from images also in AutoYaST (FATE #301321). +- 2.17.9 * Fri Sep 05 2008 locilka@suse.cz - Some inst_finish steps are called in live installer only. - Client vm_finish called only if yast2-vm is installed.