From 4cd7843733ac90623cdbd198ce5935adf149a63a Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Jul 10 2009 09:14:42 +0000 Subject: clean some rpmlint warnings --- diff --git a/libgsf.spec b/libgsf.spec index 574566f..6e31fbf 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -4,7 +4,7 @@ Summary: GNOME Structured File library Name: libgsf Version: 1.14.15 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: LGPLv2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.bz2 @@ -42,7 +42,8 @@ libgsf. %package gnome-devel Summary: Support files necessary to compile applications with libgsf and GNOME Group: Development/Libraries -Requires: libgsf-devel = %{version}-%{release}, glib2-devel +Requires: libgsf-gnome = %{version}-%{release} +Requires: libgsf-devel = %{version}-%{release} %description gnome-devel Libraries, headers, and support files necessary to compile applications using @@ -132,6 +133,9 @@ fi rm -r $RPM_BUILD_ROOT %changelog +* Fri Jul 10 2009 Caolán McNamara 1.14.15-2 +- clean some rpmlint warnings + * Mon Jun 22 2009 Caolán McNamara 1.14.15-1 - latest version