Minor conditional fix for ELN
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
54fb0949d0
commit
88f2e327ff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user