0.186-5 - Add another explicit versioned requires
Resolves: #2068093 osci.brew-build.rpminspect.static-analysis unhappy about elfutils-0.186-3.el9
This commit is contained in:
parent
f54abdfb4b
commit
3fd3fe1855
@ -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 <mjw@redhat.com> - 0.186-5
|
||||
- Add an explicit versioned requires from elfutils-debuginfod-client
|
||||
on elfutils-libelf.
|
||||
|
||||
* Fri Apr 8 2022 Mark Wielaard <mjw@redhat.com> - 0.186-4
|
||||
- Add an explicit versioned requires from elfutils-debuginfod-client
|
||||
on elfutils-libs.
|
||||
|
Loading…
Reference in New Issue
Block a user