diff --git a/openssl.spec b/openssl.spec index b57e345..4876a57 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.0d -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. @@ -430,6 +430,9 @@ export LD_LIBRARY_PATH %postun libs -p /sbin/ldconfig %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1:1.1.0d-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Feb 1 2017 Tomáš Mráz 1.1.0d-2 - applied upstream fixes (fix regression in X509_CRL_digest)