From 50a343a79ebc36e24bc9e0eec2008cea692023fbc59d8548397cb130e28ffb19 Mon Sep 17 00:00:00 2001 From: William Brown Date: Sun, 1 May 2022 08:10:48 +0000 Subject: [PATCH] Accepting request 974163 from home:firstyear:branches:network:idm - Update to version 1.1.0~alpha8~git1.980f358d: * Push some missed bits to documents * (cargo-release) version 1.1.0-alpha.8 * 20220501 fix logging (#730) * ref #725 - updated comment to note it's still failing (#727) * Remove async references (#724) * 383 170 164 authentication updates 3 (#723) * Making the login path nicer, dev scripting (#721) * Tweak docs generation... (#722) * Docs updates to push all tagged versions + dev (#720) * 20220427 dependency updates (#718) OBS-URL: https://build.opensuse.org/request/show/974163 OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=9 --- _service | 2 +- kanidm-1.1.0~alpha7~git0.c8468199.tar.xz | 3 --- kanidm-1.1.0~alpha8~git0.b6be0524.tar.xz | 3 +++ kanidm.changes | 15 +++++++++++++++ kanidm.spec | 6 +++--- vendor.tar.xz | 4 ++-- 6 files changed, 24 insertions(+), 9 deletions(-) delete mode 100644 kanidm-1.1.0~alpha7~git0.c8468199.tar.xz create mode 100644 kanidm-1.1.0~alpha8~git0.b6be0524.tar.xz diff --git a/_service b/_service index a9c6647..cf505e7 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/kanidm/kanidm.git @PARENT_TAG@~git@TAG_OFFSET@.%h git - v1.1.0-alpha.7 + 1.1.0-alpha.8 v* v(\d+\.\d+\.\d+)-alpha\.(\d+) \1~alpha\2 diff --git a/kanidm-1.1.0~alpha7~git0.c8468199.tar.xz b/kanidm-1.1.0~alpha7~git0.c8468199.tar.xz deleted file mode 100644 index 89fc711..0000000 --- a/kanidm-1.1.0~alpha7~git0.c8468199.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f5d952edf348f08c0e2dbbc25ce411f453a531295a11418d1db77ea8c650bca -size 2921912 diff --git a/kanidm-1.1.0~alpha8~git0.b6be0524.tar.xz b/kanidm-1.1.0~alpha8~git0.b6be0524.tar.xz new file mode 100644 index 0000000..c0834c3 --- /dev/null +++ b/kanidm-1.1.0~alpha8~git0.b6be0524.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b1003698ec85f3d5e867c622525e8882ea4c089528fa2e476a07cee8787829 +size 2951300 diff --git a/kanidm.changes b/kanidm.changes index 446e6d9..5f93e27 100644 --- a/kanidm.changes +++ b/kanidm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun May 01 05:33:09 UTC 2022 - william.brown@suse.com + +- Update to version 1.1.0~alpha8~git1.980f358d: + * Push some missed bits to documents + * (cargo-release) version 1.1.0-alpha.8 + * 20220501 fix logging (#730) + * ref #725 - updated comment to note it's still failing (#727) + * Remove async references (#724) + * 383 170 164 authentication updates 3 (#723) + * Making the login path nicer, dev scripting (#721) + * Tweak docs generation... (#722) + * Docs updates to push all tagged versions + dev (#720) + * 20220427 dependency updates (#718) + ------------------------------------------------------------------- Tue Apr 5 05:35:55 UTC 2022 - William Brown diff --git a/kanidm.spec b/kanidm.spec index fb4e631..45cecfd 100644 --- a/kanidm.spec +++ b/kanidm.spec @@ -19,7 +19,7 @@ %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 Name: kanidm -Version: 1.1.0~alpha7~git0.c8468199 +Version: 1.1.0~alpha8~git0.b6be0524 Release: 0 Summary: A identity management service and clients. License: ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR ISC OR MIT ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT ) AND ( CC0-1.0 OR Apache-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0 AND MPL-2.0+ @@ -33,8 +33,9 @@ ExcludeArch: %ix86 s390x ppc ppc64 ppc64le armhfp armv6l armv7l armv7hl BuildRequires: cargo BuildRequires: libudev-devel BuildRequires: pam-devel -BuildRequires: rust >= 1.52.1 +BuildRequires: rust >= 1.59.0 BuildRequires: sqlite-devel +BuildRequires: zstd %if 0%{?rhel} > 7 || 0%{?fedora} BuildRequires: openssl-devel @@ -189,7 +190,6 @@ install -m 0644 %{_builddir}/%{name}-%{version}/kanidm_book/src/ssh_key_dist.md install -m 0644 %{_builddir}/%{name}-%{version}/kanidm_book/src/why_tls.md %{buildroot}%{_datadir}/kanidm/docs/why_tls.md ## TODO: Add /usr/share/kanidm/ui/pkg -install -m 0644 %{_builddir}/%{name}-%{version}/kanidmd_web_ui/pkg/bundle.js %{buildroot}%{_datadir}/kanidm/ui/pkg/bundle.js install -m 0644 %{_builddir}/%{name}-%{version}/kanidmd_web_ui/pkg/style.css %{buildroot}%{_datadir}/kanidm/ui/pkg/style.css install -m 0644 %{_builddir}/%{name}-%{version}/kanidmd_web_ui/pkg/kanidmd_web_ui.js %{buildroot}%{_datadir}/kanidm/ui/pkg/kanidmd_web_ui.js install -m 0644 %{_builddir}/%{name}-%{version}/kanidmd_web_ui/pkg/kanidmd_web_ui_bg.wasm %{buildroot}%{_datadir}/kanidm/ui/pkg/kanidmd_web_ui_bg.wasm diff --git a/vendor.tar.xz b/vendor.tar.xz index ca9e124..28138d6 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c62551439e768b39239bec5edc3b2b4a5feac68317b349f020ef4b2d15c2b5e4 -size 36278236 +oid sha256:31798203a7a4afe1fe494923f2e16a907d86945254e70c5a2cd47f1166e3c137 +size 31757024