File _service of Package cockpit-files
<services>
<!-- Download the tarball source code from cockpit-files repository releases -->
<service name="download_url" mode="manual">
<param name="protocol">https</param>
<param name="host">github.com</param>
<!-- Change the release number to download the correct tarball like: -->
<!-- <param name="path">cockpit-project/cockpit-files/releases/download/[version_number]/cockpit-files-[version_number].tar.xz</param> -->
<param name="path">cockpit-project/cockpit-files/releases/download/37/cockpit-files-37.tar.xz</param>
</service>
<!-- Update the version in spec file -->
<service name="set_version" mode="manual">
<param name="file">cockpit-files.spec</param>
<!-- Change the version number to update the spec file according to the download link above: -->
<param name="version">37</param>
</service>
</services>