From 4b81959652105be4ebddd48a65f5a85ad62d51f3 Mon Sep 17 00:00:00 2001 From: Carl George Date: Thu, 27 Jan 2022 19:36:16 -0600 Subject: [PATCH] Disable docs subpackage on EPEL --- python-trustme.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-trustme.spec b/python-trustme.spec index 620fa8a..aae2317 100644 --- a/python-trustme.spec +++ b/python-trustme.spec @@ -9,7 +9,10 @@ tests. Well, technically they are real certs, they are just signed by your CA, which nobody trusts. But you can trust it. Trust me.} %bcond_without tests + +%if %{defined fedora} %bcond_without docs +%endif Name: python-%{srcname}