From 3fd3fe18555f5eedca28061a44f359a529bee889 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Apr 12 2022 16:58:50 +0000 Subject: 0.186-5 - Add another explicit versioned requires Resolves: #2068093 osci.brew-build.rpminspect.static-analysis unhappy about elfutils-0.186-3.el9 --- diff --git a/elfutils.spec b/elfutils.spec index d0eb699..742b852 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,6 +1,6 @@ Name: elfutils Version: 0.186 -%global baserelease 4 +%global baserelease 5 Release: %{baserelease}%{?dist} URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ @@ -185,6 +185,7 @@ Provides: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} %endif # For debuginfod-find binary Requires: elfutils-libs%{depsuffix} = %{version}-%{release} +Requires: elfutils-libelf%{depsuffix} = %{version}-%{release} %if 0%{?rhel} >= 8 || 0%{?fedora} >= 20 # Instead of the weak forward dependency from -libs to -debuginfod-client, # we'll add weak reverse dependencies from some of the many programs that @@ -420,6 +421,10 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Tue Apr 12 2022 Mark Wielaard - 0.186-5 +- Add an explicit versioned requires from elfutils-debuginfod-client + on elfutils-libelf. + * Fri Apr 8 2022 Mark Wielaard - 0.186-4 - Add an explicit versioned requires from elfutils-debuginfod-client on elfutils-libs.