MSVSphere debranding: disables upstream debuginfod URL

i8 changed/i8/elfutils-0.188-3.el8.inferit
Sergey Cherevko 1 year ago
parent 4309a2b752
commit 0193ce94da
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -1,7 +1,7 @@
Name: elfutils
Version: 0.188
%global baserelease 3
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
@ -283,7 +283,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 -fexceptions" --enable-debuginfod-urls=https://debuginfod.centos.org/
%else
%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions"
@ -423,7 +423,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
@ -461,6 +462,10 @@ exit 0
%systemd_postun_with_restart debuginfod.service
%changelog
* Thu Aug 31 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 0.188-3.inferit
- Disable upstream debuginfod URL
- Rebuilt for MSVSphere 8.8
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.188-3
- Rebuilt for MSVSphere 8.8

Loading…
Cancel
Save