Fix rsa requires.
This commit is contained in:
parent
7a03f56dd6
commit
60f4c7d8b4
@ -1,6 +1,6 @@
|
||||
Name: awscli
|
||||
Version: 1.18.95
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
License: ASL 2.0 and MIT
|
||||
@ -30,6 +30,10 @@ find awscli/examples/ -type f -name '*.rst' -executable -exec chmod -x '{}' +
|
||||
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
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
@ -56,6 +60,9 @@ install -Dpm0644 bin/aws_zsh_completer.sh \
|
||||
%{_datadir}/zsh/site-functions/_awscli
|
||||
|
||||
%changelog
|
||||
* Wed Jul 08 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.95-2
|
||||
- Work around rsa requires.
|
||||
|
||||
* Wed Jul 08 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.95-1
|
||||
- 1.18.95
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user