Fix build failure.

This commit is contained in:
Jason Tibbitts 2015-08-08 21:22:09 -05:00
parent 5a9e83409c
commit 10e891f3e8

View File

@ -1,6 +1,6 @@
Name: cyrus-imapd Name: cyrus-imapd
Version: 2.4.17 Version: 2.4.17
Release: 12%{?dist} Release: 13%{?dist}
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem %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 License: BSD
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.cyrusimap.org/ 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 Source1: cyrus-imapd.logrotate
Source2: cyrus-imapd.imap-2.3.x-conf Source2: cyrus-imapd.imap-2.3.x-conf
Source3: cyrus-imapd.pam-config Source3: cyrus-imapd.pam-config
@ -30,7 +30,7 @@ Source11: README.rpm
Source12: cyrus-imapd.service Source12: cyrus-imapd.service
Source13: cyr_systemd_helper 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 Patch4: cyrus-imapd-2.3.1-authid_normalize.patch
@ -44,6 +44,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: cyrus-sasl-devel, perl-devel, tcp_wrappers BuildRequires: cyrus-sasl-devel, perl-devel, tcp_wrappers
BuildRequires: perl(Pod::Html)
BuildRequires: libdb-devel, openssl-devel, pkgconfig BuildRequires: libdb-devel, openssl-devel, pkgconfig
BuildRequires: flex, bison, groff, automake BuildRequires: flex, bison, groff, automake
BuildRequires: openldap-devel BuildRequires: openldap-devel
@ -468,6 +469,12 @@ fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Sat Aug 08 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 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 <kevin@scrye.com> 2.4.17-12 * Wed Jul 29 2015 Kevin Fenzi <kevin@scrye.com> 2.4.17-12
- Rebuild for new librpm - Rebuild for new librpm