rpms/postgrey/devel postgrey-1.28-group.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 postgrey.spec, 1.1, 1.2 sources, 1.2, 1.3 postgrey-1.27-group.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Jun 22 14:19:47 UTC 2007


Author: thias

Update of /cvs/extras/rpms/postgrey/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28598

Modified Files:
	.cvsignore postgrey.spec sources 
Added Files:
	postgrey-1.28-group.patch 
Removed Files:
	postgrey-1.27-group.patch 
Log Message:
Update to 1.28.


postgrey-1.28-group.patch:

--- NEW FILE postgrey-1.28-group.patch ---
diff -Naupr postgrey-1.28.orig/postgrey postgrey-1.28/postgrey
--- postgrey-1.28.orig/postgrey	2007-06-21 15:44:54.000000000 +0200
+++ postgrey-1.28/postgrey	2007-06-22 16:17:31.000000000 +0200
@@ -486,7 +486,7 @@ sub main()
             port             => [ $opt{inet} ? $opt{inet} : $opt{unix}."|unix" ],
             proto            => $opt{inet} ? 'tcp' : 'unix',
             user             => $opt{user} || 'postgrey',
-            group            => $opt{group} || 'nogroup',
+            group            => $opt{group} || 'postgrey',
             dbdir            => $opt{dbdir} || $DEFAULT_DBDIR,
             setsid           => $opt{daemonize} ? 1 : undef,
             pid_file         => $opt{daemonize} ? $opt{pidfile} : undef,
@@ -663,7 +663,7 @@ B<postgrey> [I<options>...]
  -d, --daemonize         run in the background
      --pidfile=PATH      put daemon pid into this file
      --user=USER         run as USER (default: postgrey)
-     --group=GROUP       run as group GROUP (default: nogroup)
+     --group=GROUP       run as group GROUP (default: postgrey)
      --dbdir=PATH        put db files in PATH (default: /var/spool/postfix/postgrey)
      --delay=N           greylist for N seconds (default: 300)
      --max-age=N         delete entries older than N days since the last time


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/postgrey/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Feb 2007 19:16:36 -0000	1.2
+++ .cvsignore	22 Jun 2007 14:19:12 -0000	1.3
@@ -1 +1 @@
-postgrey-1.27.tar.gz
+postgrey-1.28.tar.gz


Index: postgrey.spec
===================================================================
RCS file: /cvs/extras/rpms/postgrey/devel/postgrey.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgrey.spec	12 Feb 2007 19:16:36 -0000	1.1
+++ postgrey.spec	22 Jun 2007 14:19:12 -0000	1.2
@@ -2,15 +2,15 @@
 
 Summary: Postfix Greylisting Policy Server
 Name: postgrey
-Version: 1.27
-Release: 4%{?dist}
+Version: 1.28
+Release: 1%{?dist}
 License: GPL
 Group: System Environment/Daemons
-Source0: http://isg.ee.ethz.ch/tools/postgrey/pub/postgrey-%{version}.tar.gz
+URL: http://postgrey.schweikert.ch/
+Source0: http://postgrey.schweikert.ch/pub/postgrey-%{version}.tar.gz
 Source1: postgrey.init
 Source2: README-rpm
-Patch0: postgrey-1.27-group.patch
-URL: http://isg.ee.ethz.ch/tools/postgrey/
+Patch0: postgrey-1.28-group.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 # We require postfix for its directories and gid
 Requires: postfix
@@ -97,7 +97,7 @@
 
 
 %files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc Changes COPYING README README-rpm
 %{_sysconfdir}/rc.d/init.d/postgrey
 %config(noreplace) %{confdir}/postgrey_whitelist_clients
@@ -106,10 +106,14 @@
 %{_sbindir}/postgrey
 %{_sbindir}/postgreyreport
 %{_mandir}/man8/postgrey.8*
-%dir %attr(0751, postgrey, postfix) %{_var}/spool/postfix/postgrey/
+%dir %attr(0751,postgrey,postfix) %{_var}/spool/postfix/postgrey/
 
 
 %changelog
+* Fri Jun 22 2007 Matthias Saou <http://freshrpms.net/> 1.28-1
+- Update to 1.28.
+- Update URL to the new homepage.
+
 * Mon Feb 12 2007 Matthias Saou <http://freshrpms.net/> 1.27-4
 - Silence %%setup.
 - Fix init script mode in the srpm.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/postgrey/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Feb 2007 19:16:36 -0000	1.2
+++ sources	22 Jun 2007 14:19:12 -0000	1.3
@@ -1 +1 @@
-df3a8b4a0c6ab7e8e5bb5be0de096c47  postgrey-1.27.tar.gz
+5d9d8a5c62f32fe7584aba2863774926  postgrey-1.28.tar.gz


--- postgrey-1.27-group.patch DELETED ---




More information about the fedora-extras-commits mailing list