From 84c35deb372bdebc18df24adee79dede12d0fd68caf00a2cde09f48b2bcd5868 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 23 Apr 2008 23:57:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=30 --- yast2-update-2.16.6.tar.bz2 | 3 --- yast2-update-2.16.7.tar.bz2 | 3 +++ yast2-update.changes | 9 +++++++++ yast2-update.spec | 16 +++++++++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 yast2-update-2.16.6.tar.bz2 create mode 100644 yast2-update-2.16.7.tar.bz2 diff --git a/yast2-update-2.16.6.tar.bz2 b/yast2-update-2.16.6.tar.bz2 deleted file mode 100644 index 083232f..0000000 --- a/yast2-update-2.16.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d8c0777fde1f47f44b7f3a0bb66c29b86cfb958e848c205413a09fc53abb8b0 -size 112478 diff --git a/yast2-update-2.16.7.tar.bz2 b/yast2-update-2.16.7.tar.bz2 new file mode 100644 index 0000000..e55b71a --- /dev/null +++ b/yast2-update-2.16.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4903b7349c66c5940d84e53e5d025b2572aa8fe2b73ea862195efbbabe787c +size 112530 diff --git a/yast2-update.changes b/yast2-update.changes index 9b88cd4..9b0d429 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 23 15:29:55 CEST 2008 - locilka@suse.cz + +- Added new client for run_update that does the real update, the + old update client is left to handle command-line or to call + the new client (bnc #382044). +- Fixed update proposal not to propose two kernels (bnc #382208). +- 2.16.7 + ------------------------------------------------------------------- Fri Apr 11 18:05:54 CEST 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 0cd2927..ce7172f 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.16.6) +# spec file for package yast2-update (Version 2.16.7) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-update -Version: 2.16.6 +Version: 2.16.7 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.16.6.tar.bz2 +Source0: yast2-update-2.16.7.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite # Wizard::OpenOKDialog @@ -73,7 +73,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.16.6 +%setup -n yast2-update-2.16.7 %build %{prefix}/bin/y2tool y2autoconf @@ -118,8 +118,14 @@ rm -rf "$RPM_BUILD_ROOT" %{prefix}/share/applications/YaST2/update.desktop /usr/share/YaST2/control/update.xml /usr/share/YaST2/clients/update.ycp - +/usr/share/YaST2/clients/run_update.ycp %changelog +* Wed Apr 23 2008 locilka@suse.cz +- Added new client for run_update that does the real update, the + old update client is left to handle command-line or to call + the new client (bnc #382044). +- Fixed update proposal not to propose two kernels (bnc #382208). +- 2.16.7 * Fri Apr 11 2008 locilka@suse.cz - Added missing

(bnc #377476). - Changing Accept buttons to OK buttons (FATE #120373).