From 4bcfe01d1c827177d45d0ea1cfaa4f4daee9dda1 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 8 Apr 2026 14:25:33 +0200 Subject: [PATCH] Replace %setup -q with %autosetup -p1 to apply patches --- config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.yaml b/config.yaml index f942e30..39828a6 100644 --- a/config.yaml +++ b/config.yaml @@ -3,6 +3,12 @@ actions: - suffix: ".alma.1" enabled: true + - replace: + - target: "spec" + find: "%setup -q" + replace: "%autosetup -p1" + count: 1 + - changelog_entry: - name: "Andrew Lukoshko" email: "alukoshko@almalinux.org"