Accepting request 928511 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/928511 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=50
This commit is contained in:
commit
8f801cb4cf
3
1.21.6.tar.gz
Normal file
3
1.21.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c41575c36df6f1c2e04aef9af3cbb57e915ca7cf5cbe87aef5e15cb0656a5d48
|
||||
size 2095961
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aebe31e5d44e9429fe20a64c8466566268486d20d2a6bab2fa26a6adc017c86
|
||||
size 2045304
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 29 16:16:56 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 1.21.6
|
||||
+ For detailed changes see
|
||||
https://github.com/aws/aws-cli/blob/1.21.6/CHANGELOG.rst
|
||||
- Relax upper version dependency for python-docutils in Requires
|
||||
- Update Requires in spec file from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 10 07:32:58 UTC 2021 - Michal Vyskocil <mvyskocil@opensuse.org>
|
||||
|
||||
- Update to version 1.20.32
|
||||
+ For detailed changes see
|
||||
https://github.com/aws/aws-cli/blob/1.20.32/CHANGELOG.rst
|
||||
- Fix rpmlint warnings
|
||||
+ use defattr for default permissions
|
||||
+ mark zsh completion file as a config file
|
||||
- Use github download url as a Source0
|
||||
- Update Requires in spec file from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 04:18:32 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
13
aws-cli.spec
13
aws-cli.spec
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: aws-cli
|
||||
Version: 1.20.7
|
||||
Version: 1.21.6
|
||||
Release: 0
|
||||
Summary: Amazon Web Services Command Line Interface
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
URL: https://github.com/aws/aws-cli
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/aws/%{name}/archive/refs/tags/%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
Requires: groff
|
||||
Provides: awscli = %{version}
|
||||
@ -34,9 +34,10 @@ BuildRequires: python3-setuptools
|
||||
Requires: python3
|
||||
Requires: python3-PyYAML <= 6.0.0
|
||||
Requires: python3-PyYAML >= 3.10
|
||||
Requires: python3-botocore >= 1.21.7
|
||||
Requires: python3-botocore >= 1.22.6
|
||||
Requires: python3-colorama <= 0.4.4
|
||||
Requires: python3-colorama >= 0.2.5
|
||||
Requires: python3-docutils < 0.20
|
||||
Requires: python3-docutils >= 0.10
|
||||
Requires: python3-rsa < 5.0.0
|
||||
Requires: python3-rsa >= 3.1.2
|
||||
@ -50,7 +51,7 @@ BuildRequires: python-setuptools
|
||||
Requires: python
|
||||
Requires: python-PyYAML <= 5.5
|
||||
Requires: python-PyYAML >= 3.10
|
||||
Requires: python-botocore >= 1.21.7
|
||||
Requires: python-botocore >= 1.22.6
|
||||
Requires: python-colorama <= 0.4.4
|
||||
Requires: python-colorama >= 0.2.5
|
||||
Requires: python-docutils >= 0.10
|
||||
@ -95,6 +96,7 @@ install -DTm644 %{buildroot}%{_bindir}/aws_bash_completer %{buildroot}%{_datadir
|
||||
install -DTm644 %{buildroot}%{_bindir}/aws_zsh_completer.sh %{buildroot}%{_sysconfdir}/zsh_completion.d/_aws
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc CHANGELOG.rst README.rst
|
||||
%license LICENSE.txt
|
||||
%if 0%{?suse_version} && 0%{?suse_version} > 1315
|
||||
@ -113,6 +115,7 @@ install -DTm644 %{buildroot}%{_bindir}/aws_zsh_completer.sh %{buildroot}%{_sysco
|
||||
%exclude %{_bindir}/aws_bash_completer
|
||||
%exclude %{_bindir}/aws_zsh_completer.sh
|
||||
%{_datadir}/bash-completion/completions/aws
|
||||
%{_sysconfdir}/zsh_completion.d
|
||||
%dir %{_sysconfdir}/zsh_completion.d
|
||||
%config %attr(644,root,root) %{_sysconfdir}/zsh_completion.d/_aws
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user