pkg-config requires rpm

Signed-off-by: Sam Day <me@samcday.com>
This commit is contained in:
Sam Day 2025-12-04 09:02:02 +10:00
commit bc2b5469be

View file

@ -106,6 +106,8 @@ Provides: pkg-config = %{pkgconfig_verrel}
Provides: pkg-config%{?_isa} = %{pkgconfig_verrel}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-m4 = %{version}-%{release}
# pkg-config shim shells out to rpm
Requires: rpm
%description pkg-config
This package provides the shim links for pkgconf to be automatically