|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: elfutils
|
|
|
|
|
Version: 0.189
|
|
|
|
|
%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
|
|
|
|
@ -278,7 +278,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"
|
|
|
|
@ -413,7 +413,7 @@ fi
|
|
|
|
|
%{_mandir}/man1/debuginfod-find.1*
|
|
|
|
|
%{_mandir}/man7/debuginfod*.7*
|
|
|
|
|
%{_sysconfdir}/profile.d/debuginfod.*
|
|
|
|
|
%if 0%{?centos} >= 8
|
|
|
|
|
%if 0%{?centos} >= 8 && %{undefined msvsphere}
|
|
|
|
|
%{_sysconfdir}/debuginfod/*.urls
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -455,6 +455,10 @@ exit 0
|
|
|
|
|
%systemd_postun_with_restart debuginfod.service
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Add elfutils-0.189-elf_getdata_rawchunk.patch
|
|
|
|
|
- Add elfutils-0.189-debuginfod_config_cache-double-close.patch
|
|
|
|
|