From 4fdeb82a0f96150ce0fbda3c5779e539edf0677f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 30 Apr 2020 11:35:18 -0400 Subject: [PATCH] Rebuild with corrected ELN macro definitions Signed-off-by: Stephen Gallagher --- sscg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sscg.spec b/sscg.spec index 8f0a7e6..027f67b 100644 --- a/sscg.spec +++ b/sscg.spec @@ -9,7 +9,7 @@ Name: sscg Version: 2.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple SSL certificate generator License: BSD @@ -57,6 +57,9 @@ false signatures from the service certificate. %{_mandir}/man8/%{name}.8* %changelog +* Thu Apr 30 2020 Stephen Gallagher - 2.6.1-4 +- Rebuild with corrected ELN macro definitions + * Thu Apr 30 2020 Stephen Gallagher - 2.6.1-3 - Don't bother running clang-format in the RPM build - Lengthen the test timeout so ARM tests pass