Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package keylime for openSUSE:Factory checked in at 2021-12-13 20:42:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keylime (Old) and /work/SRC/openSUSE:Factory/.keylime.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keylime" Mon Dec 13 20:42:01 2021 rev:7 rq:936751 version:6.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/keylime/keylime.changes 2021-12-03 20:35:28.828205151 +0100 +++ /work/SRC/openSUSE:Factory/.keylime.new.2520/keylime.changes 2021-12-13 20:46:42.760502103 +0100 @@ -1,0 +2,5 @@ +Wed Dec 8 16:30:39 UTC 2021 - Alberto Planas Dominguez <apla...@suse.com> + +- Introduce a bcond for cfssl detection + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keylime.spec ++++++ --- /var/tmp/diff_new_pack.2FNmX4/_old 2021-12-13 20:46:43.300502169 +0100 +++ /var/tmp/diff_new_pack.2FNmX4/_new 2021-12-13 20:46:43.304502169 +0100 @@ -19,6 +19,11 @@ %global srcname keylime %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%if 0%{?suse_version} >= 1550 +%bcond_without cfssl +%else +%bcond_with cfssl +%endif Name: keylime Version: 6.2.0 Release: 0 @@ -118,7 +123,7 @@ %prep %autosetup -p1 -%if !0%{?is_opensuse} +%if %{with cfssl} sed -i "s/ca_implementation = cfssl/ca_implementation = openssl/g" keylime.conf %endif