From a74b557af83fc989d390b9e5094fe0e2daaa2866 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Mar 2018 20:12:54 -0800 Subject: [PATCH] Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") --- sendmail.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sendmail.spec b/sendmail.spec index 0617dcd..7b60fbe 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -17,7 +17,7 @@ Summary: A widely used Mail Transport Agent (MTA) Name: sendmail Version: 8.15.2 -Release: 24%{?dist} +Release: 25%{?dist} License: Sendmail Group: System Environment/Daemons URL: http://www.sendmail.org/ @@ -736,6 +736,10 @@ fi %endif %changelog +* Wed Mar 07 2018 Adam Williamson - 8.15.2-25 +- Rebuild to fix GCC 8 mis-compilation + See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") + * Mon Feb 19 2018 Ondřej Lysoněk - 8.15.2-24 - Add gcc to BuildRequires