From 44afab5191567431b5af80ad26e063fcd2bf5df9 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 24 Aug 2023 10:19:38 +0900 Subject: [PATCH] Migrate License field to SPDX license identifier Signed-off-by: Daiki Ueno --- gnutls.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index eea2019..9c06080 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -51,7 +51,7 @@ Patch: gnutls-3.8.0-ktls-Do-not-return-GNUTLS_E_INTERRUPTED-AGAIN-from-s.patch Summary: A TLS protocol implementation Name: gnutls # The libraries are LGPLv2.1+, utilities are GPLv3+ -License: GPLv3+ and LGPLv2+ +License: GPL-3.0-or-later AND LGPL-2.1-or-later BuildRequires: p11-kit-devel >= 0.21.3, gettext-devel BuildRequires: readline-devel, libtasn1-devel >= 4.3 %if %{with certificate_compression} @@ -130,7 +130,7 @@ Requires: %{name}-dane%{?_isa} = %{version}-%{release} Requires: pkgconfig %package utils -License: GPLv3+ +License: GPL-3.0-or-later Summary: Command line tools for TLS protocol Requires: %{name}%{?_isa} = %{version}-%{release} %if %{with dane}