Accepting request 757879 from Base:System
- make sure p11-kit with patches is installed on SLE (boo#1154871) (forwarded request 757830 from lnussel) OBS-URL: https://build.opensuse.org/request/show/757879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ca-certificates-mozilla?expand=0&rev=46
This commit is contained in:
commit
f19d471776
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user