- 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:
David Mulder 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,8 +1,8 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/openSUSE/himmelblau.git</param>
<param name="url">https://github.com/himmelblau-idm/himmelblau.git</param>
<param name="scm">git</param>
<param name="revision">stable-0.1.0</param>
<param name="revision">stable-0.1.x</param>
<param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">himmelblau-(.*)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/himmelblau.git</param>
<param name="changesrevision">6d2f6450ff3c0c945a884d4b35307e03a035a581</param></service></servicedata>
<param name="changesrevision">6d2f6450ff3c0c945a884d4b35307e03a035a581</param></service><service name="tar_scm">
<param name="url">https://github.com/himmelblau-idm/himmelblau.git</param>
<param name="changesrevision">4aa76b722c6c09b78bd1c43f8704ee17fd64f5c6</param></service></servicedata>

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"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f19f06b2ca240bcc508669d5c6f77449312a89797a8fc55b1a0294fb4368049
size 8634340

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd4d4ecbe681d284ceef79bc48bbb3b592d37a2711388db853ce4133e4aedca4
size 8635054

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Dec 22 18:07:18 UTC 2023 - dmulder@suse.com
- 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
-------------------------------------------------------------------
Mon Nov 13 19:12:05 UTC 2023 - dmulder@suse.com

View File

@ -17,7 +17,7 @@
Name: himmelblau
Version: 0.1.1+git.0.6d2f645
Version: 0.1.1+git.10.4aa76b7
Release: 0
Summary: Interoperability suite for Microsoft Azure AD and Intune
License: MPL-2.0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8edf3f6a01e27089be0372d62656f2b17fdf66ef8691e87cb94d67caf726fab
size 25285076
oid sha256:a47d0ca1d16a20b34ee13b9ccc8cf1f138d45d0bb58fb4e073e3718c19636d90
size 28889203