Replace %setup -q with %autosetup -p1 to apply patches

This commit is contained in:
Andrew Lukoshko 2026-04-08 14:25:33 +02:00
parent 75c17058d3
commit 4bcfe01d1c

View File

@ -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"