rpms/exim/F-12 exim.spec,1.68,1.69

David Woodhouse dwmw2 at fedoraproject.org
Tue Oct 20 09:10:31 UTC 2009


Author: dwmw2

Update of /cvs/pkgs/rpms/exim/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19992

Modified Files:
	exim.spec 
Log Message:
fix %post typo


Index: exim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exim/F-12/exim.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- exim.spec	16 Sep 2009 12:09:02 -0000	1.68
+++ exim.spec	20 Oct 2009 09:10:30 -0000	1.69
@@ -12,7 +12,7 @@
 Summary: The exim mail transfer agent
 Name: exim
 Version: 4.69
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: GPLv2+
 Url: http://www.exim.org/
 Group: System Environment/Daemons
@@ -458,7 +458,7 @@ fi
 %if 0%{?buildclam}
 %post clamav
 /bin/touch %{_var}/log/clamd.exim
-/bin/chown exim.exim %{_var}log/clamd.exim
+/bin/chown exim.exim %{_var}/log/clamd.exim
 /sbin/chkconfig --add clamd.exim
 
 %preun clamav
@@ -487,6 +487,9 @@ test "$1"  = 0 || %{_initrddir}/clamd.ex
 %{_sysconfdir}/cron.daily/greylist-tidy.sh
 
 %changelog
+* Mon Oct 05 2009 David Woodhouse <David.Woodhouse at intel.com> - 4.69-18
+- Fix typo in clamd %%post (#527085)
+
 * Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 4.69-17
 - Use password-auth common PAM configuration instead of system-auth
 




More information about the scm-commits mailing list