From 7c0787205025eb54c0572652007c97a098da67e7 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 10 May 2022 17:21:30 +0800 Subject: [PATCH] License compliance rectification --- jemalloc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index a7d3316..cdebec2 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -12,9 +12,9 @@ Name: jemalloc Version: 5.2.1 -Release: 5 +Release: 6 Summary: General-purpose scalable concurrent malloc implementation -License: BSD +License: BSD-2-Clause URL: http://www.canonware.com/jemalloc/ Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2 @@ -82,6 +82,9 @@ make check %{_mandir}/man3/jemalloc.3* %changelog +* Tue May 10 2022 Ge Wang - 5.2.1-6 +- License compliance rectification + * Thu Dec 2 2021 guominghong - 5.2.1-5 - Fix spec check -- Gitee