import fido-device-onboard-0.2.0-5.el8

This commit is contained in:
CentOS Sources 2022-01-19 21:18:02 +00:00 committed by Stepan Oksanichenko
parent adaa0a3b67
commit 189a4cd51d
3 changed files with 8 additions and 5 deletions

View File

@ -1,2 +1,2 @@
5a803367e5af8fb0d47c24a47c27234f447fc553 SOURCES/fido-device-onboard-rs-0.2.0-vendor.tar.gz d87f6f6fe5179e4b756d48f5a4785f76efa44047 SOURCES/fido-device-onboard-rs-0.2.0-vendor-patched.tar.gz
fd0c6fbe8f2ae8b411093ac8d6e1a7f96a1e082a SOURCES/fido-device-onboard-rs-0.2.0.tar.gz fd0c6fbe8f2ae8b411093ac8d6e1a7f96a1e082a SOURCES/fido-device-onboard-rs-0.2.0.tar.gz

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/fido-device-onboard-rs-0.2.0-vendor.tar.gz SOURCES/fido-device-onboard-rs-0.2.0-vendor-patched.tar.gz
SOURCES/fido-device-onboard-rs-0.2.0.tar.gz SOURCES/fido-device-onboard-rs-0.2.0.tar.gz

View File

@ -9,7 +9,7 @@ Version: 0.2.0
%forgemeta %forgemeta
Name: fido-device-onboard Name: fido-device-onboard
Release: 4%{?dist} Release: 5%{?dist}
Summary: An implementation of the FIDO Device Onboard Specification written in rust Summary: An implementation of the FIDO Device Onboard Specification written in rust
License: BSD 3 License: BSD 3
@ -17,9 +17,9 @@ URL: %{forgeurl}
Source: %{forgesource} Source: %{forgesource}
%if 0%{?rhel} && !0%{?eln} %if 0%{?rhel} && !0%{?eln}
%if "%{?commit}" != "" %if "%{?commit}" != ""
Source1: %{name}-rs-%{commit}-vendor.tar.gz Source1: %{name}-rs-%{commit}-vendor-patched.tar.gz
%else %else
Source1: %{name}-rs-%{version}-vendor.tar.gz Source1: %{name}-rs-%{version}-vendor-patched.tar.gz
%endif %endif
%endif %endif
Patch0: 0001-chore-add-ALLOW_NONINTEROPABLE_KDF-for-client-and-on.patch Patch0: 0001-chore-add-ALLOW_NONINTEROPABLE_KDF-for-client-and-on.patch
@ -167,6 +167,9 @@ Summary: FDO Owner tools implementation
%{_docdir}/fdo/owner-addresses.yml %{_docdir}/fdo/owner-addresses.yml
%changelog %changelog
* Mon Jan 10 2022 Antonio Murdaca <runcom@linux.com> - 0.2.0-5
- rebuilt dropping vendored exe(s) files (dll and .a)
* Sat Dec 11 2021 Antonio Murdaca <runcom@linux.com> - 0.2.0-4 * Sat Dec 11 2021 Antonio Murdaca <runcom@linux.com> - 0.2.0-4
- Restore soname, add golang to BuildRequires - Restore soname, add golang to BuildRequires