Accepting request 858912 from network
OBS-URL: https://build.opensuse.org/request/show/858912 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kanidm?expand=0&rev=3
This commit is contained in:
parent
3d13b4e16b
commit
d7244fa116
8
_service
8
_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.2</param>
|
||||
<param name="revision">v1.1.0-alpha.3</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)-alpha\.2</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)-alpha\.3</param>
|
||||
<param name="versionrewrite-replacement">\1~alpha</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">wbrown@suse.de</param>
|
||||
@ -16,10 +16,12 @@
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<!--
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">kanidm</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
-->
|
||||
</services>
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a3e70291e04553202935a1f909bfc34e6aafa111e615ad99ce20b8efa27d1f6
|
||||
size 4145072
|
3
kanidm-v1.1.0alpha.3~git0.b34c893.tar.xz
Normal file
3
kanidm-v1.1.0alpha.3~git0.b34c893.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1359875a2e9cd2bfda3729839c3a4920be74c2e4147673f0859bddb6f8d7b527
|
||||
size 4165888
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 00:15:25 UTC 2020 - wbrown@suse.de
|
||||
|
||||
- Update to version v1.1.0alpha.3~git0.b34c893:
|
||||
* (cargo-release) version 1.1.0-alpha.3
|
||||
* release notes
|
||||
* Update Dependencies
|
||||
* Unixd - NXCache of unknown items (#338)
|
||||
* WIP - Improve Auth Proto to Support Webauthn (#333)
|
||||
* Follow up on ci fixes
|
||||
* Add port verification to start server in kanidm_client tests
|
||||
* Update CI base image to ubuntu 20.04
|
||||
* Add libudev to ci
|
||||
* 13 135 webauthn support (#332)
|
||||
* Change root user check to warning due to container run times (#328)
|
||||
* Fixes #324 account softlocking and rate limiting (#326)
|
||||
* Add passpoint link
|
||||
* Update tumbleweed docs
|
||||
* Account valid-from and expiry (#322)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 01 00:19:19 UTC 2020 - wbrown@suse.de
|
||||
|
||||
- Update to version v1.1.0alpha.2~git0.764e727:
|
||||
|
42
kanidm.spec
42
kanidm.spec
@ -22,11 +22,11 @@
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
||||
|
||||
Name: kanidm
|
||||
Version: v1.1.0alpha.2~git0.ca71b12
|
||||
Version: v1.1.0alpha.3~git0.b34c893
|
||||
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/kanidm/kanidm
|
||||
Summary: Kanidm identity management project
|
||||
License: MPL-2.0
|
||||
URL: https://github.com/Firstyear/kanidm
|
||||
Source: kanidm-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
@ -34,48 +34,44 @@ Source10: kanidmd.service
|
||||
Source11: kanidm-unixd.service
|
||||
Source12: server.toml
|
||||
|
||||
ExcludeArch: %ix86
|
||||
ExcludeArch: %ix86 s390x ppc64le armhfp armv7hl
|
||||
|
||||
BuildRequires: cargo
|
||||
BuildRequires: lld
|
||||
BuildRequires: rust >= 1.45.0
|
||||
BuildRequires: rust-std-static
|
||||
# BuildRequires: pkgconfig(openssl)
|
||||
# BuildRequires: sqlite-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: rust >= 1.45.0
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
|
||||
%if 0%{?rhel} > 7 || 0%{?fedora}
|
||||
BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
%endif
|
||||
|
||||
Requires: %{name}-clients
|
||||
Requires: %{name}-server
|
||||
Requires: %{name}-unixd-clients
|
||||
|
||||
# Are openssl and sqlite implied as requires from this?
|
||||
|
||||
%description
|
||||
An identity management platform written in rust that supports RADIUS, SSH Key management
|
||||
and more.
|
||||
|
||||
%package clients
|
||||
Summary: Client tools for interacting with Kanidm
|
||||
License: MPL-2.0
|
||||
|
||||
%description clients
|
||||
Client utilities for interactive with kanidm
|
||||
Client utilities for interactive with kanidm servers
|
||||
|
||||
%package server
|
||||
Summary: Kanidm server and related tools
|
||||
License: MPL-2.0
|
||||
Requires: %{name}-clients
|
||||
# Requires: libsqlite3-0
|
||||
|
||||
%description server
|
||||
Server for kanidm
|
||||
Server for kanidm providing the main authentication and identity service
|
||||
|
||||
%package unixd-clients
|
||||
Summary: Client nsswitch/pam/ssh integration for consuming kanidm
|
||||
License: MPL-2.0
|
||||
Requires: %{name}-clients
|
||||
Requires: pam
|
||||
# Requires: libsqlite3-0
|
||||
|
||||
%description unixd-clients
|
||||
A localhost resolver and libraries that allow a system to resolve posix
|
||||
@ -123,7 +119,7 @@ install -m 0644 %{SOURCE11} %{buildroot}%{_unitdir}/kanidm-unixd.service
|
||||
install -m 0640 %{SOURCE12} %{buildroot}%{configdir}/server.toml
|
||||
|
||||
# Example of how to install examples later.
|
||||
# install -D -m 0755 examples %{buildroot}%{_datadir}/kandim/examples
|
||||
# install -D -m 0755 examples percent {buildroot} percent {_datadir}/kandim/examples
|
||||
|
||||
%pre server
|
||||
%service_add_pre kanidmd.service
|
||||
@ -151,8 +147,8 @@ install -m 0640 %{SOURCE12} %{buildroot}%{configdir}/server.toml
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
# %{_datadir}/kandim/examples
|
||||
%exclude /usr/.crates.toml
|
||||
# percent {_datadir}/kandim/examples
|
||||
# percent exclude /usr/.crates.toml
|
||||
|
||||
%files clients
|
||||
%defattr(-,root,root)
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:907ccccf95b2b6a734d0a7ca1dddfc29032b95503888e4c5ed49331876c6efe8
|
||||
size 27356440
|
||||
oid sha256:4352185d18b388b04c9c89603121244aea187de750666328d9da8803772c042c
|
||||
size 24559888
|
||||
|
Loading…
Reference in New Issue
Block a user