Compare commits

..

No commits in common. "a9" and "a8" have entirely different histories.
a9 ... a8

View File

@ -3,10 +3,10 @@ actions:
- target: "spec"
find: |
%if 0%{?centos} >= 8
--enable-debuginfod-urls=%{dist_debuginfod_url} \
%configure CFLAGS="$RPM_OPT_FLAGS" --enable-debuginfod-urls=https://debuginfod.centos.org/
replace: |
%if 0%{?centos} >= 8 && !0%{?almalinux}
--enable-debuginfod-urls=%{dist_debuginfod_url} \
%configure CFLAGS="$RPM_OPT_FLAGS" --enable-debuginfod-urls=https://debuginfod.centos.org/
count: 1
- target: "spec"
find: |