From 758d4a7d0b485a5bb8b43550fec28532f7fbfffb Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Mon, 25 Aug 2025 15:50:28 +0300 Subject: [PATCH] Disable debuginfod-urls --- SPECS/elfutils.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/SPECS/elfutils.spec b/SPECS/elfutils.spec index 6fabfa2..07b16e9 100644 --- a/SPECS/elfutils.spec +++ b/SPECS/elfutils.spec @@ -5,7 +5,7 @@ Name: elfutils Version: 0.192 %global baserelease 6 -Release: %{baserelease}%{?dist} +Release: %{baserelease}%{?dist}.alma.1 URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ License: GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GFDL-1.3-no-invariants-or-later @@ -334,8 +334,8 @@ RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat" trap 'cat config.log' EXIT %configure CFLAGS="$RPM_OPT_FLAGS" \ -%if 0%{?centos} >= 8 - --enable-debuginfod-urls=%{dist_debuginfod_url} \ +%if 0%{?centos} >= 8 && !0%{?almalinux} +--enable-debuginfod-urls=%{dist_debuginfod_url} \ %endif %if %{enable_stacktrace} --enable-stacktrace \ @@ -496,8 +496,10 @@ fi %{_sysconfdir}/debuginfod/*.certpath %config(noreplace) %{_datadir}/fish/vendor_conf.d/* %if 0%{?centos} >= 8 +%if !0%{?almalinux} %{_sysconfdir}/debuginfod/*.urls %endif +%endif %files debuginfod-client-devel %{_libdir}/pkgconfig/libdebuginfod.pc @@ -536,6 +538,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Mon Aug 25 2025 Takuya Wakazono - 0.192-6.alma.1 +- Disable debuginfod-urls + * Fri Mar 14 2025 Aaron Merey - 0.192-6 - Add elfutils-0.192-fix-free.patch