Hello community,

here is the log from the commit of package ca-certificates-mozilla for 
openSUSE:Factory checked in at 2019-12-23 22:41:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ca-certificates-mozilla (Old)
 and      /work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ca-certificates-mozilla"

Mon Dec 23 22:41:57 2019 rev:46 rq:757879 version:2.34

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ca-certificates-mozilla/ca-certificates-mozilla.changes
  2019-12-05 17:37:34.561390835 +0100
+++ 
/work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new.6675/ca-certificates-mozilla.changes
        2019-12-23 22:43:52.781987832 +0100
@@ -1,0 +2,5 @@
+Wed Dec 18 10:53:59 UTC 2019 - Ludwig Nussel <[email protected]>
+
+- make sure p11-kit with patches is installed on SLE (boo#1154871)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ca-certificates-mozilla.spec ++++++
--- /var/tmp/diff_new_pack.gLonOy/_old  2019-12-23 22:43:54.305988493 +0100
+++ /var/tmp/diff_new_pack.gLonOy/_new  2019-12-23 22:43:54.337988507 +0100
@@ -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 @@
 # 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


Reply via email to