fix(autopatch): auto-fix for libcap-ng on c10s
Removed obsolete replace action whose fix was already incorporated by upstream.
This commit is contained in:
parent
8caac9f320
commit
1aa4021461
18
config.yaml
18
config.yaml
@ -1,22 +1,4 @@
|
||||
actions:
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: |
|
||||
%build
|
||||
%configure --libdir=%{_libdir} --with-python=no --with-python3 \
|
||||
%ifarch %{bpf_arches}
|
||||
--enable-cap-audit
|
||||
%endif
|
||||
%make_build CFLAGS="%{optflags}"
|
||||
replace: |
|
||||
%build
|
||||
%ifarch %{bpf_arches}
|
||||
%global cap_audit --enable-cap-audit
|
||||
%endif
|
||||
%configure --libdir=%{_libdir} --with-python=no --with-python3 %{?cap_audit}
|
||||
%make_build CFLAGS="%{optflags}"
|
||||
count: 1
|
||||
|
||||
- modify_release:
|
||||
- suffix: ".alma.1"
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user