Fix sed.
This commit is contained in:
parent
26f5eeb975
commit
5fbb5378db
@ -36,8 +36,8 @@ sed -i s/4.5.0/4.7/g setup.py
|
||||
sed -i s/4.5.0/4.7/g setup.cfg
|
||||
|
||||
# https://github.com/aws/aws-cli/issues/5795
|
||||
sed -s s/\<0.4.4/\<=0.4.4/g setup.py
|
||||
sed -s s/\<0.4.4/\<=0.4.4/g setup.cfg
|
||||
sed -i s/\<0.4.4/\<=0.4.4/g setup.py
|
||||
sed -i s/\<0.4.4/\<=0.4.4/g setup.cfg
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -65,7 +65,7 @@ install -Dpm0644 bin/aws_zsh_completer.sh \
|
||||
%{_datadir}/zsh/site-functions/_awscli
|
||||
|
||||
%changelog
|
||||
* Wed Dec 9 08:55:16 CST 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.192-1
|
||||
* Wed Dec 09 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.192-1
|
||||
- 1.18.192
|
||||
|
||||
* Tue Dec 08 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.191-2
|
||||
|
Loading…
Reference in New Issue
Block a user