diff --git a/libseccomp.spec b/libseccomp.spec index a842e665d2a2c88c1f33a0b451ce1313a9b1d10c..2920074c9e8a1b23ffc73fa419b14bff47465117 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,6 +1,6 @@ Name: libseccomp Version: 2.5.4 -Release: 3 +Release: 4 Summary: Interface to the syscall filtering mechanism License: LGPLv2 URL: https://github.com/seccomp/libseccomp @@ -36,8 +36,8 @@ developing applications that use %{name}. %prep %autosetup -n %{name}-%{version} -p1 %ifnarch loongarch64 -%patch4 -R -p1 -%patch3 -R -p1 +%patch 4 -R -p1 +%patch 3 -R -p1 %endif %build @@ -81,6 +81,9 @@ make check %{_mandir}/man*/* %changelog +* Sat Sep 7 2024 yuanchao <1050706328@qq.com> - 2.5.4-4 +- fix clang build error:%patchN is deprecated (2 usages found), use %patch N (or %patch -P N) + * Fri May 10 2024 jchzhou - 2.5.4-3 - fix undefined behavior in scmp_bpf_sim.c causing issues when building with clang