MSVSphere debranding: disabled upstream debuginfod URL

i9-beta changed/i9-beta/elfutils-0.189-3.el9.inferit
Sergey Cherevko 1 year ago
parent 72c106ef60
commit 50cc94377b
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -1,7 +1,7 @@
Name: elfutils Name: elfutils
Version: 0.189 Version: 0.189
%global baserelease 3 %global baserelease 3
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
@ -278,7 +278,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" --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"
@ -413,7 +413,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
@ -455,6 +455,10 @@ exit 0
%systemd_postun_with_restart debuginfod.service %systemd_postun_with_restart debuginfod.service
%changelog %changelog
* Mon Oct 09 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.189-3.inferit
- Disable upstream debuginfod URL
- Rebuilt for MSVSphere 9.3
* Wed Jun 28 2023 Mark Wielaard <mjw@redhat.com> - 0.189-3 * Wed Jun 28 2023 Mark Wielaard <mjw@redhat.com> - 0.189-3
- Add elfutils-0.189-elf_getdata_rawchunk.patch - Add elfutils-0.189-elf_getdata_rawchunk.patch
- Add elfutils-0.189-debuginfod_config_cache-double-close.patch - Add elfutils-0.189-debuginfod_config_cache-double-close.patch

Loading…
Cancel
Save