From 50cc94377b5727b7b7c7375f55b2d0f891120d93 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Tue, 10 Oct 2023 17:33:30 +0300 Subject: [PATCH] MSVSphere debranding: disabled upstream debuginfod URL --- SPECS/elfutils.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/SPECS/elfutils.spec b/SPECS/elfutils.spec index d01c9f2..bd2b19a 100644 --- a/SPECS/elfutils.spec +++ b/SPECS/elfutils.spec @@ -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 - 0.189-3.inferit +- Disable upstream debuginfod URL +- Rebuilt for MSVSphere 9.3 + * Wed Jun 28 2023 Mark Wielaard - 0.189-3 - Add elfutils-0.189-elf_getdata_rawchunk.patch - Add elfutils-0.189-debuginfod_config_cache-double-close.patch