change to require u2f-hidraw-policy only if systemd-udev (#1823002)
This commit is contained in:
parent
4db24ed627
commit
42ef937286
@ -1,7 +1,7 @@
|
|||||||
Name: libfido2
|
Name: libfido2
|
||||||
|
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: FIDO2 library
|
Summary: FIDO2 library
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -17,7 +17,7 @@ BuildRequires: libudev-devel
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
Requires: u2f-hidraw-policy
|
Requires: (u2f-hidraw-policy if systemd-udev)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} is an open source library to support the FIDO2 protocol. FIDO2 is
|
%{name} is an open source library to support the FIDO2 protocol. FIDO2 is
|
||||||
@ -87,6 +87,9 @@ find %{buildroot} -type f -name "*.a" -delete -print
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Sat Apr 11 2020 Gary Buhrmaster <gary.buhrmaster@gmail.com> 1.3.1-2
|
||||||
|
- change to require u2f-hidraw-policy only if systemd-udev (#1823002)
|
||||||
|
|
||||||
* Thu Feb 20 2020 Gary Buhrmaster <gary.buhrmaster@gmail.com> 1.3.1-1
|
* Thu Feb 20 2020 Gary Buhrmaster <gary.buhrmaster@gmail.com> 1.3.1-1
|
||||||
- 1.3.1 release
|
- 1.3.1 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user