* Update makefile for docker * Release 1.5.0 * 20250209 pre release (#3409) * 20250206 freebsd ports (#3404) * Resolve kanidm-unix auth-test bug (#3405) * chore: Remove empty scopemaps (#3170) * Feat: Allowing spn query with non-spn structured data in LDAP (#3400) * SSH Keys in Credentials Update (#3027) * 20250205 3369 firefox pin (#3403) * Correctly return that uuid2spn changed on domain rename (#3402) * Fix the password reset form and possible resolver issue (#3398) * Add handle_group_error to cli client (#3399) * Improve spans in unixd (#3397) * Allow OAuth2 with empty state parameter (#3396) * #3387 - RADIUS Startup fixin's (#3388) * Allow POST on oauth userinfo (#3395) * OpenBSD support (#3381) * Bump openssl from 0.10.69 to 0.10.70 in the cargo group (#3391) * Add /.well-known/change-password endpoint (#3382) * Bump the all group across 1 directory with 7 updates (#3385) * extend oauth2 examples with gitea (#3351) * Bump the all group with 22 updates (#3376) * Book: Added small section on primary cred fallback (#3365) * Added shell.nix to create dev environment (#3362) * fix(ci): Add setup-oras step to include ORAS CLI for container builds on ubuntu-24.04. (#3368) * 20250114 3325 SCIM access control (#3359) * Small UI updates. (#3361) * Bump the all group in /pykanidm with 2 updates (#3366) * Repair systemd reload notifications (#3355) OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=79
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.5.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>
|
|
|