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