Accepting request 895665 from home:pmonrealgonzalez:branches:security:tls

- Rework the crypto-policies dependencies in libraries [bsc#1186385]

OBS-URL: https://build.opensuse.org/request/show/895665
OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=53
This commit is contained in:
Pedro Monreal Gonzalez 2021-05-31 09:16:21 +00:00 committed by Git OBS Bridge
parent 8e6db95b50
commit a4119f3566
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 26 11:51:56 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
- Rework the crypto-policies dependencies in libraries [bsc#1186385]
-------------------------------------------------------------------
Thu May 13 16:34:28 UTC 2021 - Pedro Monreal <pmonreal@suse.com>

View File

@ -94,6 +94,9 @@ Summary: The GNU Transport Layer Security Library
# install libopenssl and libopenssl-hmac close together (bsc#1090765)
License: LGPL-2.1-or-later
Group: System/Libraries
%if 0%{?suse_version} && ! 0%{?sle_version}
Requires: crypto-policies
%endif
Suggests: libgnutls%{gnutls_sover}-hmac = %{version}-%{release}
%description -n libgnutls%{gnutls_sover}
@ -124,6 +127,9 @@ This package contains the "DANE" part of gnutls.
Summary: C++ API for the GNU Transport Layer Security Library
License: LGPL-2.1-or-later
Group: System/Libraries
%if 0%{?suse_version} && ! 0%{?sle_version}
Requires: crypto-policies
%endif
%description -n libgnutlsxx%{gnutlsxx_sover}
The GnuTLS library provides a secure layer over a reliable transport
@ -134,8 +140,11 @@ of the IETF's TLS working group.
Summary: Development package for the GnuTLS C API
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
%if 0%{?suse_version} && ! 0%{?sle_version}
Requires: crypto-policies
%endif
Requires: glibc-devel
Requires: gnutls = %{version}-%{release}
Requires: gnutls = %{version}
Requires: libgnutls%{gnutls_sover} = %{version}
Requires(pre): %{install_info_prereq}
Provides: gnutls-devel = %{version}-%{release}