Author: matik Date: Mon Jul 20 12:54:20 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 4.2.10 - added some %files - added R:shorewall-compiler - seems to be usable together with shorewall-shell
---- Files affected: packages/shorewall: shorewall.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: packages/shorewall/shorewall.spec diff -u packages/shorewall/shorewall.spec:1.50 packages/shorewall/shorewall.spec:1.51 --- packages/shorewall/shorewall.spec:1.50 Tue Mar 10 20:57:05 2009 +++ packages/shorewall/shorewall.spec Mon Jul 20 14:54:14 2009 @@ -2,12 +2,11 @@ Summary: Shoreline Firewall - an iptables-based firewall for Linux systems Summary(pl.UTF-8): Shoreline Firewall - zapora sieciowa oparta na iptables Name: shorewall -Version: 4.2.6 +Version: 4.2.10 Release: 0.1 License: GPL Group: Networking/Utilities Source0: http://shorewall.net/pub/shorewall/4.2/shorewall-%{version}/%{name}-common-%{version}.tgz -# Source0-md5: 9b91dc35068ccc0ba308a30947cafe48 Source1: %{name}.init Patch0: %{name}-config.patch URL: http://www.shorewall.net/ @@ -16,6 +15,7 @@ Requires: iproute2 Requires: iptables Requires: rc-scripts +Requires: shorewall-compiler BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-common-%{version}-root-%(id -u -n) @@ -48,6 +48,8 @@ export GROUP=`id -n -g` ;\ ./install.sh +rm -f $RPM_BUILD_ROOT/etc/init.d/shorewall + %clean rm -rf $RPM_BUILD_ROOT @@ -81,6 +83,7 @@ %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/proxyarp %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/routestopped %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/maclist +%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/notrack %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/masq %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/tcrules %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/tos @@ -104,6 +107,8 @@ %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/tcclasses %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/tcdevices %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/tcfilters +%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shorewall/Makefile + %attr(700,root,root) %dir %{_datadir}/shorewall %attr(600,root,root) %{_datadir}/shorewall/version @@ -215,6 +220,7 @@ %attr(600,root,root) %{_datadir}/shorewall/configfiles/masq %attr(600,root,root) %{_datadir}/shorewall/configfiles/nat %attr(600,root,root) %{_datadir}/shorewall/configfiles/netmap +%attr(600,root,root) %{_datadir}/shorewall/configfiles/notrack %attr(600,root,root) %{_datadir}/shorewall/configfiles/params %attr(600,root,root) %{_datadir}/shorewall/configfiles/policy %attr(600,root,root) %{_datadir}/shorewall/configfiles/providers @@ -235,6 +241,7 @@ %attr(600,root,root) %{_datadir}/shorewall/configfiles/tos %attr(600,root,root) %{_datadir}/shorewall/configfiles/tunnels %attr(600,root,root) %{_datadir}/shorewall/configfiles/zones +%attr(754,root,root) %{_datadir}/shorewall/configfiles/Makefile %{_datadir}/shorewall/functions %attr(754,root,root) %{_datadir}/shorewall/modules %attr(754,root,root) %{_datadir}/shorewall/firewall @@ -248,6 +255,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2009/07/20 12:54:14 matik +- up to 4.2.10 +- added some %files +- added R:shorewall-compiler +- seems to be usable together with shorewall-shell + Revision 1.50 2009/03/10 19:57:05 duddits - up to 4.2.6 - more %files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/shorewall/shorewall.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
