mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Build an rpm with debug symbols
This commit is contained in:
parent
bf0b9b085e
commit
a189dab40d
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
%define _SALT_NAME Salt
|
||||
%define _SALT_HOME /opt/saltstack/salt
|
||||
|
||||
# Disable debugsource template
|
||||
%define _debugsource_template %{nil}
|
||||
|
||||
# Disable python bytecompile for MANY reasons
|
||||
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
||||
|
||||
|
@ -57,6 +60,10 @@ BuildRequires: libxcrypt-compat
|
|||
%endif
|
||||
%endif
|
||||
|
||||
# Build debuginfo package
|
||||
%debug_package
|
||||
%_no_recompute_build_ids 1
|
||||
|
||||
%description
|
||||
Salt is a distributed remote execution system used to execute commands and
|
||||
query data. It was developed in order to bring the best solutions found in
|
||||
|
|
Loading…
Add table
Reference in a new issue