From a37d2aa75223074cc11ed9a3be091e5c570728c7 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Jan 24 2008 20:46:24 +0000 Subject: explicit glib2 dep to keep things from falling over if you only partially update to rawhide --- diff --git a/yum-metadata-parser.spec b/yum-metadata-parser.spec index a65ef6b..fd01956 100644 --- a/yum-metadata-parser.spec +++ b/yum-metadata-parser.spec @@ -4,7 +4,7 @@ Summary: A fast metadata parser for yum Name: yum-metadata-parser Version: 1.1.2 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://linux.duke.edu/projects/yum/download/%{name}/%{name}-%{version}.tar.gz Patch0: yum-metadata-parser-1.1.2-null-pkgid.patch License: GPLv2 @@ -16,6 +16,7 @@ BuildRequires: glib2-devel BuildRequires: libxml2-devel BuildRequires: sqlite-devel BuildRequires: pkgconfig +Requires: glib2 >= 2.15 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -46,6 +47,9 @@ Fast metadata parser for yum implemented in C. %{python_sitelib_platform}/*egg-info %changelog +* Thu Jan 24 2008 Seth Vidal 1.1.2-6 +- add explicit dep on glib2 > 2.15 + * Tue Jan 22 2008 Seth Vidal 1.1.2-5 - rebuild