- Update to version 1.8.0~git0.42d0e864c: * Release 1.8.0 * 20251108 lld (#3944) * Improve uid/gid overlap message during IAM migration (#3943) * Release 1.8.0-pre * Release Prep (#3938) * 20251029 hmac name uniqueness (#3931) * sssshhhhh quiet there. (#3906) * Add support for proxyv1 (#3935) * 20251031 nss sync conn persist (#3921) * Improve offline authentication (#3934) * 20251005 multiple accept (#3933) * Add CSS to support forced-colors on the toggle switch (#3932) * Prevent replication certificate renewal deadlock * fix: ensure CLI exits with non-zero code on HTTP client errors (#3929) * Bump the all group with 5 updates (#3927) * 20251015 OIDC auth source (#3905) * Bump the all group with 2 updates (#3913) * Bump the all group with 2 updates (#3914) * Prevent users saving their credentials if there are none (#3805) * Fix passkey typos (#3907) * fix: Replace letter "d" by sink (#3909) * Bump the all group with 33 updates (#3898) * Fix: set OAuth2 JTI to session ID (#3901) * Open app links in new tabs (#3899) * 20251009 account/group schema changes (#3880) * [fix] Mail attribute on service accounts not accessible (#3893) * Correct RADIUS API token generation examples (#3890) * Foundations of message sending (#3878) * 20251010 drop eckeys (#3882) OBS-URL: https://build.opensuse.org/request/show/1317258 OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=104
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/kanidm/kanidm.git</param>
|
|
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">1.8.0</param>
|
|
<param name="match-tag">v*</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">william.brown@suse.com</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srctar">kanidm-*.tar.zst</param>
|
|
<param name="compression">zst</param>
|
|
<param name="i-accept-the-risk">RUSTSEC-2022-0040</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
</service>
|
|
</services>
|
|
|