From 6f817ef53b2e6bdab42b3b3cfe1d608c2e79350a Mon Sep 17 00:00:00 2001 From: Jeff Moyer Date: Fri, 13 Oct 2023 09:30:19 -0400 Subject: [PATCH] Use spdx license tag migrate to SPDX license in the .spec file Signed-off-by: Jeff Moyer --- libaio.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libaio.spec b/libaio.spec index 533187c..28f07bb 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,8 +1,8 @@ Name: libaio Version: 0.3.111 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Linux-native asynchronous I/O access library -License: LGPLv2+ +License: LGPL-2.0-or-later Source: http://releases.pagure.org/libaio/libaio-0.3.111.tar.gz Patch1: libaio-install-to-destdir-slash-usr.patch @@ -74,6 +74,9 @@ find %{buildroot} -name '*.a' -delete %attr(0755,root,root) %{usrlibdir}/libaio.so %changelog +* Fri Oct 13 2023 Jeff Moyer - 0.3.111-17 +- migrated to SPDX license (Jeff Moyer) + * Thu Jul 20 2023 Fedora Release Engineering - 0.3.111-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild