From d7d8ecddd953f9fa5cae7d3978026cb0c8eafd168fbb7f19301c0c9f513a0f0f Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 10 Sep 2021 11:16:18 +0000 Subject: [PATCH] Accepting request 917896 from home:mvyskocil:branches:Cloud:Tools - 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 OBS-URL: https://build.opensuse.org/request/show/917896 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=118 --- 1.20.32.tar.gz | 3 +++ aws-cli-1.20.7.tar.gz | 3 --- aws-cli.changes | 12 ++++++++++++ aws-cli.spec | 11 +++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 1.20.32.tar.gz delete mode 100644 aws-cli-1.20.7.tar.gz diff --git a/1.20.32.tar.gz b/1.20.32.tar.gz new file mode 100644 index 0000000..20c2922 --- /dev/null +++ b/1.20.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bd05c99f6e1e46588d4d15f0b4d10eb5322a35f5e27c699f9b5b626e8d3d4a +size 2068048 diff --git a/aws-cli-1.20.7.tar.gz b/aws-cli-1.20.7.tar.gz deleted file mode 100644 index 4343618..0000000 --- a/aws-cli-1.20.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aebe31e5d44e9429fe20a64c8466566268486d20d2a6bab2fa26a6adc017c86 -size 2045304 diff --git a/aws-cli.changes b/aws-cli.changes index 9adc002..b12778d 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 10 07:32:58 UTC 2021 - Michal Vyskocil + +- 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 diff --git a/aws-cli.spec b/aws-cli.spec index baf80b7..2f20eff 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,13 +17,13 @@ Name: aws-cli -Version: 1.20.7 +Version: 1.20.32 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.21.32 Requires: python3-colorama <= 0.4.4 Requires: python3-colorama >= 0.2.5 +Requires: python3-docutils < 0.16 Requires: python3-docutils >= 0.10 Requires: python3-rsa < 5.0.0 Requires: python3-rsa >= 3.1.2 @@ -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