From 15f5af685c42cabb2d67da2a2a25e4242f5cf3394b902db47eaf3f7ebf102d96 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 10 Feb 2009 17:57:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=141 --- yast2-installation-2.18.4.tar.bz2 | 3 --- yast2-installation-2.18.5.tar.bz2 | 3 +++ yast2-installation.changes | 17 +++++++++++++++++ yast2-installation.spec | 21 ++++++++++++++------- 4 files changed, 34 insertions(+), 10 deletions(-) delete mode 100644 yast2-installation-2.18.4.tar.bz2 create mode 100644 yast2-installation-2.18.5.tar.bz2 diff --git a/yast2-installation-2.18.4.tar.bz2 b/yast2-installation-2.18.4.tar.bz2 deleted file mode 100644 index 09e54ab..0000000 --- a/yast2-installation-2.18.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9270c17cdd01f27d44484290305df8211ccee34ead91b6adc57aee6fb8b0905 -size 270734 diff --git a/yast2-installation-2.18.5.tar.bz2 b/yast2-installation-2.18.5.tar.bz2 new file mode 100644 index 0000000..5107260 --- /dev/null +++ b/yast2-installation-2.18.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a25e0de2a1c5c69960c08a7eb86a0a8284a65db5d178bd43c4dac02668b2e7 +size 270389 diff --git a/yast2-installation.changes b/yast2-installation.changes index a01debc..d681bc7 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Feb 9 13:21:50 CET 2009 - locilka@suse.cz + +- Enabling online update in (SLED) Automatic Configuration + (bnc #449128). + +------------------------------------------------------------------- +Fri Feb 6 10:39:20 CET 2009 - locilka@suse.cz + +- InstError has been moved to yast2-2.18.6 +- 2.18.5 + +------------------------------------------------------------------- +Thu Feb 5 18:16:17 CET 2009 - locilka@suse.cz + +- InstError extended and documented. + ------------------------------------------------------------------- Mon Feb 2 13:09:08 CET 2009 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 251534c..e469fbb 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.18.4) +# spec file for package yast2-installation (Version 2.18.5) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.18.4 +Version: 2.18.5 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.18.4.tar.bz2 +Source0: yast2-installation-2.18.5.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 # xmllint @@ -61,9 +61,8 @@ Requires: initviocons # Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile # pkg-bindings are not directly required Conflicts: yast2-pkg-bindings < 2.17.25 -# 'Product' and 'Installation' moved to 'yast2' -# needs NetworkService::isNetworkRunning() from yast2 -Conflicts: yast2 < 2.15.35 +# InstError +Conflicts: yast2 < 2.18.6 # Added new function WFM::ClientExists Conflicts: yast2-core < 2.17.10 # ButtonBox widget @@ -124,7 +123,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.18.4 +%setup -n yast2-installation-2.18.5 %build %{prefix}/bin/y2tool y2autoconf @@ -195,6 +194,14 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Mon Feb 09 2009 locilka@suse.cz +- Enabling online update in (SLED) Automatic Configuration + (bnc #449128). +* Fri Feb 06 2009 locilka@suse.cz +- InstError has been moved to yast2-2.18.6 +- 2.18.5 +* Thu Feb 05 2009 locilka@suse.cz +- InstError extended and documented. * Mon Feb 02 2009 locilka@suse.cz - Erasing all old additional control files in the final step of upgrade before rebooting to the second stage (bnc #471454).