update to 20210119 [release 20210119-1mamba;Fri Feb 05 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 21:03:13 +01:00
parent 8b023359e9
commit 7fe091c642

View File

@ -1,12 +1,12 @@
Name: ca-certificates
Version: 20190110
Version: 20210119
Release: 1mamba
Summary: The Mozilla CA root certificate bundle
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.mozilla.org/
URL: https://www.mozilla.org/
# git clone git://pkgs.fedoraproject.org/ca-certificates.git
#Source: git://pkgs.fedoraproject.org/ca-certificates.git/master/ca-certificates-%{version}.tar.bz2
Source: http://ftp.de.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_%{version}.tar.xz
@ -30,15 +30,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
This package contains the set of CA certificates chosen by the Mozilla Foundation for use with the Internet PKI.
%prep
%setup -q
%setup -c -q
cd work
mkdir %{name} %{name}/certs %{name}/java
%build
cd work
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd work
install -d -m755 %{buildroot}/{%{_sysconfdir}/ca-certificates/update.d,%{_sbindir},%{_datadir}/ca-certificates,%{_sysconfdir}/ssl/certs}
%makeinstall
install -D -m644 sbin/update-ca-certificates.8 %{buildroot}%{_mandir}/man8/update-ca-certificates.8
@ -98,6 +100,9 @@ fi
%{_mandir}/man8/update-ca-certificates.8*
%changelog
* Fri Feb 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20210119-1mamba
- update to 20210119
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20190110-1mamba
- update to 20190110