SHA256
1
0
forked from pool/qca
Files
qca/_service
Christophe Marin 8f8f61c510 Accepting request 1134925 from home:Vogtinator:branches:KDE:Qt6
- Add a _service to pick up fixes from git
- Update to version 2.3.7+git8:
  * CI: Also verify that presence of the ossl legacy provider impacts qca
  * plugins/qca-ossl: Actually try loading the legacy provider
  * plugins/qca-ossl: Neither PKCS12 nor 3DES are legacy
    (boo#1218254)
  * unittest/keybundle: Regenerate keys and certificates
  * CI: Use clang-format-16
  * GIT_SILENT: Port to new gitlab ci template
  * Replace sys/termios.h include for just termios.h
  * Sign self-signed certs with SHA256

OBS-URL: https://build.opensuse.org/request/show/1134925
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qca?expand=0&rev=24
2023-12-24 17:03:20 +00:00

16 lines
597 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://invent.kde.org/libraries/qca.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*?)(\+git0)?$</param>
</service>
<service mode="disabled" name="set_version" />
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>