rpms/amavisd-new/FC-6 amavisd-new.spec,1.13,1.14

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Dec 19 19:53:48 UTC 2006


Author: steve

Update of /cvs/extras/rpms/amavisd-new/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20498

Modified Files:
	amavisd-new.spec 
Log Message:
Fix the path to amavisd.sock in amavisd-release.


Index: amavisd-new.spec
===================================================================
RCS file: /cvs/extras/rpms/amavisd-new/FC-6/amavisd-new.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- amavisd-new.spec	13 Dec 2006 16:47:14 -0000	1.13
+++ amavisd-new.spec	19 Dec 2006 19:53:18 -0000	1.14
@@ -3,7 +3,7 @@
 Summary:        Email filter with virus scanner and spamassassin support
 Name:           amavisd-new
 Version:        2.4.4
-Release:        1%{?prerelease:.%{prerelease}}%{?dist}
+Release:        2%{?prerelease:.%{prerelease}}%{?dist}
 License:        GPL
 Group:          Applications/System
 URL:            http://www.ijs.si/software/amavisd/
@@ -79,6 +79,9 @@
 %patch3 -p0
 install -m644 %{SOURCE4} %{SOURCE5} README_FILES/
 
+sed -i -e 's,/var/amavis/amavisd.sock\>,/var/spool/amavisd/amavisd.sock,' \
+    amavisd-release
+
 %build
 
 %install
@@ -153,6 +156,9 @@
 %ghost /var/spool/amavisd/clamd.sock
 
 %changelog
+* Mon Dec 18 2006 Steven Pritchard <steve at kspei.com> 2.4.4-2
+- Fix the path to amavisd.sock in amavisd-release.
+
 * Tue Dec 05 2006 Steven Pritchard <steve at kspei.com> 2.4.4-1
 - Update to 2.4.4.
 




More information about the scm-commits mailing list