Accepting request 1175395 from home:dmulder:branches:network:idm
- Update to version 0.4.0+git.0.69b64fe: * Add github workflows for the 0.4.x branch * Do not append to pam_allow_groups automatically * Pam Allow Groups must be specified by Object ID * Request the correct resource and permissions * Improve error output on group lookup failure * When faking a uuid for NSS, use a random uuid * Fix clippy warning about inefficient use of clone() * Remove the initial uid hack, use name mapping * Don't stop an MR based on a clippy warning * Update Kanidm tracking * Modify CI workflows to handle idmap build * Add CI job for cargo test * Test the new and legacy idmapping * Ensure duplicate providers are not started * Use the SSSD Idmap code in Himmelblau * Specify in conf that pam_allow_groups is required * Remove code duplication in Hello PIN auth * Fix Device authentication failed after enrollment * Update the base64urlsafedata version * Update README.md with Matrix contact info * Version 0.4.0 OBS-URL: https://build.opensuse.org/request/show/1175395 OBS-URL: https://build.opensuse.org/package/show/network:idm/himmelblau?expand=0&rev=21
This commit is contained in:
parent
2cf49ee383
commit
4fe8fa1090
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/himmelblau-idm/himmelblau.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">stable-0.3.x</param>
|
||||
<param name="revision">stable-0.4.x</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">himmelblau-(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">https://github.com/openSUSE/himmelblau.git</param>
|
||||
<param name="changesrevision">6d2f6450ff3c0c945a884d4b35307e03a035a581</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/himmelblau-idm/himmelblau.git</param>
|
||||
<param name="changesrevision">01d099fdc73ca4ec5d229e8fc6249eff8f6084f9</param></service></servicedata>
|
||||
<param name="changesrevision">69b64fe3ff0949c4b3cf73edbb4047def6293c4e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02cfbf02431ac41fbe434dfc3cbba3a23085be4603ab514738d3cc79ae12446e
|
||||
size 13219629
|
3
himmelblau-0.4.0+git.0.69b64fe.tar.bz2
Normal file
3
himmelblau-0.4.0+git.0.69b64fe.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:173ee9e7f88a45985ee3154cbb943bb3a5e92ae7510ef3bb78e2d090a63ff0d0
|
||||
size 17703995
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 19:23:30 UTC 2024 - david.mulder@suse.com
|
||||
|
||||
- Update to version 0.4.0+git.0.69b64fe:
|
||||
* Add github workflows for the 0.4.x branch
|
||||
* Do not append to pam_allow_groups automatically
|
||||
* Pam Allow Groups must be specified by Object ID
|
||||
* Request the correct resource and permissions
|
||||
* Improve error output on group lookup failure
|
||||
* When faking a uuid for NSS, use a random uuid
|
||||
* Fix clippy warning about inefficient use of clone()
|
||||
* Remove the initial uid hack, use name mapping
|
||||
* Don't stop an MR based on a clippy warning
|
||||
* Update Kanidm tracking
|
||||
* Modify CI workflows to handle idmap build
|
||||
* Add CI job for cargo test
|
||||
* Test the new and legacy idmapping
|
||||
* Ensure duplicate providers are not started
|
||||
* Use the SSSD Idmap code in Himmelblau
|
||||
* Specify in conf that pam_allow_groups is required
|
||||
* Remove code duplication in Hello PIN auth
|
||||
* Fix Device authentication failed after enrollment
|
||||
* Update the base64urlsafedata version
|
||||
* Update README.md with Matrix contact info
|
||||
* Version 0.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 15:19:43 UTC 2024 - david.mulder@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: himmelblau
|
||||
Version: 0.3.4+git.0.01d099f
|
||||
Version: 0.4.0+git.0.69b64fe
|
||||
Release: 0
|
||||
Summary: Interoperability suite for Microsoft Azure AD and Intune
|
||||
License: MPL-2.0
|
||||
@ -27,8 +27,16 @@ Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libclang13
|
||||
BuildRequires: libdhash-devel
|
||||
BuildRequires: libldb-devel
|
||||
BuildRequires: libopenssl-3-devel
|
||||
BuildRequires: libtalloc-devel
|
||||
BuildRequires: libtevent-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pcre2-devel
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: tpm2-0-tss-devel
|
||||
ExclusiveArch: %{rust_tier1_arches}
|
||||
@ -77,6 +85,10 @@ install -D -m 644 %{SOURCE2} .cargo/config
|
||||
%build
|
||||
%{cargo_build}
|
||||
|
||||
%check
|
||||
|
||||
%{cargo_test}
|
||||
|
||||
%install
|
||||
install -D -d -m 0755 %{buildroot}/%{_sysconfdir}/himmelblau
|
||||
cp src/config/himmelblau.conf.example %{buildroot}/%{_sysconfdir}/himmelblau/himmelblau.conf
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:288356910925e4680ba5394ab9fa1ee3f59c2552c71c428cf67b0523ea82ba8f
|
||||
size 43304094
|
||||
oid sha256:b4210adfde9a85259b734f2788d1fc81689148053cfafe6a9e40f72dfb2f54b7
|
||||
size 43461420
|
||||
|
Loading…
Reference in New Issue
Block a user