diff --git a/check.changes b/check.changes index 263a770..9624634 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 24 11:38:15 UTC 2010 - coolo@novell.com + +- buildrequire pkg-config to fix provides + ------------------------------------------------------------------- Tue Feb 2 08:44:49 UTC 2010 - puzel@novell.com diff --git a/check.spec b/check.spec index 31b1293..947013c 100644 --- a/check.spec +++ b/check.spec @@ -19,7 +19,7 @@ Name: check Version: 0.9.8 -Release: 2 +Release: 3 License: LGPLv2.1+ Summary: Unit Test Framework for C Url: http://check.sourceforge.net/ @@ -27,6 +27,7 @@ Group: Development/Libraries/C and C++ Source: %{name}-%{version}.tar.bz2 Source99: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkg-config %description Check is a unit test framework for C. It features a simple interfacefor