From 93576aa025e710d0c4ffc6642e953d671a58dbaa Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 24 Oct 2017 14:20:33 -0500 Subject: [PATCH] Fix typo in default configuration. --- cyrus-imapd.spec | 6 +++++- patch-cyrus-default-configs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index c3c8bbc..546c62f 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -9,7 +9,7 @@ Name: cyrus-imapd Version: 3.0.4 -Release: 1%{?dist} +Release: 2%{?dist} %define ssl_pem_file /etc/pki/%name/%name.pem @@ -615,6 +615,10 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v %changelog +* Tue Oct 24 2017 Jason L Tibbitts III - 3.0.4-2 +- Fix typo in default config; + https://bugzilla.redhat.com/show_bug.cgi?id=1506000 + * Tue Sep 05 2017 Pavel Zhukov - 3.0.4-1 - Update to 3.0.4 - Patched cassandane for new behaviour. It should be updated idealy. diff --git a/patch-cyrus-default-configs b/patch-cyrus-default-configs index a4edf10..eba50c7 100644 --- a/patch-cyrus-default-configs +++ b/patch-cyrus-default-configs @@ -68,7 +68,7 @@ index 95b54e9..3935b77 100644 -# Allowed values: caldav, carddav, domainkey, ischedule, rss -httpmodules: caldav carddav +# Fedora default: enable all modules besides admin -+httpmodules: caldav carddav domainkey freebusy isschedule jmap rss tzdist webdav ++httpmodules: caldav carddav domainkey freebusy ischedule jmap rss tzdist webdav # If enabled, the partitions will also be hashed, in addition to the # hashing done on configuration directories. This is recommended if one