From b34cdf71ed06a224d6e16f5ec3ca5a71756943d0 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Mon, 9 May 2022 17:36:54 +0800 Subject: [PATCH] License compliance rectification --- papi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/papi.spec b/papi.spec index 8830b26..c377163 100644 --- a/papi.spec +++ b/papi.spec @@ -1,8 +1,8 @@ Name: papi Version: 5.6.0 -Release: 9 +Release: 10 Summary: Performance Application Programming Interface -License: BSD +License: BSD-3-Clause URL: http://icl.cs.utk.edu/papi/ Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz BuildRequires: autoconf doxygen ncurses-devel gcc-gfortran kernel-headers >= 2.6.32 @@ -87,6 +87,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so* %{_mandir}/man3/* %changelog +* Mon May 9 2022 baizhonggui - 5.6.0-10 +- modify license identifier + * Tue Jul 28 2020 lingsheng - 5.6.0-9 - remove buildrequire infiniband-diags-devel -- Gitee