diff --git a/_service b/_service
index 2389693..f42eb48 100644
--- a/_service
+++ b/_service
@@ -4,9 +4,9 @@
@PARENT_TAG@~git@TAG_OFFSET@.%h
git
- v1.1.0-alpha.2
+ v1.1.0-alpha.3
v*
- v(\d+\.\d+\.\d+)-alpha\.2
+ v(\d+\.\d+\.\d+)-alpha\.3
\1~alpha
enable
wbrown@suse.de
@@ -16,10 +16,12 @@
*.tar
xz
+
+
diff --git a/kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz b/kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz
deleted file mode 100644
index db90e6f..0000000
--- a/kanidm-v1.1.0alpha.2~git0.ca71b12.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5a3e70291e04553202935a1f909bfc34e6aafa111e615ad99ce20b8efa27d1f6
-size 4145072
diff --git a/kanidm-v1.1.0alpha.3~git0.b34c893.tar.xz b/kanidm-v1.1.0alpha.3~git0.b34c893.tar.xz
new file mode 100644
index 0000000..dacb3a6
--- /dev/null
+++ b/kanidm-v1.1.0alpha.3~git0.b34c893.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1359875a2e9cd2bfda3729839c3a4920be74c2e4147673f0859bddb6f8d7b527
+size 4165888
diff --git a/kanidm.changes b/kanidm.changes
index aa12b13..46330ca 100644
--- a/kanidm.changes
+++ b/kanidm.changes
@@ -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:
diff --git a/kanidm.spec b/kanidm.spec
index 97576a6..5c6a85a 100644
--- a/kanidm.spec
+++ b/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)
diff --git a/vendor.tar.xz b/vendor.tar.xz
index 4eb2e21..ec7662a 100644
--- a/vendor.tar.xz
+++ b/vendor.tar.xz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:907ccccf95b2b6a734d0a7ca1dddfc29032b95503888e4c5ed49331876c6efe8
-size 27356440
+oid sha256:4352185d18b388b04c9c89603121244aea187de750666328d9da8803772c042c
+size 24559888