SHA256
1
0
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:
2024-01-24 03:18:10 +00:00
committed by Git OBS Bridge
parent 3c7e3f7ee9
commit 234a2f7116
7 changed files with 18 additions and 27 deletions

View File

@@ -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 '{}' \;