From 553c118fa8e0b65941c51759ee9eccfc5ddcdb86 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Tue, 13 Jan 2009 09:10:27 +0000 Subject: [PATCH] rebuild to get provides pkgconfig(libnfnetlink) --- libnfnetlink.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libnfnetlink.spec b/libnfnetlink.spec index 50cd51f..f133ba6 100644 --- a/libnfnetlink.spec +++ b/libnfnetlink.spec @@ -3,7 +3,7 @@ Name: libnfnetlink Version: 0.0.39 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Netfilter netlink userspace library Group: System Environment/Libraries License: GPLv2 @@ -13,7 +13,7 @@ Source1: http://www.gnu.org/licenses/gpl.txt Patch0: libnfnetlink-sysheader.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: kernel-headers -BuildRequires: automake autoconf libtool +BuildRequires: automake autoconf libtool pkgconfig %description libnfnetlink is a userspace library that provides some low-level @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/libnfnetlink/*.h %changelog +* Tue Jan 13 2009 Caolán McNamara - 0.0.39-4 +- rebuild to get provides pkgconfig(libnfnetlink) + * Sun Sep 21 2008 Ville Skyttä - 0.0.39-3 - Fix Patch0:/%%patch mismatch.