Accepting request 639063 from home:jengelh:branches:security

factory review

OBS-URL: https://build.opensuse.org/request/show/639063
OBS-URL: https://build.opensuse.org/package/show/security/libfido2?expand=0&rev=2
This commit is contained in:
Torsten Gruner 2018-09-30 08:24:26 +00:00 committed by Git OBS Bridge
parent 86f74db5d0
commit cad1492801
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 28 19:05:32 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Fix RPM group. Wrap description.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 21 08:51:47 UTC 2018 - t.gruner@katodev.de Thu Jun 21 08:51:47 UTC 2018 - t.gruner@katodev.de
@ -8,15 +13,14 @@ Thu Jun 21 08:51:47 UTC 2018 - t.gruner@katodev.de
- Version 0.1.1 (released 2018-06-05) - Version 0.1.1 (released 2018-06-05)
- Added documentation. - Added documentation.
- Added OpenSSL 1.0 support. - Added OpenSSL 1.0 support.
- Minor fixes. - Minor fixes.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 27 20:10:41 UTC 2018 - t.gruner@katodev.de Sun May 27 20:10:41 UTC 2018 - t.gruner@katodev.de
- update to version 0.1.0 - update to version 0.1.0
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 30 20:03:20 UTC 2018 - t.gruner@katodev.de Mon Apr 30 20:03:20 UTC 2018 - t.gruner@katodev.de
- Initial release version 0_git - Initial release version 0_git

View File

@ -34,14 +34,17 @@ BuildRequires: pkgconfig(libcbor)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Provides library functionality for communicating with a FIDO device over USB as well as verifying attestation and assertion signatures. Provides library functionality for communicating with a FIDO device
over USB as well as verifying attestation and assertion signatures.
%package -n %{name}-%{sover} %package -n %{name}-%{sover}
Summary: FIDO U2F and FIDO 2.0 protocols Summary: FIDO U2F and FIDO 2.0 protocols
Group: Productivity/Networking/Security Group: System/Libraries
%description -n %{name}-%{sover} %description -n %{name}-%{sover}
This library aims to support the FIDO U2F and FIDO 2.0 protocols for communicating with a USB authenticator via the Client-to-Authenticator Protocol (CTAP 1 and 2). This library supports the FIDO U2F and FIDO 2.0 protocols for
communicating with a USB authenticator via the
Client-to-Authenticator Protocol (CTAP 1 and 2).
%package -n %{name}-devel %package -n %{name}-devel
Summary: Development files for FIDO U2F and FIDO 2.0 protocols Summary: Development files for FIDO U2F and FIDO 2.0 protocols
@ -52,7 +55,7 @@ Requires: libhidapi-devel
%description -n %{name}-devel %description -n %{name}-devel
This package contains the header file needed to develop applications that This package contains the header file needed to develop applications that
use FIDO U2F and FIDO 2.0 protocols use FIDO U2F and FIDO 2.0 protocols.
%prep %prep
%setup -q %setup -q