From 0896ffb9ed4b2bffb391927b1584df402d91186c Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Mon, 9 May 2022 18:16:47 +0800 Subject: [PATCH] License compliance rectification --- hwloc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hwloc.spec b/hwloc.spec index 4f88f6b..b6a8aca 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,8 +1,8 @@ Name: hwloc Version: 1.11.9 -Release: 4 +Release: 5 Summary: Hardware locality utilities and libraries -License: BSD +License: BSD-3-Clause URL: https://www.open-mpi.org/projects/hwloc/ Source0: https://download.open-mpi.org/release/%{name}/v1.11/%{name}-%{version}.tar.bz2 @@ -107,6 +107,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %{_pkgdocdir}/*[^c] %changelog +* Mon May 9 2022 caodongxia - 1.11.9-5 +- License compliance rectification + * Thu Jul 22 2021 shixuantong - 1.11.9-4 - move %{_pkgdocdir} to help subpackage -- Gitee