From b0cd8a535ba9bf97a94561ec8464204ef56b5fc7 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 10 May 2022 18:37:12 +0800 Subject: [PATCH] License compliance rectification --- libfabric.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libfabric.spec b/libfabric.spec index 495f1cb..65cf569 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -1,8 +1,8 @@ Name: libfabric Version: 1.6.1 -Release: 5 +Release: 6 Summary: A core component of OpenFabric Interfaces -License: BSD or GPLv2 +License: BSD-2-Clause or GPLv2 URL: http://ofiwg.github.io/libfabric/ Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Patch0001: backport-libfabric-fix-multiple-definition.patch @@ -77,6 +77,9 @@ chrpath -d %{buildroot}%{_bindir}/fi_* %changelog +* Mon May 9 2022 baizhonggui - 1.6.1-6 +- modify license identifier + * Fri Sept 10 2021 gongzhengtang -1.6.1-5 - fix rpath * Web Aug 04 2021 Liu Yinsi - 1.6.1-4 -- Gitee