diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec index bb3cdf9..be848b6 100644 --- a/openssl-pkcs11.spec +++ b/openssl-pkcs11.spec @@ -1,5 +1,5 @@ Version: 0.4.8 -Release: 2%{?dist} +Release: 3%{?dist} # Define the directory where the OpenSSL engines are installed %global enginesdir %{_libdir}/engines-1.1 @@ -123,6 +123,9 @@ make check %{?_smp_mflags} %endif %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 0.4.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Sep 18 2018 Anderson Sasaki - 0.4.8-2 - Require OpenSSL >= 1.0.2 - Fixed missing declaration of ERR_get_CKR_code()