From 46ae59ecebf8140a2dc84e2ec9916bba0705d4be Mon Sep 17 00:00:00 2001 From: Rafael Aquini Date: Thu, 30 Nov 2023 12:03:38 -0500 Subject: [PATCH] Follow-up fixes to the SPEC file - Follow-up fix for a minor typo in the changelogs (RHEL-14497) - Adjust the RPM license to match SPDX format (RHELMISC-1262) Related: RHEL-14497 Signed-off-by: Rafael Aquini --- memkind.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/memkind.spec b/memkind.spec index 2c4dacd..ecd09d0 100644 --- a/memkind.spec +++ b/memkind.spec @@ -3,8 +3,8 @@ Name: memkind Summary: User Extensible Heap Manager Version: 1.10.1 -Release: 2%{?checkout}%{?dist} -License: BSD +Release: 3%{?checkout}%{?dist} +License: BSD-2-Clause Group: System Environment/Libraries URL: http://memkind.github.io/memkind BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++ daxctl-devel @@ -116,7 +116,11 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION %{_mandir}/man3/pmemallocator.3.* %changelog -* Mon Nov 13 2023 Rafael Aquini - 1.10.1-3 +* Mon Nov 30 2023 Rafael Aquini - 1.10.1-3 +- Follow-up fix for a minor typo in the changelogs (RHEL-14497) +- Adjust the RPM license to match SPDX format (RHELMISC-1262) + +* Mon Nov 13 2023 Rafael Aquini - 1.10.1-2 - Allow libautohbw allocations of size zero (RHEL-14497) * Mon Dec 14 2020 Rafael Aquini - 1.10.1-1