forked from rpms/elfutils
Disable debuginfod-urls
Fixes: https://bugs.almalinux.org/view.php?id=550
This commit is contained in:
parent
13a82794f4
commit
8f9886b4ed
@ -5,7 +5,7 @@
|
|||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.192
|
Version: 0.192
|
||||||
%global baserelease 6
|
%global baserelease 6
|
||||||
Release: %{baserelease}%{?dist}
|
Release: %{baserelease}%{?dist}.alma.1
|
||||||
URL: http://elfutils.org/
|
URL: http://elfutils.org/
|
||||||
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
|
%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
|
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,7 +334,7 @@ RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat"
|
|||||||
trap 'cat config.log' EXIT
|
trap 'cat config.log' EXIT
|
||||||
|
|
||||||
%configure CFLAGS="$RPM_OPT_FLAGS" \
|
%configure CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
%if 0%{?centos} >= 8
|
%if 0%{?centos} >= 8 && !0%{?almalinux}
|
||||||
--enable-debuginfod-urls=%{dist_debuginfod_url} \
|
--enable-debuginfod-urls=%{dist_debuginfod_url} \
|
||||||
%endif
|
%endif
|
||||||
%if %{enable_stacktrace}
|
%if %{enable_stacktrace}
|
||||||
@ -495,7 +495,7 @@ fi
|
|||||||
%{_sysconfdir}/profile.d/debuginfod.*
|
%{_sysconfdir}/profile.d/debuginfod.*
|
||||||
%{_sysconfdir}/debuginfod/*.certpath
|
%{_sysconfdir}/debuginfod/*.certpath
|
||||||
%config(noreplace) %{_datadir}/fish/vendor_conf.d/*
|
%config(noreplace) %{_datadir}/fish/vendor_conf.d/*
|
||||||
%if 0%{?centos} >= 8
|
%if 0%{?centos} >= 8 && !0%{?almalinux}
|
||||||
%{_sysconfdir}/debuginfod/*.urls
|
%{_sysconfdir}/debuginfod/*.urls
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -536,6 +536,9 @@ exit 0
|
|||||||
%systemd_postun_with_restart debuginfod.service
|
%systemd_postun_with_restart debuginfod.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 13 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
|
* Fri Mar 14 2025 Aaron Merey <amerey@redhat.com> - 0.192-6
|
||||||
- Add elfutils-0.192-fix-free.patch
|
- Add elfutils-0.192-fix-free.patch
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user