Files
cnf/_service
Michal Vyskocil d501da5d5b - Update to version 0.8.0~0:
* (build): do not depend on obsolete Rust toolchain by default
  * (fix): Duplicate entries shown (GH #26)
  * Translated using Weblate (Slovenian)
  * Translated using Weblate (French)
  * Translated using Weblate (German)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Catalan)
  * Sync i18n.toml with the i18n directory
  * Rename cnf/i18n/po/ku to cnf/i18n/po/kmr
- Install shell integration files from upstream tarball
- Update shlex to 1.3.0 (bsc#1229375)

OBS-URL: https://build.opensuse.org/package/show/utilities/cnf?expand=0&rev=15
2025-08-24 12:52:04 +00:00

30 lines
1.2 KiB
Plaintext

<services>
<service mode="manual" name="obs_scm">
<!-- ✨ URL of the git repo ✨ -->
<param name="url">https://github.com/openSUSE/cnf.git</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<!-- ✨ The version tag or branch name from git ✨ -->
<param name="revision">main</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<!-- ✨ Your email here ✨ -->
<param name="changesauthor">michal.vyskocil@gmail.com</param>
</service>
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="manual" name="set_version"/>
<service name="cargo_vendor" mode="manual">
<!-- ✨ The name of the project here ✨ -->
<param name="srcdir">cnf</param>
<param name="compression">zst</param>
</service>
<!-- must stay here despite cargo_vendor says otherwise -->
<service name="cargo_audit" mode="manual" />
</services>