7
0

1 Commits

Author SHA256 Message Date
180768b4aa Align with bundle:testing at OBS 2026-01-08 15:48:13 +00:00
2 changed files with 10 additions and 5 deletions

View File

@@ -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>

View File

@@ -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}