rpms/amavisd-new/FC-5 amavisd-new.spec,1.9,1.10

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


Author: steve

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

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-5/amavisd-new.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- amavisd-new.spec	13 Dec 2006 18:49:57 -0000	1.9
+++ amavisd-new.spec	19 Dec 2006 19:59:11 -0000	1.10
@@ -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