- Update to version 0.1.1+git.10.4aa76b7:

* daemon: Fix inverted logic on cache dir check
  * nss: Use upstream nss package
  * idprovider: Provider auth needs to point to just the host
  * config: Consistently use the config file provided to the daemon
  * cargo: Use relative paths and remove most symlinks
  * clippy: Add kanidm's clippy config
  * config: Only check for tenant_id, authority, graph if necessary
  * Correct the cargo version

OBS-URL: https://build.opensuse.org/package/show/network:idm/himmelblau?expand=0&rev=6
This commit is contained in:
2023-12-22 18:09:05 +00:00
committed by Git OBS Bridge
parent 2987fae673
commit fb69b16705
8 changed files with 24 additions and 14 deletions

View File

@@ -1,10 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/ubuntu/libnss-rs.git?branch=misc-fixes"]
git = "https://github.com/ubuntu/libnss-rs.git"
branch = "misc-fixes"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"