From b27e89b0cd1e668a40b7d6fcd860865a6a4ffb3a Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Wed, 24 Apr 2024 17:25:59 -0400 Subject: [PATCH] 0.191-3 eu-srcfiles directly links to libdebuginfod.so so explicitly Require elfutils-debuginfod-client not just Recommends Resolves: RHEL-33433 --- elfutils.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index dbba441..0c51595 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -4,7 +4,7 @@ Name: elfutils Version: 0.191 -%global baserelease 2 +%global baserelease 3 Release: %{baserelease}%{?dist} URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ @@ -18,11 +18,7 @@ Summary: A collection of utilities and DSOs to handle ELF files and DWARF data Requires: elfutils-libelf%{depsuffix} = %{version}-%{release} Requires: elfutils-libs%{depsuffix} = %{version}-%{release} -%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20 -Recommends: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} -%else Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} -%endif BuildRequires: gcc # For libstdc++ demangle support @@ -487,6 +483,10 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Wed Apr 24 2024 Aaron Merey - 0.191-3 +- eu-srcfiles directly links to libdebuginfod.so so explicitly + Require elfutils-debuginfod-client not just Recommends + * Wed Apr 24 2024 Aaron Merey - 0.191-2 - Update SPDX licenses