forked from pool/gnutls
Accepting request 977461 from security:tls
- disable kcapi usage for now, as kernel-obs-build not adjusted to contain the algorithms. bsc#1189283 (forwarded request 976267 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/977461 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=136
This commit is contained in:
commit
88b8852610
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 09:19:52 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <pmonreal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user