Author: blues Date: Mon Sep 5 13:30:34 2005 GMT Module: SPECS Tag: HEAD ---- Log message: -
---- Files affected: SPECS: postgrey.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/postgrey.spec diff -u SPECS/postgrey.spec:1.5 SPECS/postgrey.spec:1.6 --- SPECS/postgrey.spec:1.5 Mon Sep 5 15:26:50 2005 +++ SPECS/postgrey.spec Mon Sep 5 15:30:29 2005 @@ -1,12 +1,14 @@ # $Revision$, $Date$ +# TODO: +# - consider using postfix or mail group... (dunno if it's good idea) %include /usr/lib/rpm/macros.perl Summary: Postfix Greylisting Policy Server Name: postgrey -Version: 1.21 -Release: 0.4 -License: GPL v2 -Group: Daemons -Source0: http://isg.ee.ethz.ch/tools/postgrey/pub/%{name}-%{version}.tar.gz +Version: 1.21 +Release: 0.5 +License: GPL v2 +Group: Daemons +Source0: http://isg.ee.ethz.ch/tools/postgrey/pub/%{name}-%{version}.tar.gz # Source0-md5: 1274e073be5178445e0892a9dcc6fe98 Source1: %{name}.init Patch0: %{name}-group.patch @@ -51,6 +53,7 @@ # init script: install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} +install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name} install postgrey_whitelist_clients $RPM_BUILD_ROOT%{confdir} install postgrey_whitelist_recipients $RPM_BUILD_ROOT%{confdir} @@ -91,9 +94,10 @@ %config(noreplace) %verify(not md5 mtime size) %{confdir}/postgrey_whitelist_clients %config(noreplace) %verify(not md5 mtime size) %{confdir}/postgrey_whitelist_recipients %config(noreplace) %verify(not md5 mtime size) %{confdir}/postgrey_whitelist_clients.local +%attr(640,root,postgrey) %config(noreplace) /etc/sysconfig/%{name} %attr(754,root,root) /etc/rc.d/init.d/%{name} %attr(755,root,root) %{_sbindir}/postgrey* -%dir %attr(711, postgrey, postgrey) %{_var}/spool/postfix/%{name} +%dir %attr(0711,postgrey,postgrey) %{_var}/spool/postfix/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -101,6 +105,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2005/09/05 13:30:29 blues +- + Revision 1.5 2005/09/05 13:26:50 glen - adapterized ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/postgrey.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
