- Cleanup build dependencies - Update to version 2+git20201210.bd8898e: * docs: fix simple typo, distuingish -> distinguish * caprotocol: fix typo in protocol description * Call stat again after changing ownership of created files, so we detect reset setuid/setgid bits and reset them. * We erroneously use the st_dev value in place of the magic value if the st_dev value is cached. This causes problems extracting trees containing subvolumes. * Update to Fedora31 OBS-URL: https://build.opensuse.org/request/show/878484 OBS-URL: https://build.opensuse.org/package/show/network/casync?expand=0&rev=22
15 lines
501 B
Plaintext
15 lines
501 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">2</param>
|
|
<param name="versionformat">2+git%cd.%h</param>
|
|
<param name="url">git://github.com/systemd/casync.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"/>
|
|
</services>
|