Project Configuration of Web
19
1
%if "%_repository" == "15.3"
2
# Have a choice fix for element building.
3
Prefer: nodejs-packaging:python39
4
%endif
5
6
%if "%_repository" == "15.4"
7
# Have a choice fix for element building.
8
Prefer: nodejs-packaging:nodejs-devel-default
9
Prefer: nodejs-packaging:python3
10
%endif
11
12
%if "%_repository" == "15.5"
13
# Have a choice fix for element building.
14
Prefer: nodejs-packaging:nodejs-devel-default
15
%endif
16
17
%if "%_repository" == "15.6"
18
Substitute: rpmlint-backports bash
19
%endif