diff --git a/yast2-update-2.17.1.tar.bz2 b/yast2-update-2.17.1.tar.bz2 deleted file mode 100644 index 64ee86b..0000000 --- a/yast2-update-2.17.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:481aeef819f506cf4403e7affc89b2baef5cc900d6c3f10c9bffa8aad7eef103 -size 112942 diff --git a/yast2-update-2.17.3.tar.bz2 b/yast2-update-2.17.3.tar.bz2 new file mode 100644 index 0000000..2163aec --- /dev/null +++ b/yast2-update-2.17.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6545086b988cc83c2753ae2c2dfb3bcbee624a121257e6b0c3d86c457fe78353 +size 112997 diff --git a/yast2-update.changes b/yast2-update.changes index 8970c8f..e3b5edb 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 1 13:15:22 CEST 2008 - locilka@suse.cz + +- Obsolete EVMS-related code disabled. +- 2.17.3 + +------------------------------------------------------------------- +Mon Sep 1 10:21:46 CEST 2008 - ug@suse.de + +- activation of EVMS removed since it does not exist anymore +- 2.17.2 + ------------------------------------------------------------------- Mon Aug 4 13:18:47 CEST 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index cb4c28b..8601007 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,10 +1,17 @@ # -# spec file for package yast2-update (Version 2.17.1) +# spec file for package yast2-update (Version 2.17.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -12,12 +19,12 @@ Name: yast2-update -Version: 2.17.1 +Version: 2.17.3 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.17.1.tar.bz2 +Source0: yast2-update-2.17.3.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite # Wizard::OpenOKDialog @@ -73,7 +80,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.17.1 +%setup -n yast2-update-2.17.3 %build %{prefix}/bin/y2tool y2autoconf @@ -121,6 +128,12 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %changelog +* Mon Sep 01 2008 locilka@suse.cz +- Obsolete EVMS-related code disabled. +- 2.17.3 +* Mon Sep 01 2008 ug@suse.de +- activation of EVMS removed since it does not exist anymore +- 2.17.2 * Mon Aug 04 2008 locilka@suse.cz - Initializing target as soon as possible (updating running system) (bnc #394662).