From a358eb3b08d12cb05df5c85ea2c4b39dd34cf1fe Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Sun, 19 Feb 2023 11:30:53 +0100 Subject: [PATCH] migrated to SPDX license --- which.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/which.spec b/which.spec index a3d34dc..e8035c8 100644 --- a/which.spec +++ b/which.spec @@ -3,8 +3,8 @@ Summary: Displays where a particular program in your path is located Name: which Version: 2.21 -Release: 37%{?dist} -License: GPLv3 +Release: 38%{?dist} +License: GPL-3.0-only Source0: http://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz Source1: which2.sh Source2: which2.csh @@ -47,6 +47,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir %{_mandir}/man1/which.1* %changelog +* Sun Feb 19 2023 Than Ngo - 2.21-38 +- migrated to SPDX license + * Sat Jan 21 2023 Fedora Release Engineering - 2.21-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild