Initial commit
This commit is contained in:
commit
bb6a2f8877
30
config.yaml
Normal file
30
config.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
actions:
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: |
|
||||
%if 0%{?centos} >= 8
|
||||
%configure CFLAGS="$RPM_OPT_FLAGS" --enable-debuginfod-urls=https://debuginfod.centos.org/
|
||||
replace: |
|
||||
%if 0%{?centos} >= 8 && !0%{?almalinux}
|
||||
%configure CFLAGS="$RPM_OPT_FLAGS" --enable-debuginfod-urls=https://debuginfod.centos.org/
|
||||
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"
|
Loading…
Reference in New Issue
Block a user