elfutils/config.yaml
2025-08-25 15:49:11 +03:00

31 lines
800 B
YAML

actions:
- replace:
- target: "spec"
find: |
%if 0%{?centos} >= 8
--enable-debuginfod-urls=%{dist_debuginfod_url} \
replace: |
%if 0%{?centos} >= 8 && !0%{?almalinux}
--enable-debuginfod-urls=%{dist_debuginfod_url} \
count: 1
- target: "spec"
find: |
%{_sysconfdir}/debuginfod/*.urls
%endif
replace: |
%if !0%{?almalinux}
%{_sysconfdir}/debuginfod/*.urls
%endif
%endif
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Takuya Wakazono"
email: "pastalian@almalinux.org"
line:
- "Disable debuginfod-urls"