minimization: depend on openssl-libs rather than openssl
saves 1.1M installed on disk
This commit is contained in:
parent
8fb2399a02
commit
45a4a19f3a
@ -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 <cyberpear@fedoraproject.org> - 0.4.10-5
|
||||
- minimization: depend on openssl-libs rather than openssl
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.10-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user