Do not require tcp_wrappers (#1518759)
This commit is contained in:
parent
8fddca24c0
commit
b11ea4fcef
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 3.0.4
|
Version: 3.0.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
%define ssl_pem_file /etc/pki/%name/%name.pem
|
%define ssl_pem_file /etc/pki/%name/%name.pem
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ Source93: patch-cassandane-unknown_calendars
|
|||||||
# objects. Consider upgrading to libical >= 2.1
|
# objects. Consider upgrading to libical >= 2.1
|
||||||
|
|
||||||
BuildRequires: autoconf automake bison flex gcc gcc-c++ git groff libtool
|
BuildRequires: autoconf automake bison flex gcc gcc-c++ git groff libtool
|
||||||
BuildRequires: pkgconfig systemd tcp_wrappers transfig
|
BuildRequires: pkgconfig systemd transfig
|
||||||
|
|
||||||
BuildRequires: perl-devel perl-generators perl(ExtUtils::MakeMaker)
|
BuildRequires: perl-devel perl-generators perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Pod::Html)
|
BuildRequires: perl(Pod::Html)
|
||||||
@ -261,6 +261,7 @@ autoreconf -vi
|
|||||||
--with-krbimpl=mit \
|
--with-krbimpl=mit \
|
||||||
--with-ldap=/usr \
|
--with-ldap=/usr \
|
||||||
--with-pgsql \
|
--with-pgsql \
|
||||||
|
--with-libwrap=no \
|
||||||
--with-perl=%__perl \
|
--with-perl=%__perl \
|
||||||
--with-snmp \
|
--with-snmp \
|
||||||
--with-syslogfacility=MAIL \
|
--with-syslogfacility=MAIL \
|
||||||
@ -631,6 +632,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 29 2017 Pavel Zhukov <pzhukov@redhat.com> - 3.0.4-4
|
||||||
|
- Do not require tcp_wrappers (#1518759)
|
||||||
|
|
||||||
* Tue Nov 14 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.4-3
|
* Tue Nov 14 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.4-3
|
||||||
- Rebuild for new libical.
|
- Rebuild for new libical.
|
||||||
- Add patch to fix compilation error with new libical.
|
- Add patch to fix compilation error with new libical.
|
||||||
|
Loading…
Reference in New Issue
Block a user