Compare commits

...

4 Commits

Author SHA1 Message Date
7e7b5798a2 update to current state 2024-06-28 14:57:51 +02:00
6db23c9d0b Adding patchinfo patchinfo.20240527185734695787.90520745637516 2024-06-28 14:57:33 +02:00
Marcus Rückert
187d45bab7 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
2024-06-28 14:46:04 +02:00
Gustavo Pichorim Boiko
8fd91df2e1 Adjust the prjconf to ensure SUMA packages build fine
Also ensure they don't affect the non-SUMA packages:
- Add saltbundlepy-base to the /usr/bin/python3.1 FileProvides (together with python311-base)
- Add prefers for the packages that could cause unresolvable
2024-06-25 18:11:26 +00:00
3 changed files with 12 additions and 28 deletions

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

@ -1 +1 @@
Subproject commit f36e7c619f7a020401babfc951628560497a7839
Subproject commit 9a2b11169500a3239d3dc1af1ab0456e643611e0

View File

@ -1,26 +0,0 @@
<patchinfo incident="1">
<!-- generated from request 331851 -->
<packager>adrianSuSE</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for product-composer</summary>
<description>This update for product-composer fixes the following issues:
- update to version 0.4.8
* Support export of slsa.provenance files
* Allow to override product directory per flavor
- update to version 0.4.7
* Support aborting on embargo updates in future
* Clean updateinfo.xml from OBS internal elements
* Add tagmedia for iso files to support checkmedia command
- update to version 0.4.6
* fixing signature creation for -Source and -Debug media
* added option to allow to specify an updateinfo id prefix
- update to version 0.4.5
* generate .sha256 files for .iso files
</description>
<package>product-composer</package>
</patchinfo>