File _service of Package grafana-piechart-panel.25632
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/grafana/piechart-panel.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="exclude">.editorconfig</param>
<param name="exclude">.circleci</param>
<param name="exclude">docker-compose.yml</param>
<param name="versionformat">1.6.1</param>
<param name="revision">v1.6.1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">piechart-panel-*.tar</param>
<param name="compression">xz</param>
</service>
<!--
Don't use set_version - this will mess up the RPM version
which needs to be 1.6.2. See comments in the spec file
for further information.
<service name="set_version" mode="disabled">
<param name="basename">piechart-panel</param>
</service>
-->
</services>