From 0e495df31ba5ad6bc539b87f9667fcdb90b7a3f0 Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Wed, 15 Nov 2023 14:01:48 +0800 Subject: [PATCH] Convert the license tag to SPDX format Resolves: RHELMISC-1363 Signed-off-by: Hangbin Liu --- libndp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libndp.spec b/libndp.spec index 176d7dd..a94dcc4 100644 --- a/libndp.spec +++ b/libndp.spec @@ -1,8 +1,8 @@ Name: libndp Version: 1.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library for Neighbor Discovery Protocol -License: LGPLv2+ +License: LGPL-2.1-or-later URL: http://www.libndp.org/ Source: http://www.libndp.org/files/libndp-%{version}.tar.gz @@ -46,6 +46,10 @@ find $RPM_BUILD_ROOT -name \*.la -delete %{_libdir}/pkgconfig/*.pc %changelog +* Wed Nov 15 2023 Hangbin Liu - 1.8-5 +- Convert the license tag to SPDX format + Related: RHELMISC-1363 + * Mon Aug 09 2021 Mohan Boddu - 1.8-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688