commit bb6a2f88778f70fa0605a7cfdd3d9775b5831547 Author: eabdullin Date: Mon Aug 25 15:42:46 2025 +0300 Initial commit diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..c613bed --- /dev/null +++ b/config.yaml @@ -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"