From 27f0bf19d3f389a2de350987de0776bf41773aed Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Wed, 15 Nov 2023 09:57:51 +0800 Subject: [PATCH] Convert the license tag to SPDX format Resolves: RHELMISC-1358 Signed-off-by: Hangbin Liu --- lldpad.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lldpad.spec b/lldpad.spec index b66a8c8..9951cee 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -9,7 +9,7 @@ Name: lldpad Version: 1.1.0 Release: 4.git%{checkout}%{?dist} Summary: Intel LLDP Agent -License: GPLv2 +License: GPL-2.0-only URL: http://open-lldp.org/ Source0: %{name}-%{version}.tar.gz @@ -83,6 +83,10 @@ rm -f %{buildroot}%{_libdir}/liblldp_clif.la %{_libdir}/liblldp_clif.so %changelog +* Wed Nov 15 2023 Hangbin Liu - 1.1.0-5.git85e5583 +- Convert the license tag to SPDX format + Related: RHELMISC-1358 + * Mon Aug 09 2021 Mohan Boddu - 1.1.0-4.git85e5583 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688