SHA256
1
0
forked from pool/bitwarden
bitwarden/_service
Bruno Pitrus e6d4c5c07a Accepting request 1180257 from home:dziobian:gulgul-ultron:19
- New upstream release 2024.6.0
  * Added password protected export
  * Fixed issue with email alias provider keys being stored in plaintext

OBS-URL: https://build.opensuse.org/request/show/1180257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=57
2024-06-12 18:13:30 +00:00

23 lines
925 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/bitwarden/clients.git</param>
<param name="revision">desktop-v2024.6.0</param>
<param name="version">2024.6.0</param>
<param name="filename">bitwarden</param>
<param name="exclude">bitwarden_license/*</param>
<!-- The code in bitwarden_license MUST NOT be included in published tarballs as it is non-redistributable! -->
<param name="exclude">apps/cli/*</param>
<param name="exclude">apps/web/*</param>
</service>
<service name="tar" mode="buildtime" />
<service name="cargo_vendor" mode="manual">
<param name="srcdir">clients/apps/desktop/desktop_native</param>
<param name="update">false</param>
<param name="filter">true</param>
</service>
<service name="cargo_audit" mode="manual">
<param name="srcdir">clients/apps/desktop/desktop_native</param>
</service>
</services>