forked from pool/python-rpm-macros
Matej Cepl
d1ec5dea82
* Switch primary_interpreter from python38 to python310 * Avoid bashism in %() * fix flavor executable substitution * Keep python38 as primary python3 * Add python310 to the buildset * Move python39 to the primary place in %pythons * Disable python36 flavor in Factory buildset * Add python310 flavor macros to compile set * no newline after python_install_alternative OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=156
20 lines
745 B
Plaintext
20 lines
745 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/openSUSE/python-rpm-macros.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">master</param>
|
|
<param name="versionformat">%cd.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">python-rpm-macros</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">python-rpm-macros-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version">
|
|
<param name="basename">python-rpm-macros</param>
|
|
</service>
|
|
</services>
|