require openssl because update-ca-certificates needs c_rehash [release 20141019-3mamba;Sat Mar 14 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 21:03:13 +01:00
parent b7ba789583
commit 6c6f95776d

View File

@ -1,6 +1,6 @@
Name: ca-certificates Name: ca-certificates
Version: 20141019 Version: 20141019
Release: 2mamba Release: 3mamba
Summary: The Mozilla CA root certificate bundle Summary: The Mozilla CA root certificate bundle
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
@ -20,6 +20,7 @@ BuildRequires: rcs
#%if "%{stage1}" != "1" #%if "%{stage1}" != "1"
#BuildRequires: java-openjdk #BuildRequires: java-openjdk
#%endif #%endif
Requires(post): openssl
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -83,6 +84,9 @@ fi
%{_mandir}/man8/update-ca-certificates.8* %{_mandir}/man8/update-ca-certificates.8*
%changelog %changelog
* Sat Mar 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20141019-3mamba
- require openssl because update-ca-certificates needs c_rehash
* Mon Mar 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20141019-2mamba * Mon Mar 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20141019-2mamba
- run update-ca-certificates in %posttrans script to maybe fix failure in makedist builds - run update-ca-certificates in %posttrans script to maybe fix failure in makedist builds