This commit is contained in:
Gwyn Ciesla 2022-05-23 13:48:01 -05:00
parent ed7ee54af6
commit 6cba23c4f3

View File

@ -4,7 +4,7 @@
# NOTE(mhayden): The package is awscli, but the source is aws-cli.
%global source_name aws-cli
%global forgeurl https://github.com/aws/aws-cli/
Version: 1.24.4
Version: 1.24.5
%global tag %{version}
%forgemeta
@ -40,8 +40,8 @@ command line interface to Amazon Web Services.
find awscli/examples/ -type f -name '*.rst' -executable -exec chmod -x '{}' +
# https://github.com/aws/aws-cli/issues/4837
sed -i "s/,<0.16//" setup.cfg
sed -i "s/,<0.16//" setup.py
sed -i "s/,<0.17//" setup.cfg
sed -i "s/,<0.17//" setup.py
# https://bugzilla.redhat.com/show_bug.cgi?id=1854288
sed -Ei 's/^( *'"'"'?rsa>=[0-9.]+,)<=?[0-9.]+(.*)/\1<4.9\2/g' setup.cfg setup.py
@ -98,6 +98,9 @@ install -Dpm0644 bin/aws_zsh_completer.sh \
%{_datadir}/zsh/site-functions/_awscli
%changelog
* Mon May 23 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.24.5-1
- 1.24.5
* Thu May 19 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.24.4-1
- 1.24.4