bc878c3001
- Update to version 1.1.0~alpha12~git0.bcdbb18: * Release 1.1.0-alpha.12 (#1588) * chore(deps): bump tokio-util from 0.7.7 to 0.7.8 (#1587) * chore(deps): bump reqwest from 0.11.16 to 0.11.17 (#1586) * chore(deps): bump tokio from 1.27.0 to 1.28.0 (#1585) * chore(deps): bump uuid from 1.3.1 to 1.3.2 (#1584) * chore(deps): bump clap from 3.2.23 to 3.2.25 (#1583) * chore(deps-dev): bump coverage from 7.2.3 to 7.2.5 in /pykanidm (#1582) * Correctly prevent start up when https sockets in use (#1579) * Filter rdns and dns for ldap filters (#1576) * use sccache, merge "test" actions into "build", remove homebrew caching (#1578) * Cleanup incorrect log errors of denied entries (#1577) * 20230424 clippppppppppppyyyyyyyy (#1574) * Add exclusive process lock to Kanidm to prevent accidental duplicate commands. (#1575) * more more more unixd build fixes (#1573) * chore(deps-dev): bump mkdocs-material from 9.1.7 to 9.1.8 in /pykanidm (#1572) * chore(deps): bump openssl from 0.10.51 to 0.10.52 (#1571) * chore(deps): bump openssl-sys from 0.9.86 to 0.9.87 (#1570) * chore(deps-dev): bump ruff from 0.0.262 to 0.0.263 in /pykanidm (#1569) * more-merge unixd commands (#1568) * Consolidate unix tools (#1566) * 1553 pam remote or local detection (#1565) * chore(deps): bump openssl from 0.10.50 to 0.10.51 (#1563) * Improve user experince of refreshing with intent tokens during cred update (#1556) * chore(deps): bump tracing-subscriber from 0.3.16 to 0.3.17 (#1562) * chore(deps): bump regex from 1.7.3 to 1.8.1 (#1561) * chore(deps): bump libc from 0.2.141 to 0.2.142 (#1560) * chore(deps-dev): bump ruff from 0.0.261 to 0.0.262 in /pykanidm (#1559) * chore(deps-dev): bump mkdocs-material from 9.1.6 to 9.1.7 in /pykanidm (#1558) * chore(deps): bump actions/upload-artifact from 1 to 3 (#1557) OBS-URL: https://build.opensuse.org/request/show/1083794 OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=27
298 lines
12 KiB
RPMSpec
298 lines
12 KiB
RPMSpec
#
|
|
# spec file for package kanidm
|
|
#
|
|
# Copyright (c) 2023 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
|
|
|
Name: kanidm
|
|
Version: 1.1.0~alpha12~git0.bcdbb18
|
|
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+
|
|
URL: https://github.com/Firstyear/kanidm
|
|
Source: kanidm-%{version}.tar.zst
|
|
Source1: vendor.tar.zst
|
|
Source2: cargo_config
|
|
|
|
ExcludeArch: %ix86 s390x ppc ppc64 ppc64le armhfp armv6l armv7l armv7hl
|
|
|
|
BuildRequires: cargo
|
|
BuildRequires: libudev-devel
|
|
BuildRequires: pam-devel
|
|
BuildRequires: rust >= 1.64.0
|
|
BuildRequires: sqlite-devel
|
|
BuildRequires: zstd
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora}
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: systemd
|
|
%{?systemd_requires}
|
|
%else
|
|
BuildRequires: pkgconfig(openssl)
|
|
%endif
|
|
|
|
Requires: %{name}-clients
|
|
Requires: %{name}-unixd-clients
|
|
|
|
#### START BUNDLE METADATA
|
|
### See cargo lock2rpmprovides
|
|
# currently not needed in suse.
|
|
#### END BUNDLE METADATA
|
|
|
|
%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 servers
|
|
|
|
%package server
|
|
Summary: Kanidm server and related tools
|
|
License: MPL-2.0
|
|
Requires: %{name}-clients
|
|
|
|
%description server
|
|
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
|
|
|
|
%description unixd-clients
|
|
A localhost resolver and libraries that allow a system to resolve posix
|
|
identities to a kanidm instance.
|
|
|
|
%package docs
|
|
Summary: Documentation for Kanidm Administration
|
|
License: MPL-2.0
|
|
|
|
%description docs
|
|
Documentation for using and configuring Kanidm.
|
|
|
|
|
|
%define configdir %{_sysconfdir}/%{name}
|
|
|
|
%prep
|
|
%setup -q
|
|
%setup -qa1
|
|
|
|
mkdir .cargo
|
|
cp %{SOURCE2} .cargo/config
|
|
# Remove exec bits to prevent an issue in fedora shebang checking
|
|
find vendor -type f -name \*.rs -exec chmod -x '{}' \;
|
|
|
|
%build
|
|
export RUSTFLAGS="%{rustflags}"
|
|
# Allow building on older compliers with deps that have newer features.
|
|
# export RUSTC_BOOTSTRAP=1
|
|
|
|
# Set our build profile
|
|
export KANIDM_BUILD_PROFILE=release_suse_generic
|
|
cargo build --offline --release
|
|
# Now, move the completions to easier to install locations.
|
|
# mkdir %{_builddir}/%{name}-%{version}/target/release/_completions
|
|
# cp %{_builddir}/%{name}-%{version}/target/release/build/*/out/_kanidm* %{_builddir}/%{name}-%{version}/target/release/_completions/
|
|
# cp %{_builddir}/%{name}-%{version}/target/release/build/*/out/kanidm*.bash %{_builddir}/%{name}-%{version}/target/release/_completions/
|
|
|
|
%install
|
|
install -D -d -m 0755 %{buildroot}%{_sysconfdir}
|
|
install -D -d -m 0755 %{buildroot}%{_sysconfdir}/zsh_completion.d
|
|
install -D -d -m 0755 %{buildroot}%{_sysconfdir}/bash_completion.d
|
|
install -D -d -m 0755 %{buildroot}%{configdir}
|
|
install -D -d -m 0755 %{buildroot}%{_unitdir}
|
|
install -D -d -m 0755 %{buildroot}%{_sbindir}
|
|
install -D -d -m 0755 %{buildroot}%{_bindir}
|
|
install -D -d -m 0755 %{buildroot}%{_libdir}
|
|
%if 0%{?suse_version} > 1549
|
|
install -D -d -m 0755 %{buildroot}/%{_pam_moduledir}
|
|
%else
|
|
install -D -d -m 0755 %{buildroot}/%_lib/security
|
|
%endif
|
|
install -D -d -m 0755 %{buildroot}%{_datadir}/kanidm
|
|
install -D -d -m 0755 %{buildroot}%{_datadir}/kanidm/docs/
|
|
install -D -d -m 0755 %{buildroot}%{_datadir}/kanidm/ui/
|
|
install -D -d -m 0755 %{buildroot}%{_datadir}/kanidm/ui/pkg
|
|
install -D -d -m 0755 %{buildroot}%{_datadir}/kanidm/ui/pkg/external
|
|
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/kanidmd %{buildroot}%{_sbindir}/kanidmd
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/kanidm %{buildroot}%{_bindir}/kanidm
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/kanidm-unix %{buildroot}%{_sbindir}/kanidm-unix
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/kanidm_ssh_authorizedkeys %{buildroot}%{_sbindir}/kanidm_ssh_authorizedkeys
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/kanidm_ssh_authorizedkeys_direct %{buildroot}%{_sbindir}/kanidm_ssh_authorizedkeys_direct
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/kanidm_unixd %{buildroot}%{_sbindir}/kanidm_unixd
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/kanidm_unixd_tasks %{buildroot}%{_sbindir}/kanidm_unixd_tasks
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/target/release/libnss_kanidm.so %{buildroot}%{_libdir}/libnss_kanidm.so.2
|
|
%if 0%{?suse_version} > 1549
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/target/release/libpam_kanidm.so %{buildroot}/%{_pam_moduledir}/pam_kanidm.so
|
|
%else
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/target/release/libpam_kanidm.so %{buildroot}/%_lib/security/pam_kanidm.so
|
|
%endif
|
|
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/platform/opensuse/kanidmd.service %{buildroot}%{_unitdir}/kanidmd.service
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/platform/opensuse/kanidm-unixd.service %{buildroot}%{_unitdir}/kanidm-unixd.service
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/platform/opensuse/kanidm-unixd-tasks.service %{buildroot}%{_unitdir}/kanidm-unixd-tasks.service
|
|
install -m 0640 %{_builddir}/%{name}-%{version}/examples/server.toml %{buildroot}%{configdir}/server.toml
|
|
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/_kanidmd %{buildroot}%{_sysconfdir}/zsh_completion.d/_kanidmd
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/_kanidm %{buildroot}%{_sysconfdir}/zsh_completion.d/_kanidm
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/_kanidm_ssh_authorizedkeys_direct %{buildroot}%{_sysconfdir}/zsh_completion.d/_kanidm_ssh_authorizedkeys_direct
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/_kanidm_unix %{buildroot}%{_sysconfdir}/zsh_completion.d/_kanidm_unix
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/_kanidm_ssh_authorizedkeys %{buildroot}%{_sysconfdir}/zsh_completion.d/_kanidm_ssh_authorizedkeys
|
|
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/kanidmd.bash %{buildroot}%{_sysconfdir}/bash_completion.d/kanidmd.sh
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/kanidm.bash %{buildroot}%{_sysconfdir}/bash_completion.d/kanidm.sh
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/kanidm_ssh_authorizedkeys_direct.bash %{buildroot}%{_sysconfdir}/bash_completion.d/kanidm_ssh_authorizedkeys_direct.sh
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/kanidm_unix.bash %{buildroot}%{_sysconfdir}/bash_completion.d/kanidm_unix.sh
|
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/build/completions/kanidm_ssh_authorizedkeys.bash %{buildroot}%{_sysconfdir}/bash_completion.d/kanidm_ssh_authorizedkeys.sh
|
|
|
|
cp -r %{_builddir}/%{name}-%{version}/book/src/ %{buildroot}%{_datadir}/kanidm/docs/
|
|
|
|
## TODO: Add /usr/share/kanidm/ui/pkg
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/server/web_ui/pkg/style.css %{buildroot}%{_datadir}/kanidm/ui/pkg/style.css
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/server/web_ui/pkg/kanidmd_web_ui.js %{buildroot}%{_datadir}/kanidm/ui/pkg/kanidmd_web_ui.js
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/server/web_ui/pkg/kanidmd_web_ui_bg.wasm %{buildroot}%{_datadir}/kanidm/ui/pkg/kanidmd_web_ui_bg.wasm
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/server/web_ui/pkg/package.json %{buildroot}%{_datadir}/kanidm/ui/pkg/package.json
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/server/web_ui/pkg/external/bootstrap.min.css %{buildroot}%{_datadir}/kanidm/ui/pkg/external/bootstrap.min.css
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/server/web_ui/pkg/external/bootstrap.bundle.min.js %{buildroot}%{_datadir}/kanidm/ui/pkg/external/bootstrap.bundle.min.js
|
|
install -m 0644 %{_builddir}/%{name}-%{version}/server/web_ui/pkg/external/confetti.js %{buildroot}%{_datadir}/kanidm/ui/pkg/external/confetti.js
|
|
|
|
## End install
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora}
|
|
%else
|
|
|
|
%pre server
|
|
%service_add_pre kanidmd.service
|
|
%endif
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora}
|
|
%else
|
|
|
|
%post server
|
|
%service_add_post kanidmd.service
|
|
%endif
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora}
|
|
%else
|
|
|
|
%preun server
|
|
%service_del_preun kanidmd.service
|
|
%endif
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora}
|
|
%else
|
|
|
|
%postun server
|
|
%service_del_postun kanidmd.service
|
|
%endif
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora}
|
|
%else
|
|
|
|
%pre unixd-clients
|
|
%service_add_pre kanidm-unixd.service
|
|
%service_add_pre kanidm-unixd-tasks.service
|
|
%endif
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora}
|
|
%else
|
|
|
|
%post unixd-clients
|
|
%service_add_post kanidm-unixd.service
|
|
%service_add_post kanidm-unixd-tasks.service
|
|
%endif
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora}
|
|
%else
|
|
|
|
%preun unixd-clients
|
|
%service_del_preun kanidm-unixd.service
|
|
%service_del_preun kanidm-unixd-tasks.service
|
|
%endif
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora}
|
|
%else
|
|
|
|
%postun unixd-clients
|
|
%service_del_postun kanidm-unixd.service
|
|
%service_del_postun kanidm-unixd-tasks.service
|
|
%endif
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
# percent exclude /usr/.crates.toml
|
|
|
|
%files clients
|
|
%defattr(-,root,root)
|
|
%dir %{configdir}
|
|
%{_bindir}/kanidm
|
|
%dir %{_sysconfdir}/zsh_completion.d
|
|
%dir %{_sysconfdir}/bash_completion.d
|
|
%{_sysconfdir}/zsh_completion.d/_kanidm
|
|
%{_sysconfdir}/bash_completion.d/kanidm.sh
|
|
|
|
%files server
|
|
%{_sbindir}/kanidmd
|
|
%{_unitdir}/kanidmd.service
|
|
%dir %{_datadir}/kanidm
|
|
%dir %{_datadir}/kanidm/ui
|
|
%dir %{_datadir}/kanidm/ui/pkg
|
|
%dir %{_datadir}/kanidm/ui/pkg/external
|
|
%{_datadir}/kanidm/ui/pkg/*
|
|
%{_datadir}/kanidm/ui/pkg/external/*
|
|
%dir %{configdir}
|
|
%config(noreplace) %{configdir}/server.toml
|
|
%dir %{_sysconfdir}/zsh_completion.d
|
|
%dir %{_sysconfdir}/bash_completion.d
|
|
%{_sysconfdir}/zsh_completion.d/_kanidmd
|
|
%{_sysconfdir}/bash_completion.d/kanidmd.sh
|
|
|
|
%files unixd-clients
|
|
%{_libdir}/libnss_kanidm.so.2
|
|
%if 0%{?suse_version} > 1549
|
|
%{_pam_moduledir}/pam_kanidm.so
|
|
%else
|
|
/%_lib/security/pam_kanidm.so
|
|
%endif
|
|
%{_sbindir}/kanidm-unix
|
|
%{_sbindir}/kanidm_ssh_authorizedkeys
|
|
%{_sbindir}/kanidm_ssh_authorizedkeys_direct
|
|
%{_sbindir}/kanidm_unixd
|
|
%{_sbindir}/kanidm_unixd_tasks
|
|
%{_unitdir}/kanidm-unixd.service
|
|
%{_unitdir}/kanidm-unixd-tasks.service
|
|
%dir %{_sysconfdir}/zsh_completion.d
|
|
%dir %{_sysconfdir}/bash_completion.d
|
|
%{_sysconfdir}/zsh_completion.d/_kanidm_ssh_authorizedkeys_direct
|
|
%{_sysconfdir}/zsh_completion.d/_kanidm_ssh_authorizedkeys
|
|
%{_sysconfdir}/zsh_completion.d/_kanidm_unix
|
|
%{_sysconfdir}/bash_completion.d/kanidm_ssh_authorizedkeys_direct.sh
|
|
%{_sysconfdir}/bash_completion.d/kanidm_ssh_authorizedkeys.sh
|
|
%{_sysconfdir}/bash_completion.d/kanidm_unix.sh
|
|
|
|
%files docs
|
|
%dir %{_datadir}/kanidm
|
|
%dir %{_datadir}/kanidm/docs
|
|
%doc %{_datadir}/kanidm/docs/*
|
|
|
|
%changelog
|