From 6508e663ab75c84e441c6639f892f79cc19e7eb94d4b61dd5c9557bad20874dc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 14 Jan 2009 00:47:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgtop?expand=0&rev=17 --- libgtop.changes | 5 +++++ libgtop.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libgtop.changes b/libgtop.changes index b365c19..39be30e 100644 --- a/libgtop.changes +++ b/libgtop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 13 09:44:04 CET 2009 - olh@suse.de + +- add PreReq info to libgtop to help solver during libgtop upgrade + ------------------------------------------------------------------- Wed Jan 7 12:34:56 CET 2009 - olh@suse.de diff --git a/libgtop.spec b/libgtop.spec index 41e8101..207203a 100644 --- a/libgtop.spec +++ b/libgtop.spec @@ -28,7 +28,7 @@ BuildRequires: xorg-x11-devel License: GPL v2 or later Group: Development/Libraries/GNOME Version: 2.24.0 -Release: 2 +Release: 4 # WARNING: After changing versions please call Re or rpmbuild to auto-update spec file: #%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libgtop-2_0) %define libgtop-2_0_name 7 @@ -38,6 +38,8 @@ Source1: %{name}_spec-update.sh #PATCH-FIX-UPSTREAM libgtop-fsusage-leak.patch bnc460758 bgo566611 vuntz@novell.com Patch0: libgtop-fsusage-leak.patch Requires: libgtop-2_0-7 licenses +# assist solver to upgrade old libgtop after info.rpm +PreReq: %install_info_prereq # bug437293 %ifarch ppc64 Obsoletes: libgtop-64bit @@ -199,6 +201,8 @@ rm -rf $RPM_BUILD_ROOT %doc %{_infodir}/*.info* %changelog +* Tue Jan 13 2009 olh@suse.de +- add PreReq info to libgtop to help solver during libgtop upgrade * Wed Jan 07 2009 olh@suse.de - obsolete old -XXbit packages (bnc#437293) * Mon Jan 05 2009 vuntz@novell.com