Accepting request 709439 from home:glaubitz:branches:Cloud:Tools

- Update to version 1.16.176
  + For detailed changes see
    https://github.com/aws/aws-cli/blob/1.16.176/CHANGELOG.rst
  + Forward port hide_py_pckgmgmt.patch
  + Update Requires in spec file from setup.py
- Relax version constraints for python-PyYAML and python-rsa
- Run fdupes to hardlink duplicate files
  + Add fdupes to BuildRequires
  + Add %fdupes invocation to %install
- Run recursive find with chmod to remove executable bit for
  REST files in example folder to fix rpmlint warning

OBS-URL: https://build.opensuse.org/request/show/709439
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=58
This commit is contained in:
2019-06-12 14:28:36 +00:00
committed by Git OBS Bridge
parent 539a445ec8
commit 0420e5bc97
5 changed files with 31 additions and 11 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jun 12 14:10:01 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.16.176
+ For detailed changes see
https://github.com/aws/aws-cli/blob/1.16.176/CHANGELOG.rst
+ Forward port hide_py_pckgmgmt.patch
+ Update Requires in spec file from setup.py
- Relax version constraints for python-PyYAML and python-rsa
- Run fdupes to hardlink duplicate files
+ Add fdupes to BuildRequires
+ Add %fdupes invocation to %install
- Run recursive find with chmod to remove executable bit for
REST files in example folder to fix rpmlint warning
-------------------------------------------------------------------
Wed Feb 13 12:06:51 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>