From d53174c224c5ab3584df08a914c1bdd0d6efe0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 17 May 2023 17:14:25 +0000 Subject: [PATCH] Migrate to SPDX license --- redhat-rpm-config.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 848ef12..f684b09 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -4,14 +4,15 @@ # 2) When making changes, increment the version (in baserelease) by 1. # rpmdev-bumpspec and other tools update the macro below, which is used # in Version: to get the desired effect. -%global baserelease 262 +%global baserelease 263 Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: %{baserelease} Release: 1%{?dist} # No version specified. -License: GPL+ +# config.guess, config.sub are GPL-3.0-or-later WITH Autoconf-exception-generic +License: GPL-1.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic URL: https://src.fedoraproject.org/rpms/redhat-rpm-config # Core rpm settings @@ -254,6 +255,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Mon Aug 21 2023 Miroslav Suchy - 263-1 +- Migrate to SPDX + * Wed Aug 02 2023 Charalampos Stratakis - 262-1 - Strip all extension builder flags except -fexceptions and -fcf-protection - https://fedoraproject.org/wiki/Changes/Python_Extension_Flags_Reduction