From 44d624cc39fc769ac36e2b3c8c61efe40efc6166 Mon Sep 17 00:00:00 2001 From: ebasov Date: Mon, 10 Feb 2025 12:19:47 +0300 Subject: [PATCH] Apply patch --- SPECS/python-fido2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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