[milter-greylist/f15/master] fixed tmpfiles syntax

ensc ensc at fedoraproject.org
Sat Apr 23 11:08:04 UTC 2011


commit 3c228611a5a261c65db2d29306b322a342fcb736
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sat Apr 23 11:56:47 2011 +0200

    fixed tmpfiles syntax

 milter-greylist.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/milter-greylist.spec b/milter-greylist.spec
index a362963..a114ce2 100644
--- a/milter-greylist.spec
+++ b/milter-greylist.spec
@@ -28,7 +28,7 @@
 Summary:	Milter for greylisting, the next step in the spam control war
 Name:		milter-greylist
 Version:	4.2.6
-Release:	%release_func 1501
+Release:	%release_func 1502
 License:	BSD with advertising
 Group:		System Environment/Daemons
 URL:		http://hcpnet.free.fr/milter-greylist/
@@ -200,7 +200,7 @@ install -D -p -m 0644 %SOURCE10    $RPM_BUILD_ROOT%_sysconfdir/init/milter-greyl
 install -D -p -m 0644 %SOURCE20    $RPM_BUILD_ROOT%_unitdir/%name.service
 
 cat << EOF > $RPM_BUILD_ROOT%_sysconfdir/tmpfiles.d/%name.conf
--d %rundir 0710 %username mail
+d %rundir 0710 %username mail
 EOF
 
 # create temporary files
@@ -302,7 +302,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Mar  1 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
+* Sat Apr 23 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 4.2.6-1502
+- fixed tmpfiles syntax (#698961)
 - fixed byte order of src port in p0f check
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.6-1501


More information about the scm-commits mailing list