|
Lines 42-49
Supports the FIDO U2F (CTAP 1) and FIDO2
Link Here
|
| 42 |
%package -n %{libname}_%{abiversion} |
42 |
%package -n %{libname}_%{abiversion} |
| 43 |
Summary: Library functionality to communicate with FIDO device over USB |
43 |
Summary: Library functionality to communicate with FIDO device over USB |
| 44 |
Group: System/Libraries |
44 |
Group: System/Libraries |
|
|
45 |
%if "%libname%abiversion" == "libfido21" |
| 45 |
Provides: %libname = %EVR |
46 |
Provides: %libname = %EVR |
| 46 |
Obsoletes: %libname < %EVR |
47 |
Obsoletes: %libname < %EVR |
|
|
48 |
%endif |
| 47 |
|
49 |
|
| 48 |
%description -n %{libname}_%{abiversion} |
50 |
%description -n %{libname}_%{abiversion} |
| 49 |
Provides library functionality to communicate with a FIDO device over USB, |
51 |
Provides library functionality to communicate with a FIDO device over USB, |