From ebfe3bd913aecefa5162a004532d37d8315a1712 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Dec 09 2023 23:03:53 +0000 Subject: 3.22.0-4 - Prep for migration to SPDX identifiers --- diff --git a/valgrind.spec b/valgrind.spec index e511b7f..25feea8 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -3,9 +3,9 @@ Summary: Dynamic analysis tools to detect memory or thread bugs and profile Name: %{?scl_prefix}valgrind Version: 3.22.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 -License: GPLv2+ +License: GPLv2+ AND BSD URL: https://www.valgrind.org/ # Are we building for a Software Collection? @@ -183,6 +183,11 @@ profiler (callgrind), and a heap profiler (massif). %package devel Summary: Development files for valgrind aware programs +# This is really Hybrid-BSD +# https://fedoraproject.org/wiki/Licensing:BSD#Hybrid_BSD_(half_BSD,_half_zlib) +# But that doesnt have a SPDX identifier yet +# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/422 +License: BSD Requires: %{?scl_prefix}valgrind = %{epoch}:%{version}-%{release} %description devel @@ -201,6 +206,7 @@ Header files and libraries for development of valgrind tools. %if %{build_openmpi} %package openmpi Summary: OpenMPI support for valgrind +License: BSD Requires: %{?scl_prefix}valgrind = %{epoch}:%{version}-%{release} %description openmpi @@ -436,8 +442,9 @@ echo ===============END TESTING=============== %endif %changelog -* Sat Dec 9 2023 Mark Wielaard +* Sat Dec 9 2023 Mark Wielaard - 3.22.0-4 - Add valgrind-3.22.0-fchmodat2.patch +- Prep for migration to SPDX identifiers * Tue Dec 5 2023 Mark Wielaard - 3.22.0-3 - Add valgrind-3.22.0-rodata.patch