From 51fddbc78a37456a0d6ed83de25dc6f473126cd70b9122946b59e30e92d9f528 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 Aug 2014 05:05:05 +0000 Subject: [PATCH] Set stronger requires OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnftnl?expand=0&rev=14 --- libnftnl.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libnftnl.spec b/libnftnl.spec index 6625181..bc2ef75 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -31,6 +31,9 @@ Source2: http://netfilter.org/projects/libnftnl/files/%name-%version.tar. Source3: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libmnl-devel >= 1.0.3 +# Normally, this require would not be needed, as upstream ships all headers. +# Except when they don't and then don't bother fixing it. +BuildRequires: linux-glibc-devel >= 2.6.35 BuildRequires: pkgconfig >= 0.21 BuildRequires: xz %if 0%{?suse_version} >= 1220