diff --git a/libnfnetlink.changes b/libnfnetlink.changes index 4920083..34650d9 100644 --- a/libnfnetlink.changes +++ b/libnfnetlink.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 24 09:16:28 UTC 2010 - coolo@novell.com + +- buildrequire pkg-config to fix provides + ------------------------------------------------------------------- Fri Feb 26 16:57:23 UTC 2010 - jengelh@medozas.de diff --git a/libnfnetlink.spec b/libnfnetlink.spec index 7775a8e..fd91417 100644 --- a/libnfnetlink.spec +++ b/libnfnetlink.spec @@ -21,7 +21,7 @@ Name: libnfnetlink Version: 1.0.0+git1 -Release: 1 +Release: 2 License: GNU GPL v2 Group: Productivity/Networking/Security Url: http://netfilter.org/projects/libnfnetlink/ @@ -29,7 +29,7 @@ Url: http://netfilter.org/projects/libnfnetlink/ Source: %{name}-%{version}.tar.xz Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: linux-kernel-headers >= 2.6.14 xz +BuildRequires: linux-kernel-headers >= 2.6.14 pkg-config xz Summary: Low-Level Library for netfilter related Kernel/Userspace Communication %description @@ -47,6 +47,7 @@ libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack. %package -n %{name}%{soname} + Group: System/Libraries Summary: Low-Level Library for netfilter related Kernel/Userspace Communication @@ -63,6 +64,7 @@ libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack. %package -n %{name}-devel + Group: Development/Libraries/C and C++ Requires: %{name}%{soname} = %{version} Summary: Low-Level Library for netfilter related Kernel/Userspace Communication