From bba4ae01c6f21c9eac21d061c4823016454acf70 Mon Sep 17 00:00:00 2001 From: Weisson Date: Mon, 26 Jun 2023 21:14:37 +0800 Subject: [PATCH] add autoconf and automake as build requirements. Signed-off-by: Weisson --- libseccomp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libseccomp.spec b/libseccomp.spec index 5406a34..13ff6d5 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.4 +%define anolis_release .0.5 %bcond_without check Summary: Enhanced seccomp library @@ -18,6 +18,8 @@ Patch1000: 0001-add-loongarch64-support.patch Patch1001: 1001-loongarch64-fix-syscall-dump.patch Buildrequires: gperf +Buildrequires: autoconf +Buildrequires: automake %ifarch %{valgrind_arches} # Versions prior to 3.13.0-4 do not work on ARM with newer glibc 2.25.0-6 # See https://bugzilla.redhat.com/show_bug.cgi?id=1466017 @@ -116,6 +118,9 @@ make V=1 check %{_libdir}/libseccomp.a %changelog +* Mon Jun 26 2023 Weisson - 2.5.2-1.0.5 +- add autoconf and automake as build requirements. + * Fri Dec 23 2022 Liwei Ge - 2.5.2-1.0.4 - Remove bpf loongarch switch -- Gitee