Jan Engelhardt 2014-01-13 09:05:59 +00:00 committed by Git OBS Bridge
parent 2166befa98
commit fec2fd70aa

View File

@ -1,7 +1,7 @@
#
# spec file for package nftables
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,9 +27,13 @@ Group: Productivity/Networking/Security
#Git-Clone: git://git.netfilter.org/nftables
Source: %name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison flex
BuildRequires: bison
BuildRequires: flex
BuildRequires: gmp-devel
BuildRequires: pkgconfig >= 0.21
BuildRequires: pkgconfig(libmnl), pkgconfig(libnftables), gmp-devel, readline-devel
BuildRequires: readline-devel
BuildRequires: pkgconfig(libmnl)
BuildRequires: pkgconfig(libnftables)
%description