forked from pool/gnutls
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:
parent
8e6db95b50
commit
a4119f3566
@ -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>
|
Thu May 13 16:34:28 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
11
gnutls.spec
11
gnutls.spec
@ -94,6 +94,9 @@ Summary: The GNU Transport Layer Security Library
|
|||||||
# install libopenssl and libopenssl-hmac close together (bsc#1090765)
|
# install libopenssl and libopenssl-hmac close together (bsc#1090765)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
%if 0%{?suse_version} && ! 0%{?sle_version}
|
||||||
|
Requires: crypto-policies
|
||||||
|
%endif
|
||||||
Suggests: libgnutls%{gnutls_sover}-hmac = %{version}-%{release}
|
Suggests: libgnutls%{gnutls_sover}-hmac = %{version}-%{release}
|
||||||
|
|
||||||
%description -n libgnutls%{gnutls_sover}
|
%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
|
Summary: C++ API for the GNU Transport Layer Security Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
%if 0%{?suse_version} && ! 0%{?sle_version}
|
||||||
|
Requires: crypto-policies
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n libgnutlsxx%{gnutlsxx_sover}
|
%description -n libgnutlsxx%{gnutlsxx_sover}
|
||||||
The GnuTLS library provides a secure layer over a reliable transport
|
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
|
Summary: Development package for the GnuTLS C API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
%if 0%{?suse_version} && ! 0%{?sle_version}
|
||||||
|
Requires: crypto-policies
|
||||||
|
%endif
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: gnutls = %{version}-%{release}
|
Requires: gnutls = %{version}
|
||||||
Requires: libgnutls%{gnutls_sover} = %{version}
|
Requires: libgnutls%{gnutls_sover} = %{version}
|
||||||
Requires(pre): %{install_info_prereq}
|
Requires(pre): %{install_info_prereq}
|
||||||
Provides: gnutls-devel = %{version}-%{release}
|
Provides: gnutls-devel = %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user