diff --git a/libpreludedb.spec b/libpreludedb.spec index 8d4d35c..310f1a5 100644 --- a/libpreludedb.spec +++ b/libpreludedb.spec @@ -4,7 +4,7 @@ Name: libpreludedb Epoch: 1 Version: 1.0.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Provide the framework for easy access to the Prelude database Group: System Environment/Libraries License: GPLv2+ @@ -17,6 +17,10 @@ BuildRequires: libprelude-devel python-devel perl-devel BuildRequires: sqlite-devel mysql-devel, postgresql-devel # For libprelude-1.0.0-Fix-building-with-glibc-2.16.6.patch: BuildRequires: autoconf, automake +# This package uses gnulib. It was granted an exception +# https://fedorahosted.org/fpc/ticket/174 +Provides: bundled(gnulib) + %description The PreludeDB Library provides an abstraction layer upon the type and the @@ -171,6 +175,9 @@ rm -rf %{buildroot} %changelog +* Thu Sep 06 2012 Steve Grubb - 1:1.0.0-14 +- Add provides bundled gnulib + * Wed Aug 08 2012 Petr Pisar - 1:1.0.0-13 - Fix building with glibc-2.16.6 (bug #839607)