From 2d4b2cff3dbc3f5261048c4ef60f2d6e4cd6696e14eca2b592907b5a1491eb04 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 6 Mar 2007 17:31:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=11 --- yast2-installation-2.15.12.tar.bz2 | 3 --- yast2-installation-2.15.13.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.12.tar.bz2 create mode 100644 yast2-installation-2.15.13.tar.bz2 diff --git a/yast2-installation-2.15.12.tar.bz2 b/yast2-installation-2.15.12.tar.bz2 deleted file mode 100644 index 49f8bea..0000000 --- a/yast2-installation-2.15.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdc02e8fec75352f6748eff8da9b58aaa5914ac100fc7b074d25b6ec7e458ddb -size 210496 diff --git a/yast2-installation-2.15.13.tar.bz2 b/yast2-installation-2.15.13.tar.bz2 new file mode 100644 index 0000000..2aeb398 --- /dev/null +++ b/yast2-installation-2.15.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cfbf5af1f11b299288e701083d08fb823a9e0cff94662c7ccbdbda1ba17639 +size 200102 diff --git a/yast2-installation.changes b/yast2-installation.changes index 83fccec..d01fada 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 6 16:44:48 CET 2007 - locilka@suse.cz + +- AddOnProduct and ProductLicense finally moved to yast2-packager + from yast2-installation to avoid build cycles. +- 2.15.13 + ------------------------------------------------------------------- Mon Mar 5 17:14:58 CET 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index fb7c300..94b0416 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.12) +# spec file for package yast2-installation (Version 2.15.13) # # 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.12 +Version: 2.15.13 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.12.tar.bz2 +Source0: yast2-installation-2.15.13.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-core-devel yast2-country yast2-devtools yast2-testsuite Requires: autoyast2-installation @@ -27,8 +27,8 @@ Requires: yast2-bootloader # Language::selection_skipped, bugzilla #223258 Requires: yast2-country >= 2.15.0 Requires: yast2-network -# add_inst_source_slptype.ycp client, bugzilla #238680 -Requires: yast2-packager >= 2.15.7 +# License and AddOn modules moved to packager +Requires: yast2-packager >= 2.15.20 # Only in inst-sys # Requires: yast2-add-on # Requires: yast2-mouse @@ -81,7 +81,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.12 +%setup -n yast2-installation-2.15.13 %build %{prefix}/bin/y2tool y2autoconf @@ -144,6 +144,10 @@ rm -rf "$RPM_BUILD_ROOT" %endif %changelog +* Tue Mar 06 2007 - locilka@suse.cz +- AddOnProduct and ProductLicense finally moved to yast2-packager + from yast2-installation to avoid build cycles. +- 2.15.13 * Mon Mar 05 2007 - locilka@suse.cz - Moving AddOnProduct module back to yast2-installation because this module is needed in the second-stage installation.