From fec2fd70aa7fa4d57d56206d8ee138690939ed0ff6d24b409a99bbfb8b5a03b6 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Mon, 13 Jan 2014 09:05:59 +0000
Subject: [PATCH] Run format_spec_file

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=3
---
 nftables.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

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