1.10.7-1 New upstream release
This commit is contained in:
parent
284fc0190b
commit
0820a0e3da
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/awscli-1.10.4.tar.gz
|
||||
/awscli-1.10.5.tar.gz
|
||||
/awscli-1.10.6.tar.gz
|
||||
/awscli-1.10.7.tar.gz
|
||||
|
||||
11
awscli.spec
11
awscli.spec
@ -8,8 +8,8 @@
|
||||
%endif
|
||||
|
||||
Name: awscli
|
||||
Version: 1.10.6
|
||||
Release: 2%{?dist}
|
||||
Version: 1.10.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
License: ASL 2.0 and MIT
|
||||
@ -19,7 +19,7 @@ BuildArch: noarch
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-botocore = 1.3.28
|
||||
Requires: python3-botocore = 1.3.29
|
||||
Requires: python3-colorama
|
||||
Requires: python3-docutils
|
||||
Requires: python3-rsa
|
||||
@ -27,7 +27,7 @@ Requires: python3-s3transfer
|
||||
%else
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python2-botocore = 1.3.28
|
||||
Requires: python2-botocore = 1.3.29
|
||||
Requires: python-colorama
|
||||
Requires: python-docutils
|
||||
Requires: python2-rsa
|
||||
@ -98,6 +98,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Wed Feb 24 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.7-1
|
||||
- Update to current upstream version
|
||||
|
||||
* Tue Feb 23 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.6-2
|
||||
- Fix broken dependency
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user