From ab6e8c222696ea091acfdde7fdd3d34392db8c96 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 8 Oct 2025 15:13:23 +0000 Subject: [PATCH] Fix %files and patch application --- config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.yaml b/config.yaml index 44c6d3e..9ded1eb 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,9 @@ actions: + - delete_line: + - target: "spec" + lines: + - "%{_datadir}/%{name}/bash" + - replace: - target: "spec" find: | @@ -107,4 +112,5 @@ actions: - add_files: - type: "patch" name: "scap-security-guide-add-almalinux8-product.patch" + no_backup: true number: 1001