fuse-oscfs/_service
Matthias Gerstner 501e9c4792 - Update to version v0.8.0:
- fix error if a package filename contained the '#' character.
  - fix authentication error detection during startup.
  - enable urlopenwrapper hack again which speeds up consecutive requests
    drastically.
  - source code ported to Python3 only, removed all Python2 compatibility.
    Source code is now conforming largely to PIP and flake8 standards.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=9
2022-02-22 09:48:49 +00:00

14 lines
463 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/mgerstner/oscfs.git</param>
<param name="scm">git</param>
<param name="revision">v0.8.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>