forked from pool/kanidm
Accepting request 1141098 from home:firstyear:branches:network:idm
- Update to version 1.1.0~rc15~git8.122b6af: * Remove unused import that breaks builds on newer rust versions * Update to latest webauthn-rs version * fix version * Fix maint branch versions * Disable inconsistent test (#2278) OBS-URL: https://build.opensuse.org/request/show/1141098 OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=38
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kanidm
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: kanidm
|
||||
Version: 1.1.0~rc15~git2.74f5c0f
|
||||
Version: 1.1.0~rc15~git8.122b6af
|
||||
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
|
||||
|
||||
BuildRequires: cargo >= 1.69.0
|
||||
BuildRequires: libselinux-devel
|
||||
@@ -99,9 +98,6 @@ Documentation for using and configuring Kanidm.
|
||||
%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 '{}' \;
|
||||
|
||||
|
Reference in New Issue
Block a user