forked from pool/rpmlint
ebb9f4f589
* Release 2.4.0. - Update to version 2.4.0+git20220929.9612681: * Fix flake8 issue. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=973
15 lines
533 B
Plaintext
15 lines
533 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionformat">2.4.0+git%cd.%h</param>
|
|
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">opensuse</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|