From a4ae40c6e1dc53e75d5bdd043ea2811b5775e48b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 21 Apr 2016 21:11:39 +0300 Subject: [PATCH] update BR - graphviz -- configure:13732: checking for neato - screen -- configure:10128: checking for screen - unzip -- configure:11586: checking for funzip - wget -- configure:10610: checking for wget - whois -- configure:10676: checking for whois --- firehol.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/firehol.spec b/firehol.spec index b5e995c..41e06f7 100644 --- a/firehol.spec +++ b/firehol.spec @@ -3,8 +3,6 @@ # - unbash initscript # - recheck deps # - update configure not to require tools at build time -# - checking whether /usr/sbin/iprange version is 1.0.2 or newer... no -# configure: error: could not find required version of iprange - check http://firehol.org/download/iprange/ Summary: Simple and powerful firewall and traffic shaping languages Name: firehol Version: 3.0.1 @@ -16,12 +14,18 @@ Source0: https://firehol.org/download/firehol/releases/v%{version}/%{name}-%{ver Source1: %{name}.service Source2: fireqos.service URL: https://firehol.org/ +BuildRequires: graphviz BuildRequires: hostname +BuildRequires: iprange >= 1.0.2 BuildRequires: iproute2 BuildRequires: iptables BuildRequires: procps +BuildRequires: screen BuildRequires: systemd-devel BuildRequires: tar >= 1:1.22 +BuildRequires: unzip +BuildRequires: wget +BuildRequires: whois BuildRequires: xz Requires(post,preun): /sbin/chkconfig Requires: coreutils @@ -30,10 +34,10 @@ Requires: grep >= 2.4.2 Requires: gzip Requires: hostname Requires: iproute2 >= 2.2.4 +Requires: ipset Requires: iptables >= 1.2.4 Requires: kmod Requires: less -Requires: ipset Requires: procps Requires: rc-scripts Requires: sed @@ -81,7 +85,7 @@ interfaces. GAWK=/bin/awk \ HEAD=/usr/bin/head \ IP=/sbin/ip \ - IPRANGE=/usr/sbin/iprange \ + IPRANGE=/usr/bin/iprange \ IPSET=/usr/sbin/ipset \ LN=/bin/ln \ LOGGER=/usr/bin/logger \ @@ -158,7 +162,7 @@ fi %files %defattr(644,root,root,755) -%doc AUTHORS NEWS README THANKS examples +%doc README THANKS examples %doc doc/firehol/firehol-manual.{pdf,html} %doc doc/fireqos/fireqos-manual.{pdf,html} %dir %{_sysconfdir}/firehol -- 2.43.0