comparison syslog2iptables.spec.in @ 56:73dd2daeaf8e stable-1-0-13-2

switch to auto requires
author Carl Byington <carl@five-ten-sg.com>
date Wed, 17 Aug 2011 10:12:16 -0700
parents d6fb7fca0394
children b45dddebe8fc
comparison
equal deleted inserted replaced
55:d237bc6331ad 56:73dd2daeaf8e
1 %define localstatedir /var/lib 1 %define localstatedir /var/lib
2 2
3 Summary: Syslog to iptables dynamic firewall 3 Summary: Syslog to iptables dynamic firewall
4 Name: @PACKAGE@ 4 Name: @PACKAGE@
5 Version: @VERSION@ 5 Version: @VERSION@
6 Release: 1%{?dist} 6 Release: 2%{?dist}
7 License: GPLv3+ 7 License: GPLv3+
8 Group: System Environment/Daemons 8 Group: System Environment/Daemons
9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz 9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
11 URL: http://www.five-ten-sg.com/%{name}/ 11 URL: http://www.five-ten-sg.com/%{name}/
12 AutoReqProv: no
13 12
14 Requires(post,preun): /sbin/chkconfig 13 Requires(post,preun): /sbin/chkconfig
15 Requires(post,preun): /sbin/service 14 Requires(post,preun): /sbin/service
16 Requires: iptables 15 Requires: iptables
17 Requires: coreutils 16 Requires: coreutils
18 BuildRequires: gcc gcc-c++ 17 BuildRequires: gcc gcc-c++
19 Requires: libc.so.6, libgcc_s.so.1, libm.so.6, libpthread.so.0, libstdc++.so.6
20 18
21 19
22 %description 20 %description
23 This is a simple adaptive firewall. It maintains the INPUT chain 21 This is a simple adaptive firewall. It maintains the INPUT chain
24 of the iptables firewall set based on syslog entries. 22 of the iptables firewall set based on syslog entries.
67 %config(noreplace) %{_sysconfdir}/%{name}.conf 65 %config(noreplace) %{_sysconfdir}/%{name}.conf
68 /etc/rc.d/init.d/%{name} 66 /etc/rc.d/init.d/%{name}
69 67
70 68
71 %changelog 69 %changelog
70 * Wed Aug 17 2011 Carl Byington <carl@five-ten-sg.com> - 1.13-2
71 - switch to auto requires
72
72 * Sun Jan 25 2009 Carl Byington <carl@five-ten-sg.com> - 1.13-1 73 * Sun Jan 25 2009 Carl Byington <carl@five-ten-sg.com> - 1.13-1
73 - Document multiple contexts. 74 - Document multiple contexts.
74 75
75 * Sat Jan 24 2009 Carl Byington <carl@five-ten-sg.com> - 1.12-1 76 * Sat Jan 24 2009 Carl Byington <carl@five-ten-sg.com> - 1.12-1
76 - Allow multiple contexts with independent add/remove commands. 77 - Allow multiple contexts with independent add/remove commands.