forked from pool/bitwarden
5f15f99fe2
* Disable cipher key encryption due to problems (gh#bitwarden/clients#10621) OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=69
15 lines
605 B
Plaintext
15 lines
605 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.8.2</param>
|
|
<param name="version">2024.8.2</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" />
|
|
</services>
|