From 7fe091c6420ea6d270821aabd778052f40dfc72d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:03:13 +0100 Subject: [PATCH] update to 20210119 [release 20210119-1mamba;Fri Feb 05 2021] --- ca-certificates.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ca-certificates.spec b/ca-certificates.spec index a269512..44b264d 100644 --- a/ca-certificates.spec +++ b/ca-certificates.spec @@ -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 -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 20210119-1mamba +- update to 20210119 + * Sat Oct 26 2019 Silvan Calarco 20190110-1mamba - update to 20190110