mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fix rpm provides and requires
This commit is contained in:
parent
79b4ffa116
commit
0958595262
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue