Merge pull request 'Adjust the prjconf to ensure SUMA packages build fine' (#70) from gboiko/SUSE_ALP_Standard:suma_prjconf_changes into 1.0

Reviewed-on: https://src.suse.de/products/SUSE_ALP_Standard/pulls/70
This commit is contained in:
Marcus Rückert 2024-06-28 14:46:04 +02:00
commit 187d45bab7

12
_config
View File

@ -418,6 +418,12 @@ Preinstall: liblua5_4-5
ExpandFlags: keepfilerequires
# have choice for libffi.so.8()(64bit) needed by python311-base: libffi8 saltbundle-libffi8
Prefer: libffi8
# have choice for libyaml-0.so.2()(64bit) needed by ruby3.2: libyaml-0-2 saltbundle-libyaml
Prefer: libyaml-0-2
# Generated by openSUSE-release-tools/repo2fileprovides.py
FileProvides: /bin/awk busybox-gawk gawk
FileProvides: /usr/bin/dbus-launch dbus-1 dbus-1-x11
@ -631,7 +637,11 @@ FileProvides: /usr/bin/python2 python-base
FileProvides: /usr/bin/python2.7 python-base
FileProvides: /usr/bin/python3 python311-base
FileProvides: /usr/bin/python3.10 python310-base
FileProvides: /usr/bin/python3.11 python311-base
# Regular SLFO packages should work with python311-base, but for SUMA saltbundlepy packages,
# they don't need it and can do just fine with only saltbundlepy-base
FileProvides: /usr/bin/python3.11 python311-base saltbundlepy-base
FileProvides: /usr/bin/python3.12 python312-base
FileProvides: /usr/bin/python3.8 python38-base
FileProvides: /usr/bin/python3.9 python39-base