diff --git a/SPECS/python-fido2.spec b/SPECS/python-fido2.spec index 2f14742..a012adf 100644 --- a/SPECS/python-fido2.spec +++ b/SPECS/python-fido2.spec @@ -11,6 +11,7 @@ Summary: Functionality for FIDO 2.0, including USB device communication License: BSD and ASL 2.0 and MPLv2.0 URL: https://github.com/Yubico/python-fido2 Source0: https://github.com/Yubico/%{name}/archive/%{version}/%{name}-%{version}.tar.gz +Source1: Disable_test_attestation.patch BuildArch: noarch %global _description\ @@ -43,7 +44,7 @@ Patch0: Disable_test_attestation.patch %prep %autosetup -p1 - +patch -p1 -i %{SOURCE1} %generate_buildrequires %pyproject_buildrequires