forked from pool/rpmlint
faf5bae3b3
* Release 2.3.0 * Skip shared-library-without-dependency-information for python. * Skip undefined-non-weak-symbol for python packages. * SystemdTmpfilesCheck: new check to restrict systemd-tmpfiles configuration. * Skip undefined-non-weak-symbol for python packages. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=910
15 lines
533 B
Plaintext
15 lines
533 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionformat">2.3.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>
|