From bb6a2f88778f70fa0605a7cfdd3d9775b5831547 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 25 Aug 2025 15:42:46 +0300 Subject: [PATCH] Initial commit --- config.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config.yaml 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"