From 2643387fe4bbb3549a2e0394d6e4e44535aa3334 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 11 May 2021 17:22:56 -0400 Subject: [PATCH] Activate debuginfod-client by default toward fedora server. Resolves: rhbz1956952 --- elfutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index ffedb57..b3cb5bb 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,6 +1,6 @@ Name: elfutils Version: 0.184 -%global baserelease 1 +%global baserelease 2 Release: %{baserelease}%{?dist} URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ @@ -257,7 +257,7 @@ RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat" trap 'cat config.log' EXIT -%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions" +%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions" --enable-debuginfod-urls=https://debuginfod.fedoraproject.org/ trap '' EXIT %make_build -s @@ -410,6 +410,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Tue May 11 2021 Frank Ch. Eigler - 0.184-2 +- Activate debuginfod client by default (1956952) to the fedora server. + * Mon May 10 2021 Mark Wielaard - 0.184-1 - Upgrade to upstream 0.184 - debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker.