import cyrus-imapd-3.0.7-22.el8
This commit is contained in:
parent
5079d96230
commit
28794ee5f3
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 3.0.7
|
Version: 3.0.7
|
||||||
Release: 20%{?dist}
|
Release: 22%{?dist}
|
||||||
|
|
||||||
%define ssl_pem_file_prefix /etc/pki/%name/%name
|
%define ssl_pem_file_prefix /etc/pki/%name/%name
|
||||||
|
|
||||||
@ -98,13 +98,14 @@ BuildRequires: perl-devel perl-generators perl(ExtUtils::MakeMaker)
|
|||||||
BuildRequires: perl(Pod::Html)
|
BuildRequires: perl(Pod::Html)
|
||||||
|
|
||||||
%if 0%{?fedora} && 0%{?fedora} >= 0
|
%if 0%{?fedora} && 0%{?fedora} >= 0
|
||||||
BuildRequires: clamav-devel xapian-core-devel shapelib-devel
|
BuildRequires: clamav-devel shapelib-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: CUnit-devel cyrus-sasl-devel glib2-devel
|
BuildRequires: CUnit-devel cyrus-sasl-devel glib2-devel
|
||||||
BuildRequires: jansson-devel krb5-devel libical-devel libicu-devel
|
BuildRequires: jansson-devel krb5-devel libical-devel libicu-devel
|
||||||
BuildRequires: libnghttp2-devel libxml2-devel mariadb-devel net-snmp-devel
|
BuildRequires: libnghttp2-devel libxml2-devel mariadb-devel net-snmp-devel
|
||||||
BuildRequires: openldap-devel openssl-devel postgresql-devel
|
BuildRequires: openldap-devel openssl-devel postgresql-devel
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
|
BuildRequires: xapian-core-devel
|
||||||
|
|
||||||
# Miscellaneous modules needed for 'make check' to function:
|
# Miscellaneous modules needed for 'make check' to function:
|
||||||
BuildRequires: cyrus-sasl-plain cyrus-sasl-md5
|
BuildRequires: cyrus-sasl-plain cyrus-sasl-md5
|
||||||
@ -300,8 +301,8 @@ autoreconf -vi
|
|||||||
--enable-nntp \
|
--enable-nntp \
|
||||||
--enable-replication \
|
--enable-replication \
|
||||||
--enable-unit-tests \
|
--enable-unit-tests \
|
||||||
%if 0%{?fedora} && 0%{?fedora} >= 0
|
|
||||||
--enable-xapian \
|
--enable-xapian \
|
||||||
|
%if 0%{?fedora} && 0%{?fedora} >= 0
|
||||||
--with-clamav \
|
--with-clamav \
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
@ -680,6 +681,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 27 2021 Pavel Zhukov <pzhukov@redhat.com> - 3.0.7-22
|
||||||
|
- rebuild with xapian support
|
||||||
|
|
||||||
* Fri Nov 6 2020 Pavel Zhukov <pzhukov@redhat.com> - 3.0.7-20
|
* Fri Nov 6 2020 Pavel Zhukov <pzhukov@redhat.com> - 3.0.7-20
|
||||||
- Use PROFILE=SYSTEM as default configuration for tls_ciphers
|
- Use PROFILE=SYSTEM as default configuration for tls_ciphers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user