From 10edf14654e65078f261713b0cf1a88ab04845e7 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Tue, 18 Nov 2025 13:16:46 +0100 Subject: [PATCH] Require python-srpm-macros to fix rpminspect results Related: RHEL-122629 --- cups.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cups.spec b/cups.spec index 73f83f8..e731fac 100644 --- a/cups.spec +++ b/cups.spec @@ -193,6 +193,8 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libusb-1.0) +# Make sure we have __python3 macro +BuildRequires: python-srpm-macros # Make sure we get postscriptdriver tags. BuildRequires: python3-cups BuildRequires: systemd