From 0958595262d520d1057090769eeae12edb143cf4 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 3 Jun 2024 20:40:03 -0700 Subject: [PATCH] Fix rpm provides and requires --- pkg/rpm/salt.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/rpm/salt.spec b/pkg/rpm/salt.spec index f1c62cc0480..d783f29c048 100644 --- a/pkg/rpm/salt.spec +++ b/pkg/rpm/salt.spec @@ -10,8 +10,9 @@ %define __brp_python_hardlink /usr/bin/true # Disable private libraries from showing in provides -%global __provides_exclude_from ^.*\\.so.*$ -%global __requires_exclude_from ^.*\\.so.*$ +%global __to_exclude .*\\.so.* +%global __provides_exclude_from ^.*$ +%global __requires_exclude_from ^.*$ %define _source_payload w2.gzdio %define _binary_payload w2.gzdio %define _SALT_GROUP salt