Minor conditional fix for ELN

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius 2020-07-17 15:51:44 -05:00
parent 54fb0949d0
commit 88f2e327ff

View File

@ -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 <mmathesi@redhat.com> - 1.7.1-9
- Minor conditional fix for ELN
* Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 1.7.1-9
- Add pyjwt[crypto] subpackage