forked from pool/kanidm
Accepting request 840342 from network
OBS-URL: https://build.opensuse.org/request/show/840342 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kanidm?expand=0&rev=2
This commit is contained in:
parent
1bae16bc73
commit
3d13b4e16b
4
_service
4
_service
@ -4,9 +4,9 @@
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="scm">git</param>
|
||||
<!-- <param name="revision">master</param> -->
|
||||
<param name="revision">v1.1.0-alpha</param>
|
||||
<param name="revision">v1.1.0-alpha.2</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)-alpha</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)-alpha\.2</param>
|
||||
<param name="versionrewrite-replacement">\1~alpha</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">wbrown@suse.de</param>
|
||||
|
@ -6,5 +6,14 @@ git = "https://github.com/csnewman/libnss-rs.git"
|
||||
rev = "eab2d93d2438652773699b0807d558ce75b1e748"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/http-rs/tide-rustls.git"]
|
||||
git = "https://github.com/http-rs/tide-rustls.git"
|
||||
rev = "c1f13a77e82369323274d832b8d3f33ba7c272c7"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/mozilla-services/fernet-rs.git"]
|
||||
git = "https://github.com/mozilla-services/fernet-rs.git"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
3
kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz
Normal file
3
kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a3e70291e04553202935a1f909bfc34e6aafa111e615ad99ce20b8efa27d1f6
|
||||
size 4145072
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bd98d65a783ec72f25578e98dec4d43c14514fb7e6bec4229130e9bcbd48957
|
||||
size 30054264
|
@ -1,7 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 01:17:22 UTC 2020 - William Brown <william.brown@suse.com>
|
||||
Thu Oct 01 00:19:19 UTC 2020 - wbrown@suse.de
|
||||
|
||||
- Correct missing license details
|
||||
- Update to version v1.1.0alpha.2~git0.764e727:
|
||||
* Update
|
||||
* (cargo-release) version 1.1.0-alpha.2
|
||||
* (cargo-release) version 1.1.0-alpha.2
|
||||
* (cargo-release) version 1.1.0-alpha.2
|
||||
* (cargo-release) version 1.1.0-alpha.2
|
||||
* (cargo-release) version 1.1.0-alpha.2
|
||||
* (cargo-release) version 1.1.0-alpha.2
|
||||
* (cargo-release) version 1.1.0-alpha.2
|
||||
* gitignore
|
||||
* Update Release Notes
|
||||
* 250 cookie to auth bearer (#321)
|
||||
* 259 reduce clones (#319)
|
||||
* Xxx clippy outdated (#318)
|
||||
* 314 improve async (#316)
|
||||
* Update README.md
|
||||
* On login pw upgrade (#315)
|
||||
* Add python3 support to radius
|
||||
* Dynamic crypto rounds (#311)
|
||||
* tweak book chapter
|
||||
* 67 resource limits impl (#307)
|
||||
* Update based on review
|
||||
* Apply suggestions from code review
|
||||
* doc
|
||||
* Build improvements
|
||||
* Support zfs page size
|
||||
* V large cleanup
|
||||
* Cleanup and improve client error handling
|
||||
* Improve server hardening
|
||||
* Update deps + add simd support in container
|
||||
* Add FAQ + eap selection
|
||||
* Minor updates
|
||||
* tweak release steps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 00:38:29 UTC 2020 - William Brown <william.brown@suse.com>
|
||||
|
15
kanidm.spec
15
kanidm.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kanidm
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,17 +15,18 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# Solid source of inspiration.
|
||||
# https://build.opensuse.org/package/view_file/home:luke_nukem:rust_apps/nushell/nushell.spec?expand=1
|
||||
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
||||
|
||||
Name: kanidm
|
||||
Version: v1.1.0alpha~git0.c8ac497
|
||||
Version: v1.1.0alpha.2~git0.ca71b12
|
||||
Release: 0
|
||||
Summary: Kanidm identity project
|
||||
License: MPL-2.0 AND Apache-2.0 AND MIT AND ISC AND OpenSSL AND APSL-2.0
|
||||
Url: https://github.com/Firstyear/kanidm
|
||||
URL: https://github.com/kanidm/kanidm
|
||||
Source: kanidm-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
@ -36,9 +37,9 @@ Source12: server.toml
|
||||
ExcludeArch: %ix86
|
||||
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust >= 1.39.0
|
||||
BuildRequires: rust-std-static
|
||||
BuildRequires: lld
|
||||
BuildRequires: rust >= 1.45.0
|
||||
BuildRequires: rust-std-static
|
||||
# BuildRequires: pkgconfig(openssl)
|
||||
# BuildRequires: sqlite-devel
|
||||
BuildRequires: pam-devel
|
||||
@ -73,7 +74,7 @@ Server for kanidm
|
||||
Summary: Client nsswitch/pam/ssh integration for consuming kanidm
|
||||
License: MPL-2.0
|
||||
Requires: %{name}-clients
|
||||
Requires: pam
|
||||
Requires: pam
|
||||
# Requires: libsqlite3-0
|
||||
|
||||
%description unixd-clients
|
||||
@ -177,5 +178,3 @@ install -m 0640 %{SOURCE12} %{buildroot}%{configdir}/server.toml
|
||||
%{_unitdir}/kanidm-unixd.service
|
||||
|
||||
%changelog
|
||||
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34211423de725bcd3329b84e02642dbf9bc229c15ca971b614c9c057a21a8816
|
||||
size 26096900
|
||||
oid sha256:907ccccf95b2b6a734d0a7ca1dddfc29032b95503888e4c5ed49331876c6efe8
|
||||
size 27356440
|
||||
|
Loading…
Reference in New Issue
Block a user