Compare commits
1 Commits
bundle_nex
...
bundle_tes
| Author | SHA256 | Date | |
|---|---|---|---|
|
32768935f6
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 2 13:08:33 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
|
||||||
|
|
||||||
|
- Remove explicit set of __brp_python_bytecompile macro in the spec
|
||||||
|
- Do not call fdupes on AlmaLinux and other clones to prevent
|
||||||
|
build fails.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 4 12:25:43 UTC 2022 - Victor Zhestkov <victor.zhestkov@suse.com>
|
Mon Apr 4 12:25:43 UTC 2022 - Victor Zhestkov <victor.zhestkov@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,10 +19,6 @@
|
|||||||
%{?!saltbundlepy_module:%define saltbundlepy_module() saltbundlepy-%{**}}
|
%{?!saltbundlepy_module:%define saltbundlepy_module() saltbundlepy-%{**}}
|
||||||
%define pythons saltbundlepy
|
%define pythons saltbundlepy
|
||||||
|
|
||||||
# Disable python bytecompile for all distros
|
|
||||||
# It's called explicitly in the spec
|
|
||||||
%global __brp_python_bytecompile %{nil}
|
|
||||||
|
|
||||||
Name: saltbundlepy-atomicwrites
|
Name: saltbundlepy-atomicwrites
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -58,7 +54,10 @@ rm -rf atomicwrites.egg-info
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%if 0%{?rhel} == 0
|
||||||
|
# Do not call fdupes on RH clones to prevent build fail
|
||||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||||
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|||||||
Reference in New Issue
Block a user