diff --git a/nftables.spec b/nftables.spec index 9225ad8..af2e764 100644 --- a/nftables.spec +++ b/nftables.spec @@ -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