diff --git a/libseccomp.spec b/libseccomp.spec index 5406a34ed9710e7c2ebd24671a04bfc75c430ebf..13ff6d5ef30a65cb061c74edf2469398f5fab752 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