MSVSphere debranding: disables upstream debuginfod URL

i8-beta changed/i8-beta/elfutils-0.190-2.el8.inferit
Sergey Cherevko 10 months ago
parent 598404789e
commit 1600c1a428
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -1,7 +1,7 @@
Name: elfutils
Version: 0.190
%global baserelease 2
Release: %{baserelease}%{?dist}
Release: %{baserelease}%{?dist}.inferit
URL: http://elfutils.org/
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL
@ -281,7 +281,7 @@ RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat"
trap 'cat config.log' EXIT
%if 0%{?centos} >= 8
%if 0%{?centos} >= 8 && %{undefined msvsphere}
%configure CFLAGS="$RPM_OPT_FLAGS" --enable-debuginfod-urls=https://debuginfod.centos.org/
%else
%configure CFLAGS="$RPM_OPT_FLAGS"
@ -422,7 +422,8 @@ fi
%{_bindir}/debuginfod-find
%{_mandir}/man1/debuginfod-find.1*
%{_mandir}/man7/debuginfod*.7*
%if 0%{?centos} >= 8
%{_sysconfdir}/profile.d/debuginfod.*
%if 0%{?centos} >= 8 && %{undefined msvsphere}
%{_sysconfdir}/profile.d/debuginfod.*
%{_sysconfdir}/debuginfod/*.urls
%endif
@ -459,7 +460,8 @@ exit 0
%systemd_postun_with_restart debuginfod.service
%changelog
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.190-2
* Mon Apr 15 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.190-2.inferit
- Disable upstream debuginfod URL
- Rebuilt for MSVSphere 8.10 beta
* Fri Dec 8 2023 Aaron Merey <amerey@redhat.com> - 0.190-2

Loading…
Cancel
Save