OSInside / kiwi

KIWI - Appliance Builder Next Generation
https://osinside.github.io/kiwi
GNU General Public License v3.0
282 stars 142 forks source link

package: Add fully qualified provides for python3-kiwi in spec #2583

Closed Conan-Kudo closed 3 days ago

Conan-Kudo commented 3 days ago

On SUSE distributions, currently the expectation is that packages built against the Python interpreter should have fully qualified names in the form of pythonXY-<modulename>. Additionally, all other Linux distributions prefer something similar in the form of pythonX.Y-<modulename>.

This ensures we have those names so that distribution dependency generation works as expected.

schaefi commented 3 days ago

I'm so happy you are managing this :+1: big thanks as I usually produce issues when I touch a spec file :)

schaefi commented 3 days ago

Once the tests pass I will create a Staging build with this patch