mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Ignore un-packaged source files for source builds
This commit is contained in:
parent
d8721e5cd5
commit
5a58aada3c
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
# Disable debugsource template
|
||||
%define _debugsource_template %{nil}
|
||||
|
||||
# Needed for packages built from source.
|
||||
%define _unpackaged_files_terminate_build 0
|
||||
|
||||
# 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')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue