Disable debuginfod-urls

This commit is contained in:
Takuya Wakazono 2025-08-25 15:50:28 +03:00 committed by eabdullin
parent 13a82794f4
commit 758d4a7d0b

View File

@ -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 <pastalian@almalinux.org> - 0.192-6.alma.1
- Disable debuginfod-urls
* Fri Mar 14 2025 Aaron Merey <amerey@redhat.com> - 0.192-6
- Add elfutils-0.192-fix-free.patch