From 45a4a19f3a99ed841a93822663b902934c21da64 Mon Sep 17 00:00:00 2001 From: James Cassell Date: Mon, 3 Feb 2020 22:10:34 -0500 Subject: [PATCH] minimization: depend on openssl-libs rather than openssl saves 1.1M installed on disk --- openssl-pkcs11.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec index 8c56413..2d5c16e 100644 --- a/openssl-pkcs11.spec +++ b/openssl-pkcs11.spec @@ -1,5 +1,5 @@ Version: 0.4.10 -Release: 4%{?dist} +Release: 5%{?dist} # Define the directory where the OpenSSL engines are installed %global enginesdir %{_libdir}/engines-1.1 @@ -29,7 +29,7 @@ BuildRequires: doxygen %endif Requires: p11-kit-trust -Requires: openssl >= 1.0.2 +Requires: openssl-libs >= 1.0.2 # Package renamed from libp11 to openssl-pkcs11 in release 0.4.7-4 Provides: libp11%{?_isa} = %{version}-%{release} @@ -114,6 +114,9 @@ make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi; %endif %changelog +* Mon Feb 03 2020 James Cassell - 0.4.10-5 +- minimization: depend on openssl-libs rather than openssl + * Wed Jan 29 2020 Fedora Release Engineering - 0.4.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild