forked from pool/rpmlint
Ludwig Nussel
65c7367a11
+ fix reference output when new bash is used OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=312
17 lines
575 B
Plaintext
17 lines
575 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">1</param>
|
|
<param name="versionformat">13.2+git%cd.%h</param>
|
|
<param name="url">http://github.com/openSUSE/rpmlint-tests.git</param>
|
|
<param name="scm">git</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">
|
|
<param name="file">rpmlint-tests.spec</param>
|
|
</service>
|
|
</services>
|