3.22.0-4 - Prep for migration to SPDX identifiers
This commit is contained in:
parent
70f76aaabf
commit
ebfe3bd913
@ -3,9 +3,9 @@
|
|||||||
Summary: Dynamic analysis tools to detect memory or thread bugs and profile
|
Summary: Dynamic analysis tools to detect memory or thread bugs and profile
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.22.0
|
Version: 3.22.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+ AND BSD
|
||||||
URL: https://www.valgrind.org/
|
URL: https://www.valgrind.org/
|
||||||
|
|
||||||
# Are we building for a Software Collection?
|
# Are we building for a Software Collection?
|
||||||
@ -183,6 +183,11 @@ profiler (callgrind), and a heap profiler (massif).
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for valgrind aware programs
|
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}
|
Requires: %{?scl_prefix}valgrind = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -201,6 +206,7 @@ Header files and libraries for development of valgrind tools.
|
|||||||
%if %{build_openmpi}
|
%if %{build_openmpi}
|
||||||
%package openmpi
|
%package openmpi
|
||||||
Summary: OpenMPI support for valgrind
|
Summary: OpenMPI support for valgrind
|
||||||
|
License: BSD
|
||||||
Requires: %{?scl_prefix}valgrind = %{epoch}:%{version}-%{release}
|
Requires: %{?scl_prefix}valgrind = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description openmpi
|
%description openmpi
|
||||||
@ -436,8 +442,9 @@ echo ===============END TESTING===============
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Dec 9 2023 Mark Wielaard <mjw@fedoraproject.org>
|
* Sat Dec 9 2023 Mark Wielaard <mjw@fedoraproject.org> - 3.22.0-4
|
||||||
- Add valgrind-3.22.0-fchmodat2.patch
|
- Add valgrind-3.22.0-fchmodat2.patch
|
||||||
|
- Prep for migration to SPDX identifiers
|
||||||
|
|
||||||
* Tue Dec 5 2023 Mark Wielaard <mjw@fedoraproject.org> - 3.22.0-3
|
* Tue Dec 5 2023 Mark Wielaard <mjw@fedoraproject.org> - 3.22.0-3
|
||||||
- Add valgrind-3.22.0-rodata.patch
|
- Add valgrind-3.22.0-rodata.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user