1 Summary: ferm
- For Easy Rule Making
5 Group: system
/firewalls
7 Source: %{name}-%{version}.tar.gz
8 BuildRoot: /tmp
/%{name}-%{version}-root
9 URL: http
://ferm.foo
-projects.org
/
10 BuildArchitectures
: noarch
12 Packager: A. Kok
<sofar@foo
-projects.org
>
15 Ferm is a tool to maintain complex firewalls
, without having the
16 trouble to rewrite the complex rules over and over again. Ferm
17 allows the entire firewall rule
set to be stored
in a separate
18 file
, and to be loaded with one
command. The firewall configuration
19 resembles structured programming
-like language
, which can contain
24 mkdir -p $RPM_BUILD_ROOT
25 cp
-R .
/* $RPM_BUILD_ROOT
31 rm -rf $RPM_BUILD_ROOT
44 /examples
/complex
-server
49 %defattr(0700,root
,root
)