SHA256
1
0
forked from pool/bitwarden
bitwarden/_service
Bruno Pitrus 41cb30ff25 Accepting request 1109474 from home:dziobian:gulgul-ultron:19
- New upstream release 2023.8.3
  * Support onboarding Key Connector users with existing master passwords
  * Handle user decryption options from pre-TDE server response

OBS-URL: https://build.opensuse.org/request/show/1109474
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=28
2023-09-07 09:00:13 +00:00

23 lines
942 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/bitwarden/clients.git</param>
<param name="revision">desktop-v2023.8.3</param>
<param name="version">2023.8.3</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/browser/*</param>
<param name="exclude">apps/cli/*</param>
<param name="exclude">apps/web/*</param>
</service>
<service name="tar" mode="buildtime" />
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">clients/apps/desktop/desktop_native</param>
<param name="update">false</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">clients/apps/desktop/desktop_native</param>
</service>
</services>