From 76388d6663015861f1074496dcb95c329aa3f84d Mon Sep 17 00:00:00 2001 From: Dan Horák Date: May 31 2008 15:23:53 +0000 Subject: - call automake to update config.* files and be buildable again on rawhide --- diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 4e4fdae..3bf5b1a 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -1,7 +1,7 @@ %define upstream_ver 2.3.11 Name: cyrus-imapd Version: 2.3.11 -Release: 1%{?dist} +Release: 2%{?dist} # ********************** BUILD TIME OPTIONS START ********************** @@ -266,6 +266,9 @@ one running the server. # may be a risk of regressions though #%patch102 -p1 -b .replication_policycheck +# only to update config.* files +automake -a -f -c || : + aclocal -I cmulocal autoheader autoconf -f @@ -804,6 +807,9 @@ fi %{_mandir}/man1/* %changelog +* Sat May 31 2008 Dan Horák - 2.3.11-1 - update to latest upstream - (temporarily) dropped the rmquota+deletemailbox patch (doesn't apply)