From 1aa40214613e1b7622ef8e2a4d6d52c5281bdcc4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Jul 2026 02:18:57 +0000 Subject: [PATCH] fix(autopatch): auto-fix for libcap-ng on c10s Removed obsolete replace action whose fix was already incorporated by upstream. --- config.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/config.yaml b/config.yaml index a4abd19..d976ca8 100644 --- a/config.yaml +++ b/config.yaml @@ -1,22 +1,4 @@ actions: - - replace: - - target: "spec" - find: | - %build - %configure --libdir=%{_libdir} --with-python=no --with-python3 \ - %ifarch %{bpf_arches} - --enable-cap-audit - %endif - %make_build CFLAGS="%{optflags}" - replace: | - %build - %ifarch %{bpf_arches} - %global cap_audit --enable-cap-audit - %endif - %configure --libdir=%{_libdir} --with-python=no --with-python3 %{?cap_audit} - %make_build CFLAGS="%{optflags}" - count: 1 - - modify_release: - suffix: ".alma.1" enabled: true