From 88f2e327ff32fa0fcd5683081f60f4c004793587 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Jul 21 2020 21:03:31 +0000 Subject: Minor conditional fix for ELN Signed-off-by: Merlin Mathesius --- diff --git a/python-jwt.spec b/python-jwt.spec index 1a87370..ebfb195 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -13,7 +13,7 @@ means of representing signed content using JSON data structures, including claims to be transferred between two parties encoded as digitally signed and encrypted JSON objects.} -%if %{defined fedora} && 0%{?fedora} < 32 +%if 0%{?fedora} && 0%{?fedora} < 32 %bcond_without python2 %endif %bcond_without python3 @@ -109,6 +109,9 @@ rm setup.cfg %changelog +* Fri Jul 17 2020 Merlin Mathesius - 1.7.1-9 +- Minor conditional fix for ELN + * Fri Jul 10 2020 Miro HronĨok - 1.7.1-9 - Add pyjwt[crypto] subpackage