Inferit OS debranding: disables upstream debuginfod URL

i9 changed/i9/elfutils-0.187-5.el9.inferit
Eugene Zamriy 2 years ago
parent 93ad300d76
commit b4cc89ab1c
Signed by: ezamriy
GPG Key ID: 7EBF95C7DCFA496C

@ -1,7 +1,7 @@
Name: elfutils Name: elfutils
Version: 0.187 Version: 0.187
%global baserelease 5 %global baserelease 5
Release: %{baserelease}%{?dist} Release: %{baserelease}%{?dist}.inferit
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
@ -263,7 +263,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 && %{undefined msvsphere}
%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions" --enable-debuginfod-urls=https://debuginfod.centos.org/ %configure CFLAGS="$RPM_OPT_FLAGS -fexceptions" --enable-debuginfod-urls=https://debuginfod.centos.org/
%else %else
%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions" %configure CFLAGS="$RPM_OPT_FLAGS -fexceptions"
@ -394,7 +394,7 @@ fi
%{_mandir}/man1/debuginfod-find.1* %{_mandir}/man1/debuginfod-find.1*
%{_mandir}/man7/debuginfod*.7* %{_mandir}/man7/debuginfod*.7*
%{_sysconfdir}/profile.d/debuginfod.* %{_sysconfdir}/profile.d/debuginfod.*
%if 0%{?centos} >= 8 %if 0%{?centos} >= 8 && %{undefined msvsphere}
%{_sysconfdir}/debuginfod/*.urls %{_sysconfdir}/debuginfod/*.urls
%endif %endif
@ -428,6 +428,9 @@ exit 0
%systemd_postun_with_restart debuginfod.service %systemd_postun_with_restart debuginfod.service
%changelog %changelog
* Sat Mar 18 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 0.187-5.inferit
- Disable upstream debuginfod URL
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.187-5 * Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.187-5
- Rebuilt for MSVSphere 9.1. - Rebuilt for MSVSphere 9.1.

Loading…
Cancel
Save