From 73bb231a90f4c3aca93b28a87221a2f86ade7420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Wed, 12 Apr 2023 13:09:32 +0200 Subject: [PATCH] migrate to SPDX license format --- iputils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iputils.spec b/iputils.spec index 9a7c08d..0c70ea0 100644 --- a/iputils.spec +++ b/iputils.spec @@ -3,10 +3,10 @@ Summary: Network monitoring tools including ping Name: iputils Version: 20221126 -Release: 2%{?dist} +Release: 3%{?dist} # some parts are under the original BSD (ping.c) # some are under GPLv2+ (tracepath.c) -License: BSD and GPLv2+ +License: BSD-4-Clause-UC AND GPL-2.0-or-later URL: https://github.com/iputils/iputils Source0: https://github.com/iputils/iputils/archive/%{version}/%{name}-%{version}.tar.gz @@ -88,6 +88,9 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ %attr(644,root,root) %{_mandir}/man8/ifenslave.8* %changelog +* Wed Apr 12 2023 Lukáš Zaoral - 20221126-3 +- migrate to SPDX license format + * Thu Jan 19 2023 Fedora Release Engineering - 20221126-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild