From c640f89ba6d1af69cab29a0341ef1bd25e4a40f1 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Mon, 21 Sep 2020 17:14:01 +0800 Subject: [PATCH] drop hesiod support --- fetchmail.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fetchmail.spec b/fetchmail.spec index 0855d4a..3f3a8f3 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,6 +1,6 @@ Name: fetchmail Version: 6.3.26 -Release: 23 +Release: 24 Summary: A mail-retrieval daemon License: GPL+ and Public Domain URL: http://www.fetchmail.info/ @@ -13,7 +13,7 @@ Patch1: fetchmail-6.3.26-options-usage-manpage.patch Patch2: fetchmail-6.3.24-sslv3-in-ssllib-check.patch Patch3: fetchmail-6.3.26-ssl-set-sni.patch -BuildRequires: gcc gettext-devel hesiod-devel krb5-devel openssl-devel +BuildRequires: gcc gettext-devel krb5-devel openssl-devel BuildRequires: python-unversioned-command systemd %description @@ -39,7 +39,7 @@ This contains man files for the using of fetchmail. --enable-ETRN --enable-NTLM \ --enable-RPA --enable-SDPS \ --enable-nls \ - --with-hesiod --with-kerberos5 \ + --without-hesiod --with-kerberos5 \ --with-gssapi --with-ssl \ --enable-fallback=no make @@ -66,5 +66,8 @@ install -Dp -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/fetchmailrc.example %exclude %{_mandir}/man1/fetchmailconf.1* %changelog +* Mon Sep 21 2020 leiju - 6.3.26-24 +- drop hesiod support + * Thu Nov 28 2019 huyan - 6.3.26-23 - Package Initialization -- Gitee