diff --git a/config.yaml b/config.yaml index c613bed..3953f81 100644 --- a/config.yaml +++ b/config.yaml @@ -3,10 +3,10 @@ actions: - target: "spec" find: | %if 0%{?centos} >= 8 - %configure CFLAGS="$RPM_OPT_FLAGS" --enable-debuginfod-urls=https://debuginfod.centos.org/ + --enable-debuginfod-urls=%{dist_debuginfod_url} \ replace: | %if 0%{?centos} >= 8 && !0%{?almalinux} - %configure CFLAGS="$RPM_OPT_FLAGS" --enable-debuginfod-urls=https://debuginfod.centos.org/ + --enable-debuginfod-urls=%{dist_debuginfod_url} \ count: 1 - target: "spec" find: |