SPECS: iptables.spec - added batch and packaged processing program...
kosmo
kosmo at pld-linux.org
Sat Mar 8 00:15:18 CET 2008
Author: kosmo Date: Fri Mar 7 23:15:18 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added batch and packaged processing programs (ip*tables-batch)
- rel 5
---- Files affected:
SPECS:
iptables.spec (1.243 -> 1.244)
---- Diffs:
================================================================
Index: SPECS/iptables.spec
diff -u SPECS/iptables.spec:1.243 SPECS/iptables.spec:1.244
--- SPECS/iptables.spec:1.243 Mon Feb 11 16:16:14 2008
+++ SPECS/iptables.spec Sat Mar 8 00:15:13 2008
@@ -12,7 +12,7 @@
%define llh_version 7:2.6.22.1
%define name6 ip6tables
#
-%define rel 4
+%define rel 5
Summary: Extensible packet filtering system && extensible NAT system
Summary(pl.UTF-8): System filtrowania pakietów oraz system translacji adresów (NAT)
Summary(pt_BR.UTF-8): Ferramenta para controlar a filtragem de pacotes no kernel-2.6.x
@@ -41,6 +41,7 @@
# http://people.linux-vserver.org/~dhozac/p/m/iptables-1.3.5-owner-xid.patch
Patch8: %{name}-1.3.5-owner-xid.patch
Patch9: %{name}-geoip-dbpath.patch
+Patch10: %{name}-batch.patch
Patch999: %{name}-llh-dirty-hack.patch
URL: http://www.netfilter.org/
%if %{with doc}
@@ -136,13 +137,14 @@
%patch8 -p1
%endif
%patch9 -p1
+%patch10 -p0
#patch999 -p1
chmod 755 extensions/.*-test*
%build
-%{__make} -j1 all experimental \
+%{__make} -j1 all experimental iptables-batch ip6tables-batch \
CC="%{__cc}" \
COPT_FLAGS="%{rpmcflags} -D%{!?debug:N}DEBUG" \
KERNEL_DIR="%{_kernelsrcdir}" \
@@ -172,6 +174,8 @@
MANDIR=%{_mandir} \
LIBDIR=%{_libdir}
+install iptables-batch $RPM_BUILD_ROOT%{_sbindir}
+install ip6tables-batch $RPM_BUILD_ROOT%{_sbindir}
install extensions/*so $RPM_BUILD_ROOT%{_libdir}/iptables
echo ".so iptables.8" > $RPM_BUILD_ROOT%{_mandir}/man8/%{name6}.8
@@ -202,10 +206,12 @@
%defattr(644,root,root,755)
%{?with_doc:%doc iptables-howtos/{NAT,networking-concepts,packet-filtering}-HOWTO*}
%attr(755,root,root) %{_sbindir}/iptables
+%attr(755,root,root) %{_sbindir}/iptables-batch
%attr(755,root,root) %{_sbindir}/iptables-restore
%attr(755,root,root) %{_sbindir}/iptables-save
%attr(755,root,root) %{_sbindir}/iptables-xml
%attr(755,root,root) %{_sbindir}/ip6tables
+%attr(755,root,root) %{_sbindir}/ip6tables-batch
%attr(755,root,root) %{_sbindir}/ip6tables-restore
%attr(755,root,root) %{_sbindir}/ip6tables-save
%dir %{_libdir}/iptables
@@ -334,6 +340,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.244 2008-03-07 23:15:13 kosmo
+- added batch and packaged processing programs (ip*tables-batch)
+- rel 5
+
Revision 1.243 2008-02-11 15:16:14 zbyniu
- missing header, rel 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iptables.spec?r1=1.243&r2=1.244&f=u
More information about the pld-cvs-commit
mailing list