forked from pool/libfido2
- disable fix-cmake-linking.patch, not needed currently
OBS-URL: https://build.opensuse.org/package/show/security/libfido2?expand=0&rev=42
This commit is contained in:
parent
aeffde525b
commit
3cc00dc6d3
@ -20,6 +20,7 @@ Tue Sep 14 13:49:56 UTC 2021 - Paolo Perego <paolo.perego@suse.com>
|
||||
* fido2-token: new -Sc option to update a resident credential.
|
||||
* Documentation and reliability fixes.
|
||||
* HID access serialisation on Linux.
|
||||
- disable fix-cmake-linking.patch, not needed currently
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 17 01:41:49 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
@ -44,6 +44,7 @@ over USB as well as verifying attestation and assertion signatures.
|
||||
|
||||
%package -n %{name}-%{sover}
|
||||
Summary: FIDO U2F and FIDO 2.0 protocols
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
|
||||
@ -54,6 +55,7 @@ Client-to-Authenticator Protocol (CTAP 1 and 2).
|
||||
|
||||
%package -n %{name}-devel
|
||||
Summary: Development files for FIDO U2F and FIDO 2.0 protocols
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}-%{sover} = %{version}
|
||||
Requires: libopenssl-1_1-devel
|
||||
Conflicts: libfido2-0_4_0
|
||||
@ -64,8 +66,8 @@ This package contains the header file needed to develop applications that
|
||||
use FIDO U2F and FIDO 2.0 protocols.
|
||||
|
||||
%package -n %{name}-utils
|
||||
Group: Hardware/Other
|
||||
Summary: Utility programs making use of libfido2, a library for FIDO U2F and FIDO 2.0
|
||||
Group: Hardware/Other
|
||||
Conflicts: libfido2-0_4_0
|
||||
Conflicts: libfido2-1_0_0
|
||||
|
||||
@ -74,6 +76,7 @@ This package contains utilities to use FIDO U2F and FIDO 2.0 protocols.
|
||||
|
||||
%package -n %{name}-udev
|
||||
Summary: Udev rules for libfido2
|
||||
Group: Development/Libraries/C and C++
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-udev
|
||||
|
Loading…
Reference in New Issue
Block a user