migrate from BR: foo-devel to BR: pkgconfig(foo)
This commit is contained in:
parent
e278c950a3
commit
a860492937
@ -1,7 +1,7 @@
|
||||
Name: libfido2
|
||||
|
||||
Version: 1.8.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: FIDO2 library
|
||||
|
||||
License: BSD
|
||||
@ -20,15 +20,15 @@ Patch0006: 0006-rs256-drop-OpenSSL-1.0-compatibility-shim.patch
|
||||
Patch0007: 0007-rs256-make-rs256_verify_sig-OpenSSL-3.0-compatible.patch
|
||||
Patch0008: 0008-Define-OPENSSL_API_COMPAT-if-OpenSSL-3.0-is-detected.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: hidapi-devel
|
||||
BuildRequires: libcbor-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: cmake
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(hidapi-hidraw)
|
||||
BuildRequires: pkgconfig(libcbor)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: (u2f-hidraw-policy if systemd-udev)
|
||||
|
||||
%description
|
||||
@ -96,6 +96,9 @@ find %{buildroot} -type f -name "*.a" -delete -print
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 17 2021 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 1.8.0-4
|
||||
- migrate from BR: foo-devel to BR: pkgconfig(foo)
|
||||
|
||||
* Wed Sep 15 2021 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 1.8.0-3
|
||||
- Apply upstream patches for OpenSSL 3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user