From c49252d7e022881f07c1135dbbb6e21d418887740eafb62d9291f59f63170480 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 12 Sep 2008 15:25:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=110 --- yast2-installation-2.17.10.tar.bz2 | 3 --- yast2-installation-2.17.11.tar.bz2 | 3 +++ yast2-installation.changes | 25 +++++++++++++++++++++++++ yast2-installation.spec | 26 +++++++++++++++++++++----- 4 files changed, 49 insertions(+), 8 deletions(-) delete mode 100644 yast2-installation-2.17.10.tar.bz2 create mode 100644 yast2-installation-2.17.11.tar.bz2 diff --git a/yast2-installation-2.17.10.tar.bz2 b/yast2-installation-2.17.10.tar.bz2 deleted file mode 100644 index 417a509..0000000 --- a/yast2-installation-2.17.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:659bb22ddff6f47f5e7e2fc65f008bf97b5d9bb15fb1298f594d9744a2863499 -size 253630 diff --git a/yast2-installation-2.17.11.tar.bz2 b/yast2-installation-2.17.11.tar.bz2 new file mode 100644 index 0000000..898f4fe --- /dev/null +++ b/yast2-installation-2.17.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c71eec260e9aaba8f35e58be9a6bebb28f5bf96719bab6df5b0acd8a57147cc +size 253977 diff --git a/yast2-installation.changes b/yast2-installation.changes index 441c049..131ec45 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Sep 12 10:32:11 CEST 2008 - locilka@suse.cz + +- Do not remove installation repository with the same URL as URL + just being removed by inst_upgrade_urls (bnc #400823). +- 2.17.11 + +------------------------------------------------------------------- +Thu Sep 11 14:52:25 CEST 2008 - ug@suse.de + +- deploy_image.desktop added (Fate #301321) +- deploy_image.rnc added + +------------------------------------------------------------------- +Thu Sep 11 13:40:10 CEST 2008 - locilka@suse.cz + +- Calling new client reipl_finish from yast2_inf_finish on s390 + (FATE #304960). + +------------------------------------------------------------------- +Wed Sep 10 17:15:22 CEST 2008 - locilka@suse.cz + +- Fixing control files to call 'inst_proposal' instead of + 'proposal' (bnc #425198). + ------------------------------------------------------------------- Wed Sep 10 15:53:44 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index e696dac..e37446a 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.10) +# spec file for package yast2-installation (Version 2.17.11) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.10 +Version: 2.17.11 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.10.tar.bz2 +Source0: yast2-installation-2.17.11.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.10 +%setup -n yast2-installation-2.17.11 %build %{prefix}/bin/y2tool y2autoconf @@ -151,6 +151,10 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/modules/*.ycp /usr/share/YaST2/modules/*.ybc %{prefix}/share/applications/YaST2/*.desktop +/usr/share/autoinstall/modules/deploy_image.desktop +/usr/share/YaST2/schema/autoyast/rnc/deploy_image.rnc +%dir /usr/share/autoinstall +%dir /usr/share/autoinstall/modules %dir /usr/share/YaST2/include/installation /usr/share/YaST2/include/installation/* # agents @@ -179,8 +183,20 @@ 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 +* Fri Sep 12 2008 locilka@suse.cz +- Do not remove installation repository with the same URL as URL + just being removed by inst_upgrade_urls (bnc #400823). +- 2.17.11 +* Thu Sep 11 2008 ug@suse.de +- deploy_image.desktop added (Fate #301321) +- deploy_image.rnc added +* Thu Sep 11 2008 locilka@suse.cz +- Calling new client reipl_finish from yast2_inf_finish on s390 + (FATE #304960). +* Wed Sep 10 2008 locilka@suse.cz +- Fixing control files to call 'inst_proposal' instead of + 'proposal' (bnc #425198). * Wed Sep 10 2008 locilka@suse.cz - Desktop selection dialog definitions have been moved to control file (bnc #424678).