1.9.18-1 new upstream, fix bash completion, remove bcdoc dependency
This commit is contained in:
parent
b6e9de5e8f
commit
e31b429b19
17
awscli.spec
17
awscli.spec
@ -8,7 +8,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.9.17
|
Version: 1.9.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
@ -19,16 +19,14 @@ BuildArch: noarch
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3-botocore = 1.3.17
|
Requires: python3-botocore = 1.3.18
|
||||||
Requires: python3-bcdoc
|
|
||||||
Requires: python3-colorama
|
Requires: python3-colorama
|
||||||
Requires: python3-docutils
|
Requires: python3-docutils
|
||||||
Requires: python3-rsa
|
Requires: python3-rsa
|
||||||
%else
|
%else
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python2-botocore = 1.3.17
|
Requires: python2-botocore = 1.3.18
|
||||||
Requires: python-bcdoc
|
|
||||||
Requires: python-colorama
|
Requires: python-colorama
|
||||||
Requires: python-docutils
|
Requires: python-docutils
|
||||||
Requires: python-rsa
|
Requires: python-rsa
|
||||||
@ -73,7 +71,7 @@ CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} build --executable=
|
|||||||
CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}
|
CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
# Fix path and permissions for bash completition
|
# Fix path and permissions for bash completition
|
||||||
%global bash_completion_dir /usr/share/bash-completion/completions
|
%global bash_completion_dir /etc/bash_completion.d
|
||||||
mkdir -p %{buildroot}%{bash_completion_dir}
|
mkdir -p %{buildroot}%{bash_completion_dir}
|
||||||
mv %{buildroot}%{_bindir}/aws_bash_completer %{buildroot}%{bash_completion_dir}
|
mv %{buildroot}%{_bindir}/aws_bash_completer %{buildroot}%{bash_completion_dir}
|
||||||
chmod 644 %{buildroot}%{bash_completion_dir}/aws_bash_completer
|
chmod 644 %{buildroot}%{bash_completion_dir}/aws_bash_completer
|
||||||
@ -105,8 +103,13 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 13 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.18-1
|
||||||
|
- Update to current upstream version
|
||||||
|
- Fix completion for bash
|
||||||
|
- Remove bcdoc dependency that is not used anymore
|
||||||
|
|
||||||
* Sun Jan 10 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.17-1
|
* Sun Jan 10 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.17-1
|
||||||
- Update ro current upstream version
|
- Update to current upstream version
|
||||||
- Lock the botocore dependency version
|
- Lock the botocore dependency version
|
||||||
|
|
||||||
* Sat Jan 09 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.16-1
|
* Sat Jan 09 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.16-1
|
||||||
|
Loading…
Reference in New Issue
Block a user