From df2a16291e56f483ca9e8b1ce5a7199227bcf840 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:24:30 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- fetchmail.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fetchmail.spec b/fetchmail.spec index 1111511..427c3a3 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,7 +1,7 @@ Summary: A remote mail retrieval and forwarding utility Name: fetchmail Version: 6.4.18 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc # systemd service file @@ -62,6 +62,10 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf* %config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example %changelog +* Wed Jun 16 2021 Mohan Boddu - 6.4.18-3 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Thu Apr 15 2021 Mohan Boddu - 6.4.18-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937