From 2f2c7941128d1601737345189e41cacba382ed6e Mon Sep 17 00:00:00 2001 From: swf504 Date: Mon, 26 Aug 2024 02:07:24 +0000 Subject: [PATCH] Add missing build dependencies in the self-build Fix issue in self-build Signed-off-by: swf504 --- libhugetlbfs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libhugetlbfs.spec b/libhugetlbfs.spec index f5379f6..58075be 100644 --- a/libhugetlbfs.spec +++ b/libhugetlbfs.spec @@ -2,7 +2,7 @@ Name: libhugetlbfs Version: 2.24 -Release: 1 +Release: 2 Summary: A library which provides easy access to huge pages of memory License: LGPLv2+ URL: https://github.com/libhugetlbfs/libhugetlbfs @@ -11,6 +11,7 @@ Source0: https://github.com/libhugetlbfs/libhugetlbfs/releases/download/%{versi Patch2: 0001-add-support-sw64.patch BuildRequires: gcc glibc-devel glibc-static +BuildRequires: autoconf automake %description The libhugetlbfs package interacts with the Linux hugetlbfs to make large @@ -78,6 +79,9 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/security/limits.d/hugepages.conf %changelog +* Mon Aug 26 2024 Weifeng Su - 2.24-2 +- Add missing build dependencies in the self-build. + * Tue May 07 2024 liweigang - 2.24-1 - upgrade to version 2.24 -- Gitee