forked from pool/python-oslo.config
- update test/main requires - fix tarball location - merge in all the changes from the last 6 weeks - fix requires of test package OBS-URL: https://build.opensuse.org/request/show/181105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=2
9 lines
356 B
Plaintext
9 lines
356 B
Plaintext
<services>
|
|
<service name="git_tarballs" mode="disabled">
|
|
<param name="url">http://tarballs.openstack.org/oslo.config/oslo.config-master.tar.gz</param>
|
|
<param name="email">opensuse-cloud@opensuse.org</param>
|
|
<param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
|
|
<param name="plain-version">True</param>
|
|
</service>
|
|
</services>
|