From 87eaf879ac6bcabadf84444e382434c36d3e56f2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 19 May 2020 18:35:16 -0700 Subject: [PATCH] Revert the change from -2 as it seems to cause segfaults --- openssl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 522055c..7b3855a 100644 --- a/openssl.spec +++ b/openssl.spec @@ -22,7 +22,7 @@ Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl Version: 1.1.1g -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. @@ -465,6 +465,9 @@ export LD_LIBRARY_PATH %ldconfig_scriptlets libs %changelog +* Tue May 19 2020 Adam Williamson - 1.1.1g-4 +- Revert the change from -2 as it seems to cause segfaults in systemd + * Mon May 18 2020 Tomáš Mráz 1.1.1g-3 - pull some fixes and improvements from RHEL-8