openSUSE / obs-service-tar_scm

An OBS source service: fetches code from any SCM and archives it
GNU General Public License v2.0
31 stars 105 forks source link

[dist] added Requires to python_path #451

Closed M0ses closed 2 years ago

M0ses commented 2 years ago

With this patch the configured python_path used in shebang is required FIXES: #450

bluca commented 2 years ago

Can this be reviewed and merged please? obs_scm has been broken for a few months now, I'll need to revert everything back to tar_scm (which as I understand is more expensive in storage/resources for suse) if it stays broken

M0ses commented 2 years ago

THX for your reminder - I will work on this - ATM the problem is that RHEL based distributions are broken - Stay tuned

M0ses commented 2 years ago

Tested successful on most rpm based distros

bluca commented 2 years ago

@M0ses CentOS is fixed, but RHEL is still failing, any idea?

https://build.opensuse.org/package/live_build_log/home:bluca:openconnect/openconnect/RHEL_8/x86_64

M0ses commented 2 years ago

For the record:

FileProvides: /usr/bin/python3 python36

must be in all RHEL8 based project configs

@bluca : fixed now

bluca commented 2 years ago

Thank you!