Update to 1.15.19. Fixes bug #1574745
This commit is contained in:
parent
e82eeef050
commit
a69a70c83a
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@
|
|||||||
/awscli-1.15.9.tar.gz
|
/awscli-1.15.9.tar.gz
|
||||||
/awscli-1.15.10.tar.gz
|
/awscli-1.15.10.tar.gz
|
||||||
/awscli-1.15.12.tar.gz
|
/awscli-1.15.12.tar.gz
|
||||||
|
/awscli-1.15.19.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%global botocore_version 1.9.1
|
%global botocore_version 1.9.1
|
||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.15.12
|
Version: 1.15.19
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ chmod 644 %{buildroot}%{bash_completion_dir}/aws_bash_completer
|
|||||||
%global zsh_completion_dir /usr/share/zsh/site-functions
|
%global zsh_completion_dir /usr/share/zsh/site-functions
|
||||||
mkdir -p %{buildroot}%{zsh_completion_dir}
|
mkdir -p %{buildroot}%{zsh_completion_dir}
|
||||||
mv %{buildroot}%{_bindir}/aws_zsh_completer.sh %{buildroot}%{zsh_completion_dir}
|
mv %{buildroot}%{_bindir}/aws_zsh_completer.sh %{buildroot}%{zsh_completion_dir}
|
||||||
chmod 644 %{buildroot}%{zsh_completion_dir}/aws_zsh_completer.sh
|
chmod 755 %{buildroot}%{zsh_completion_dir}/aws_zsh_completer.sh
|
||||||
ls -alh %{buildroot}%{zsh_completion_dir}/aws_zsh_completer.sh
|
ls -alh %{buildroot}%{zsh_completion_dir}/aws_zsh_completer.sh
|
||||||
# We don't need the Windows CMD script
|
# We don't need the Windows CMD script
|
||||||
rm %{buildroot}%{_bindir}/aws.cmd
|
rm %{buildroot}%{_bindir}/aws.cmd
|
||||||
@ -99,6 +99,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 11 2018 Kevin Fenzi <kevin@scrye.com> - 1.15.19-1
|
||||||
|
- Update to 1.15.19. Fixes bug #1574745
|
||||||
|
|
||||||
* Wed May 02 2018 Kevin Fenzi <kevin@scrye.com> - 1.15.12-1
|
* Wed May 02 2018 Kevin Fenzi <kevin@scrye.com> - 1.15.12-1
|
||||||
- Update to 1.15.12. Fixes bug #1574052
|
- Update to 1.15.12. Fixes bug #1574052
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (awscli-1.15.12.tar.gz) = 72625c55a517ccf206fec081340024ccc989a1f808dba9a6fc86cfa423e12b2aa86bb6fa5548d6837b204b7628c9062d1319bcb0255ca151e9c1901127bee4bd
|
SHA512 (awscli-1.15.19.tar.gz) = bac94783374d34b1933d61cf94dd8a77c1010433b32d1e3b6c8e9b01859267fceb8b73cd2e9eb71e7781b2557704f0a030c04f52ef3fd0896c1bc035c1e1879b
|
||||||
|
Loading…
Reference in New Issue
Block a user