From 9f23c10c64905583590afcbf6d050992a0521800 Mon Sep 17 00:00:00 2001 From: Thomas Haller <thaller@redhat.com> Date: Mon, 30 Oct 2023 10:08:37 +0100 Subject: [PATCH] Use SPDX license identifier in package https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- libnl3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libnl3.spec b/libnl3.spec index f6be629..fa682e8 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -1,8 +1,8 @@ Name: libnl3 Version: 3.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Convenience library for kernel netlink sockets -License: LGPLv2 +License: LGPL-2.1-only URL: http://www.infradead.org/~tgr/libnl/ %global version_path libnl%(echo %{version} | tr . _) @@ -153,6 +153,9 @@ popd %endif %changelog +* Mon Oct 30 2023 Thomas Haller <thaller@redhat.com> - 3.8.0-2 +- Use SPDX license identifier in package + * Tue Aug 29 2023 Thomas Haller <thaller@redhat.com> - 3.8.0-1 - Update to 3.8.0 release