forked from rpms/elfutils
Disable debuginfod-urls
Fixes: https://bugs.almalinux.org/view.php?id=550
This commit is contained in:
parent
1a55b02031
commit
2c6f76ced7
@ -1,7 +1,7 @@
|
|||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.190
|
Version: 0.190
|
||||||
%global baserelease 2
|
%global baserelease 2
|
||||||
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: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL
|
License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL
|
||||||
@ -281,7 +281,7 @@ RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat"
|
|||||||
|
|
||||||
trap 'cat config.log' EXIT
|
trap 'cat config.log' EXIT
|
||||||
|
|
||||||
%if 0%{?centos} >= 8
|
%if 0%{?centos} >= 8 && !0%{?almalinux}
|
||||||
%configure CFLAGS="$RPM_OPT_FLAGS" --enable-debuginfod-urls=https://debuginfod.centos.org/
|
%configure CFLAGS="$RPM_OPT_FLAGS" --enable-debuginfod-urls=https://debuginfod.centos.org/
|
||||||
%else
|
%else
|
||||||
%configure CFLAGS="$RPM_OPT_FLAGS"
|
%configure CFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -424,8 +424,10 @@ fi
|
|||||||
%{_mandir}/man7/debuginfod*.7*
|
%{_mandir}/man7/debuginfod*.7*
|
||||||
%if 0%{?centos} >= 8
|
%if 0%{?centos} >= 8
|
||||||
%{_sysconfdir}/profile.d/debuginfod.*
|
%{_sysconfdir}/profile.d/debuginfod.*
|
||||||
|
%if !0%{?almalinux}
|
||||||
%{_sysconfdir}/debuginfod/*.urls
|
%{_sysconfdir}/debuginfod/*.urls
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%files debuginfod-client-devel
|
%files debuginfod-client-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -459,6 +461,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.190-2.alma.1
|
||||||
|
- Disable debuginfod-urls
|
||||||
|
|
||||||
* Fri Dec 8 2023 Aaron Merey <amerey@redhat.com> - 0.190-2
|
* Fri Dec 8 2023 Aaron Merey <amerey@redhat.com> - 0.190-2
|
||||||
- Add elfutils-0.190-fix-core-noncontig.patch
|
- Add elfutils-0.190-fix-core-noncontig.patch
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user