From bc2b5469be96be7660093ea34dff50aae19065fe Mon Sep 17 00:00:00 2001 From: Sam Day Date: Thu, 4 Dec 2025 09:02:02 +1000 Subject: [PATCH] pkg-config requires rpm Signed-off-by: Sam Day --- pkgconf.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgconf.spec b/pkgconf.spec index d837cf3..976b02f 100644 --- a/pkgconf.spec +++ b/pkgconf.spec @@ -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