From 392a22dcf22cee455941c90bf149a009e3dde541 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 27 Apr 2026 07:53:19 +0000 Subject: [PATCH] fix(autopatch): auto-fix for java-17-openjdk on c8 Removed add_files action for 'NEWS' from config-portable.yaml since the file already exists in the package (it is now included as Source21 in the upstream spec) --- config-portable.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config-portable.yaml b/config-portable.yaml index 318d2e7..4532c7c 100644 --- a/config-portable.yaml +++ b/config-portable.yaml @@ -7,12 +7,6 @@ actions: - script: "replace_spec.sh" cwd: "rpms" - - add_files: - - type: "source" - name: "NEWS" - number: "Latest" - modify_spec: false - - changelog_entry: - name: "eabdullin" email: "eabdullin@almalinux.org"