From 78332dc19c9ed26f5502eba0231bddccabfa1d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Thu, 28 Sep 2023 17:22:26 +0200 Subject: [PATCH] Migrated to SPDX license --- golang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index 2c0c1ea..2d3b01c 100644 --- a/golang.spec +++ b/golang.spec @@ -115,14 +115,14 @@ %global pkg_release 1 # For rpmdev-bumpspec and releng automation. -%global baserelease 2 +%global baserelease 3 Name: golang Version: %{go_version} Release: %{baserelease}%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain -License: BSD and Public Domain +License: BSD-3-Clause AND LicenseRef-Fedora-Public-Domain URL: https://go.dev Source0: https://go.dev/dl/go%{go_source}.src.tar.gz # Go's FIPS mode bindings are now provided as a standalone @@ -620,6 +620,9 @@ fi %files -n go-toolset %changelog +* Thu Sep 28 2023 Alejandro Sáez - 1.20.6-3 +- Migrated to SPDX license + * Tue Sep 05 2023 Yaakov Selkowitz - 1.20.6-2 - Drop unused pcre dependency