Mercurial > syslog2iptables
comparison syslog2iptables.spec.in @ 18:b34e716781ed stable-1-0
prevent auto-requires in rpm building
author | carl |
---|---|
date | Tue, 20 Dec 2005 17:36:18 -0800 |
parents | 91b26521effc |
children | 601bc0e075e1 |
comparison
equal
deleted
inserted
replaced
17:fd00aa28682c | 18:b34e716781ed |
---|---|
9 Source: http://www.five-ten-sg.com/@PACKAGE@/packages/@PACKAGE@-@VERSION@.tar.gz | 9 Source: http://www.five-ten-sg.com/@PACKAGE@/packages/@PACKAGE@-@VERSION@.tar.gz |
10 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot | 10 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot |
11 URL: http://www.five-ten-sg.com/@PACKAGE@/ | 11 URL: http://www.five-ten-sg.com/@PACKAGE@/ |
12 Vendor: 510 Software Group | 12 Vendor: 510 Software Group |
13 Packager: 510 Software Group | 13 Packager: 510 Software Group |
14 Requires(post,preun): /sbin/chkconfig /sbin/service | 14 AutoReqProv: no |
15 | |
16 Requires(post,preun): /sbin/chkconfig | |
17 Requires(post,preun): /sbin/service | |
15 Requires: iptables | 18 Requires: iptables |
16 Requires: coreutils | 19 Requires: coreutils |
17 BuildRequires: gcc gcc-c++ | 20 BuildRequires: gcc gcc-c++ |
21 Requires: libc.so.6, libgcc_s.so.1, libm.so.6, libpthread.so.0, libstdc++.so.6 | |
18 | 22 |
19 | 23 |
20 %description | 24 %description |
21 | 25 |
22 @PACKAGE@ is a simple adaptive firewall. It maintains the INPUT chain of the iptables firewall set based on syslog entries. | 26 @PACKAGE@ is a simple adaptive firewall. It maintains the INPUT chain of the iptables firewall set based on syslog entries. |