forked from pool/kanidm
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
This commit is contained in:
parent
9ffada39e5
commit
50a343a79e
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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">v1.1.0-alpha.7</param>
|
||||
<param name="revision">1.1.0-alpha.8</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)-alpha\.(\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1~alpha\2</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f5d952edf348f08c0e2dbbc25ce411f453a531295a11418d1db77ea8c650bca
|
||||
size 2921912
|
3
kanidm-1.1.0~alpha8~git0.b6be0524.tar.xz
Normal file
3
kanidm-1.1.0~alpha8~git0.b6be0524.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0b1003698ec85f3d5e867c622525e8882ea4c089528fa2e476a07cee8787829
|
||||
size 2951300
|
@ -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 <william.brown@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c62551439e768b39239bec5edc3b2b4a5feac68317b349f020ef4b2d15c2b5e4
|
||||
size 36278236
|
||||
oid sha256:31798203a7a4afe1fe494923f2e16a907d86945254e70c5a2cd47f1166e3c137
|
||||
size 31757024
|
||||
|
Loading…
Reference in New Issue
Block a user