Project Configuration of SUSE:SLE-15-SP4:Update
59
1
%if "%_project" == "SUSE:SLE-15-SP4:Update"
2
Repotype: rpm-md splitdebug:_debug
3
%endif
4
Prefer: -python3-cairo
5
6
#request by meissner 2022-09-08
7
Prefer: libdebuginfod1-dummy
8
9
#request by dmueller 2022-10-11
10
FileProvides: /usr/sbin/nologin util-linux
11
FileProvides: /usr/bin/perl perl
12
13
#request by dcermak 2023-01-25
14
#modified request by fvogdt 2023-01-27
15
#modified request by dmueller 2023-09-15
16
Prefer: -libicu60_2 -libicu69 -libicu-suse65_1
17
18
#request by meissner and ro 2023-04-04 caused by last kernel update
19
#image builds ending with
20
#Problem: nothing provides '/sbin/mkinitrd' needed by the to be installed mdadm-4.1-150300.24.24.2.x86_64
21
FileProvides: /sbin/mkinitrd dracut-mkinitrd-deprecated
22
23
#request by slemke/dmueller 2023-05-04 for python311 builds
24
Macros:
25
# Macro to build Python Stack Proposal packages
26
%sle15_python_module_pythons() %global pythons python311
27
28
# 2023-06-07 meissner
29
# Macro to build Python Stack Proposal packages
30
%sle15allpythons() %global pythons python311 python3
31
32
# 2023-09-22 dmueller
33
# prjconf definitions for python-rpm-macros
34
# This method for generating python_modules gets too deep to expand for rpm at about 5 python flavors.
35
# Hence, python_module_iter is replaced by python_module_lua in macros.lua.
36
# However, OBS cannot expand lua, but has a much higher expansion depth, so this works fine for the server side resolver.
37
%python_module_iter(a:) %{expand:%%define python %{-a*}} ( %python-%args ) %{expand:%%{?!python_module_iter_%1:%%{python_module_iter -a%*}}%%{?python_module_iter_%1}}
38
# pseudo-undefine for obs: reset for the next expansion within the next call of python_module
39
%python_module_iter_STOP %global python %%%%python
40
%python_module() %{?!python_module_lua:%{expand:%%define args %{**}} %{expand:%%{python_module_iter -a %{pythons} STOP}}}%{?python_module_lua: %python_module_lua %{**}}
41
:Macros
42
43
## Smar additions ##
44
45
# Enable sccache, which seems to be enabled at least in rust1.69.
46
# I don’t know how this will work, but hopefully it is fully
47
# automatized, that is the objects will be shared between builds.
48
# Source: https://en.opensuse.org/Enable_sccache
49
BuildFlags: ccachetype:sccache
50
BuildFlags: useccache:rust
51
BuildFlags: useccache:rust1.65
52
BuildFlags: useccache:rust1.66
53
BuildFlags: useccache:rust1.67
54
BuildFlags: useccache:rust1.68
55
BuildFlags: useccache:rust1.69
56
BuildFlags: useccache:rust1.70
57
58
# choice for python3-pycairo-common-devel = 1.20.1 needed by python3-pycairo-devel: python-pycairo-common-devel python3-pycairo-common-devel
59
Prefer: python3-pycairo-devel:python3-pycairo-common-devel