Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kanidm for openSUSE:Factory checked in at 2021-02-15 23:13:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kanidm (Old) and /work/SRC/openSUSE:Factory/.kanidm.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kanidm" Mon Feb 15 23:13:57 2021 rev:3 rq:858912 version:v1.1.0alpha.3~git0.b34c893 Changes: -------- --- /work/SRC/openSUSE:Factory/kanidm/kanidm.changes 2020-10-10 00:29:30.101157485 +0200 +++ /work/SRC/openSUSE:Factory/.kanidm.new.28504/kanidm.changes 2021-02-15 23:16:21.427400899 +0100 @@ -0,0 +1,21 @@ +------------------------------------------------------------------- +Mon Dec 28 00:15:25 UTC 2020 - wbr...@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) + +------------------------------------------------------------------- Old: ---- kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz New: ---- kanidm-v1.1.0alpha.3~git0.b34c893.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kanidm.spec ++++++ --- /var/tmp/diff_new_pack.gsShI5/_old 2021-02-15 23:16:23.715404316 +0100 +++ /var/tmp/diff_new_pack.gsShI5/_new 2021-02-15 23:16:23.719404323 +0100 @@ -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 @@ 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 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 @@ %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) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gsShI5/_old 2021-02-15 23:16:23.763404388 +0100 +++ /var/tmp/diff_new_pack.gsShI5/_new 2021-02-15 23:16:23.763404388 +0100 @@ -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">wbr...@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> ++++++ kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz -> kanidm-v1.1.0alpha.3~git0.b34c893.tar.xz ++++++ ++++ 12375 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/kanidm/vendor.tar.xz /work/SRC/openSUSE:Factory/.kanidm.new.28504/vendor.tar.xz differ: char 25, line 1