rpms/milter-greylist/devel milter-greylist.spec,1.16,1.17

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Wed Apr 25 06:59:42 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/milter-greylist/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22484

Modified Files:
	milter-greylist.spec 
Log Message:
- fixed user name in config file (bz #237737)
- commented out pidfile entry; it is to be set by the init methods



Index: milter-greylist.spec
===================================================================
RCS file: /cvs/extras/rpms/milter-greylist/devel/milter-greylist.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- milter-greylist.spec	17 Apr 2007 18:38:05 -0000	1.16
+++ milter-greylist.spec	25 Apr 2007 06:59:08 -0000	1.17
@@ -19,7 +19,7 @@
 Summary:	Milter for greylisting, the next step in the spam control war
 Name:		milter-greylist
 Version:	3.0
-Release:	%release_func 1
+Release:	%release_func 2
 License:	BSD w/ advertising
 Group:		System Environment/Daemons
 URL:		http://hcpnet.free.fr/milter-greylist/
@@ -30,7 +30,7 @@
 Provides:		user(%username)  = 7
 Provides:		group(%username) = 7
 BuildRequires:		bison flex m4
-BuildRequires:		bind-devel
+BuildRequires:		%_libdir/libbind.so
 BuildRequires:		sendmail-devel %{?with_spf:libspf-devel}
 BuildRequires:		fedora-usermgmt-devel
 %{?FE_USERADD_REQ}
@@ -72,8 +72,9 @@
 %patch0 -p1 -b .sysv
 
 sed -i -e 's!--rpath!\0X!g' configure
-sed -i -e 's!^\#user .*!user "%username"!;
-           s!^\#socket !socket !' greylist.conf
+sed -i -e 's!^\#\?user .*!user "%username"!;
+           s!^\#socket !socket !;
+	   s!^pidfile .*!\#\0!;' greylist.conf
 
 for i in `find -type f`; do
     sed -e 's!/var/milter-greylist/milter-greylist.sock!%rundir/milter-greylist.sock!g;
@@ -160,6 +161,10 @@
 %endif
 
 %changelog
+* Wed Apr 25 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 3.0-2
+- fixed user name in config file (bz #237737)
+- commented out pidfile entry; it is to be set by the init methods
+
 * Tue Apr 17 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 3.0-1
 - updated to 3.0
 - enabled dnsrbl




More information about the scm-commits mailing list