aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Malik <vmalik@redhat.com>2023-06-27 15:55:52 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-06-27 15:55:52 -0300
commit0a1944b19569c4f9b724de562adb7a19c2adb4a5 (patch)
tree1f63aa04ee91eb3750e658099d530a36248cacde
parent31bc0d7410572f6e03e3ed9da7c8c6f0d8df23c8 (diff)
downloaddwarves-0a1944b19569c4f9b724de562adb7a19c2adb4a5.tar.gz
spec: Migrate license to a SPDX standardized one
Signed-off-by: Viktor Malik <vmalik@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/dwarves.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/rpm/SPECS/dwarves.spec b/rpm/SPECS/dwarves.spec
index f585eb8..2080b27 100644
--- a/rpm/SPECS/dwarves.spec
+++ b/rpm/SPECS/dwarves.spec
@@ -3,8 +3,8 @@
Name: dwarves
Version: 1.25
-Release: 1%{?dist}
-License: GPLv2
+Release: 2%{?dist}
+License: GPL-2.0-only
Summary: Debugging Information Manipulation Tools (pahole & friends)
URL: http://acmel.wordpress.com
Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.xz
@@ -131,6 +131,9 @@ rm -Rf %{buildroot}
%{_libdir}/%{libname}_reorganize.so
%changelog
+* Wed Jun 14 2023 Viktor Malik <vmalik@redhat.com> - 1.25-2
+- Migrate license to SPDX
+
* Sat Apr 8 2023 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.25-1
- New release: v1.25
- Support for DW_TAG_unspecified_type more generally.