Replace %setup -q with %autosetup -p1 to apply patches
This commit is contained in:
parent
75c17058d3
commit
4bcfe01d1c
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user