From 842d56dac40631961a00fdfead179de5176aacd41c0843ff4d9e0af81f863b9d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 16 May 2022 08:07:25 +0000 Subject: [PATCH] Accepting request 976267 from home:msmeissn:branches:security:tls - disable kcapi usage for now, as kernel-obs-build not adjusted to contain the algorithms. bsc#1189283 OBS-URL: https://build.opensuse.org/request/show/976267 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=63 --- gnutls.changes | 6 ++++++ gnutls.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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