public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fido2] epel10.2: Fix test conditional for fedora
@ 2026-08-21 13:51 Orion Poplawski
0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-08-21 13:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-fido2
Branch : epel10.2
Commit : 8a7a2bfecfd08d5b7c0a600672b5dbaa960cb080
Author : Orion Poplawski <orion@nwra.com>
Date : 2019-03-14T11:27:21-06:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-fido2/c/8a7a2bfecfd08d5b7c0a600672b5dbaa960cb080?branch=epel10.2
Log:
Fix test conditional for fedora
---
diff --git a/python-fido2.spec b/python-fido2.spec
index c4b8173..e58dc7f 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -1,11 +1,12 @@
%{?python_enable_dependency_generator}
%if 0%{?fedora}
%bcond_with python2
+%bcond_without python_tests
%else
%bcond_without python2
-%endif
# Missing pyfakefs on EPEL7
%bcond_with python_tests
+%endif
%global srcname fido2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 13:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 13:51 [rpms/python-fido2] epel10.2: Fix test conditional for fedora Orion Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox