RSA requires fix
This commit is contained in:
parent
7d81f10e5e
commit
a7e043bccc
@ -1,6 +1,6 @@
|
||||
Name: awscli
|
||||
Version: 1.18.97
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
License: ASL 2.0 and MIT
|
||||
@ -31,8 +31,8 @@ sed -i "/,<0.16/d" setup.cfg
|
||||
sed -i "/,<0.16/d" setup.py
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1854288
|
||||
sed -i s/3.5.0/4.6/g setup.py
|
||||
sed -i s/3.5.0/4.6/g setup.cfg
|
||||
sed -i s/4.5.0/4.7/g setup.py
|
||||
sed -i s/4.5.0/4.7/g setup.cfg
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -60,6 +60,9 @@ install -Dpm0644 bin/aws_zsh_completer.sh \
|
||||
%{_datadir}/zsh/site-functions/_awscli
|
||||
|
||||
%changelog
|
||||
* Mon Jul 13 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.97-2
|
||||
- Re-fix rsa requires.
|
||||
|
||||
* Fri Jul 10 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.97-1
|
||||
- 1.18.97
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user