Compare commits
1 Commits
bundle
...
bundle_nex
| Author | SHA256 | Date | |
|---|---|---|---|
|
28cde16a86
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 11:03:27 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
|
||||
- Remove explicit set of __brp_python_bytecompile macro in the spec
|
||||
- Remove explicit set of __brp_check_rpaths macro in the spec and
|
||||
use QA_RPATHS environment variable as it is more native way.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 8 07:31:13 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
|
||||
|
||||
@@ -19,11 +19,6 @@
|
||||
%{?!saltbundlepy_module:%define saltbundlepy_module() saltbundlepy-%{**}}
|
||||
%define pythons saltbundlepy
|
||||
|
||||
# Disable python bytecompile for all distros
|
||||
# It's called explicitly in the spec
|
||||
%global __brp_python_bytecompile %{nil}
|
||||
%global __brp_check_rpaths %{nil}
|
||||
|
||||
%bcond_with tests
|
||||
|
||||
Name: saltbundlepy-pyzmq
|
||||
@@ -95,6 +90,9 @@ export CFLAGS="%{optflags}"
|
||||
%python_build
|
||||
|
||||
%install
|
||||
# check-rpaths: Ignore standard RPATHs
|
||||
# to prevent build fails for RH based distros
|
||||
export QA_RPATHS=$((0x0001))
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user