rpms/maildrop/devel maildrop.spec,1.5,1.6

Miloš Jakubíček mjakubicek at fedoraproject.org
Fri Sep 4 21:43:28 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/maildrop/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16575

Modified Files:
	maildrop.spec 
Log Message:
- Fix FTBFS: prevent 'install: will not overwrite just-created' error




Index: maildrop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maildrop/devel/maildrop.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- maildrop.spec	25 Jul 2009 11:39:45 -0000	1.5
+++ maildrop.spec	4 Sep 2009 21:43:28 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: Mail delivery agent with filtering abilities
 Name: maildrop
 Version: 2.0.4
-Release: 10%{?dist}
+Release: 11%{?dist}
 # Exception is explicit permission to link to OpenSSL
 License: GPLv2 with exceptions
 Group: System Environment/Daemons
@@ -56,6 +56,9 @@ autoreconf
   --enable-use-dotlock=1 \
   --enable-syslog=1 \
   --enable-sendmail=%{_sbindir}/sendmail
+# prevent 'install: will not overwrite just-created' error
+# notification sent to courier-maildrop at lists.sourceforge.net on 2009/09/04
+sed -i 's|DELIVERQUOTAMAN = maildirquota.7 deliverquota.8|DELIVERQUOTAMAN =|' Makefile
 make
 
 %install
@@ -86,6 +89,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/*.8*
 
 %changelog
+* Fri Sep  4 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 2.0.4-11
+- Fix FTBFS: prevent 'install: will not overwrite just-created' error
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.4-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list