Accepting request 757830 from home:lnussel:ca-certificates

- make sure p11-kit with patches is installed on SLE (boo#1154871)

OBS-URL: https://build.opensuse.org/request/show/757830
OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates-mozilla?expand=0&rev=101
This commit is contained in:
Marcus Meissner 2019-12-18 14:36:16 +00:00 committed by Git OBS Bridge
parent e708237b98
commit 07668ef98a
2 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 18 10:53:59 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
- make sure p11-kit with patches is installed on SLE (boo#1154871)
-------------------------------------------------------------------
Tue Nov 12 09:58:01 UTC 2019 - Ludwig Nussel <lnussel@suse.de>

View File

@ -16,6 +16,23 @@
#
# ensure p11-kit has the required features on SLE for
# https://bugzilla.suse.com/show_bug.cgi?id=1154871
%if 0%{?suse_version} == 1500
%if 0%{?is_opensuse}
# Leap 15.1
%define p11_kit_min 0.23.2-lp151.4.3.1
%else
# 15GA
%define p11_kit_min 0.23.2-4.5.2
%endif
%else
%if 0%{?suse_version} == 1315 && 0%{?sle_version} > 120300
# 12SP3
%define p11_kit_min 0.20.7-3.3.1
%endif
%endif
#
%define certdir %{trustdir_static}
Name: ca-certificates-mozilla
# Version number is NSS_BUILTINS_LIBRARY_VERSION in this file:
@ -52,6 +69,9 @@ Requires(postun): ca-certificates
# replaces this package from SLE11 times
Obsoletes: openssl-certs
BuildArch: noarch
%if %{defined p11_kit_min}
Conflicts: p11-kit-tools < %p11_kit_min
%endif
%description
This package contains some CA root certificates for OpenSSL extracted