Compare commits
1 Commits
bundle_tes
...
bundle_tes
| Author | SHA256 | Date | |
|---|---|---|---|
|
5d4fa3c7c7
|
@@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 13:25:02 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
Mon Nov 17 11:18:57 UTC 2025 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||
|
||||
- Remove explicit set of __brp_python_bytecompile macro in the spec
|
||||
- FAKE COMMIT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 22 15:30:57 UTC 2023 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#
|
||||
# FAKE CHANGE
|
||||
#
|
||||
# spec file for package saltbundlepy-looseversion
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
@@ -18,6 +20,10 @@
|
||||
%{?!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}
|
||||
|
||||
%{?!pytest:%define pytest pytest}
|
||||
%define skip_python2 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user