From 44b4cafc3c8411a41e4728726c47fe278a58265d9c681d43c592c76c272f73a7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 11 Sep 2008 23:56:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=109 --- yast2-installation-2.17.10.tar.bz2 | 3 +++ yast2-installation-2.17.9.tar.bz2 | 3 --- yast2-installation.changes | 17 +++++++++++++++++ yast2-installation.spec | 17 +++++++++++++---- 4 files changed, 33 insertions(+), 7 deletions(-) create mode 100644 yast2-installation-2.17.10.tar.bz2 delete mode 100644 yast2-installation-2.17.9.tar.bz2 diff --git a/yast2-installation-2.17.10.tar.bz2 b/yast2-installation-2.17.10.tar.bz2 new file mode 100644 index 0000000..417a509 --- /dev/null +++ b/yast2-installation-2.17.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659bb22ddff6f47f5e7e2fc65f008bf97b5d9bb15fb1298f594d9744a2863499 +size 253630 diff --git a/yast2-installation-2.17.9.tar.bz2 b/yast2-installation-2.17.9.tar.bz2 deleted file mode 100644 index bd737c6..0000000 --- a/yast2-installation-2.17.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84ccdc2717521acce8a0912a036582ad89a8a020473dc11dd04ca66989c9c87c -size 253488 diff --git a/yast2-installation.changes b/yast2-installation.changes index bfc3a38..441c049 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Sep 10 15:53:44 CEST 2008 - locilka@suse.cz + +- Desktop selection dialog definitions have been moved to control + file (bnc #424678). +- 2.17.10 + +------------------------------------------------------------------- +Tue Sep 9 16:02:03 CEST 2008 - locilka@suse.cz + +- Replacing usage of barexml with anyxml SCR agent (bnc #424263). + +------------------------------------------------------------------- +Mon Sep 8 17:49:11 CEST 2008 - locilka@suse.cz + +- merged texts from proofread + ------------------------------------------------------------------- Mon Sep 8 15:57:09 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index e9d3c37..e696dac 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.9) +# spec file for package yast2-installation (Version 2.17.10) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.9 +Version: 2.17.10 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.9.tar.bz2 +Source0: yast2-installation-2.17.10.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.9 +%setup -n yast2-installation-2.17.10 %build %{prefix}/bin/y2tool y2autoconf @@ -179,7 +179,16 @@ 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 +* Wed Sep 10 2008 locilka@suse.cz +- Desktop selection dialog definitions have been moved to control + file (bnc #424678). +- 2.17.10 +* Tue Sep 09 2008 locilka@suse.cz +- Replacing usage of barexml with anyxml SCR agent (bnc #424263). +* Mon Sep 08 2008 locilka@suse.cz +- merged texts from proofread * Mon Sep 08 2008 locilka@suse.cz - Added new AutoYaST client deploy_images_auto to support installation from images also in AutoYaST (FATE #301321).