diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 9725086..b2716f2 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -1,6 +1,6 @@ Name: cyrus-imapd Version: 2.4.17 -Release: 12%{?dist} +Release: 13%{?dist} %define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem @@ -16,7 +16,7 @@ Summary: A high-performance mail server with IMAP, POP3, NNTP and SIEVE support License: BSD Group: System Environment/Daemons URL: http://www.cyrusimap.org/ -Source0: ftp://ftp.cyrusimap.org/cyrus-imapd/%{name}-%{version}.tar.gz +Source0: http://www.cyrusimap.org/releases/%{name}-%{version}.tar.gz Source1: cyrus-imapd.logrotate Source2: cyrus-imapd.imap-2.3.x-conf Source3: cyrus-imapd.pam-config @@ -30,7 +30,7 @@ Source11: README.rpm Source12: cyrus-imapd.service Source13: cyr_systemd_helper -Patch3: http://www.oakton.edu/~jwade/cyrus/cyrus-imapd-2.1.3/cyrus-imapd-2.1.3-flock.patch +Patch3: cyrus-imapd-2.1.3-flock.patch Patch4: cyrus-imapd-2.3.1-authid_normalize.patch @@ -44,6 +44,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: autoconf BuildRequires: cyrus-sasl-devel, perl-devel, tcp_wrappers +BuildRequires: perl(Pod::Html) BuildRequires: libdb-devel, openssl-devel, pkgconfig BuildRequires: flex, bison, groff, automake BuildRequires: openldap-devel @@ -468,6 +469,12 @@ fi %{_mandir}/man1/* %changelog +* Sat Aug 08 2015 Jason L Tibbitts III - 2.4.17-13 +- Remove invalid Patch0: URL. +- Use HTTP for upstream source. +- pod2html was split out of the main perl package, breaking cyrus. + Add a build dep for it. + * Wed Jul 29 2015 Kevin Fenzi 2.4.17-12 - Rebuild for new librpm