diff --git a/gnutls.changes b/gnutls.changes index f4748a0..0ff9c92 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 11 09:19:52 UTC 2022 - Marcus Meissner + +- disable kcapi usage for now, as kernel-obs-build not adjusted + to contain the algorithms. bsc#1189283 + ------------------------------------------------------------------- Fri Mar 18 18:31:06 UTC 2022 - Pedro Monreal diff --git a/gnutls.spec b/gnutls.spec index a7975d2..1079524 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -27,7 +27,9 @@ %endif # Enable Linux kernel AF_ALG based acceleration %if 0%{?suse_version} >= 1550 -%bcond_without kcapi +# disable for now, as our OBS builds do not work with it. Marcus 20220511 +#bcond_without kcapi +%bcond_with kcapi %else %bcond_with kcapi %endif @@ -103,9 +105,9 @@ of the IETF's TLS working group. %package -n libgnutls%{gnutls_sover} Summary: The GNU Transport Layer Security Library +# install libgnutls and libgnutls-hmac close together (bsc#1090765) License: LGPL-2.1-or-later Group: System/Libraries -# install libgnutls and libgnutls-hmac close together (bsc#1090765) Suggests: libgnutls%{gnutls_sover}-hmac = %{version}-%{release} %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400 Requires: crypto-policies