From 21c63ef44a7065c95644d25fa33cff97f8fa7b6d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:38:01 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- s-nail.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/s-nail.spec b/s-nail.spec index 8434458..6ca0403 100644 --- a/s-nail.spec +++ b/s-nail.spec @@ -1,6 +1,6 @@ Name: s-nail Version: 14.9.22 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Environment for sending and receiving mail # Everything is ISC except parts coming from the original Heirloom mailx which are BSD @@ -137,6 +137,10 @@ fi %changelog +* Wed Jun 16 2021 Mohan Boddu - 14.9.22-5 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Fri May 07 2021 Nikola Forró - 14.9.22-4 - Provide /bin/mail{,x} for backwards compatibility resolves: #1958360