Author: kosmo Date: Sun Aug 24 09:10:39 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new iptables-batch patch
---- Files affected: SPECS: iptables.spec (1.255 -> 1.256) ---- Diffs: ================================================================ Index: SPECS/iptables.spec diff -u SPECS/iptables.spec:1.255 SPECS/iptables.spec:1.256 --- SPECS/iptables.spec:1.255 Sun Aug 10 00:18:09 2008 +++ SPECS/iptables.spec Sun Aug 24 11:10:32 2008 @@ -3,7 +3,6 @@ # TODO: # - fix makefile (-D_UNKNOWN_KERNEL_POINTER_SIZE issue) # - owner needs rewrite to xt -# - batch needs update/rewrite # - add manual sections from xtable-addons # - ACCOUNT has been removed from iptables-20070806.patch, now should be taken # from http://www.intra2net.com/de/produkte/opensource/ipt_account/libipt_ACCOUNT-1.3.tar.gz @@ -152,7 +151,7 @@ #patch8 -p1 %patch11 -p1 %endif -#patch9 -p0 +%patch9 -p1 %patch10 -p1 #patch999 -p1 @@ -197,9 +196,6 @@ MANDIR=%{_mandir} \ LIBDIR=%{_libdir} -#install iptables-batch $RPM_BUILD_ROOT%{_sbindir} -#install ip6tables-batch $RPM_BUILD_ROOT%{_sbindir} - install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name6} @@ -221,12 +217,12 @@ %{?with_doc:%doc iptables-howtos/{NAT,networking-concepts,packet-filtering}-HOWTO*} %attr(755,root,root) %{_bindir}/iptables-xml %attr(755,root,root) %{_sbindir}/iptables -#attr(755,root,root) %{_sbindir}/iptables-batch +%attr(755,root,root) %{_sbindir}/iptables-batch %attr(755,root,root) %{_sbindir}/iptables-multi %attr(755,root,root) %{_sbindir}/iptables-restore %attr(755,root,root) %{_sbindir}/iptables-save %attr(755,root,root) %{_sbindir}/ip6tables -#attr(755,root,root) %{_sbindir}/ip6tables-batch +%attr(755,root,root) %{_sbindir}/ip6tables-batch %attr(755,root,root) %{_sbindir}/ip6tables-multi %attr(755,root,root) %{_sbindir}/ip6tables-restore %attr(755,root,root) %{_sbindir}/ip6tables-save @@ -354,6 +350,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.256 2008/08/24 09:10:32 kosmo +- new iptables-batch patch + Revision 1.255 2008/08/09 22:18:09 mguevara - rel 2 - added patch11 iptables-owner-struct-size-vs.patch to fix data size ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iptables.spec?r1=1.255&r2=1.256&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
