Hello community,

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2020-02-15 22:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-cli (Old)
 and      /work/SRC/openSUSE:Factory/.aws-cli.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-cli"

Sat Feb 15 22:25:05 2020 rev:34 rq:774371 version:1.17.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2020-02-04 
19:52:05.797277623 +0100
+++ /work/SRC/openSUSE:Factory/.aws-cli.new.26092/aws-cli.changes       
2020-02-15 22:25:18.771306239 +0100
@@ -1,0 +2,10 @@
+Fri Feb 14 13:33:26 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- make it possible to find the package under the name "awscli"
+
+-------------------------------------------------------------------
+Mon Feb 10 17:29:44 UTC 2020 - Robert Schweikert <rjsch...@suse.com>
+
+- Add bash command completion capability (boo#1117074)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aws-cli.spec ++++++
--- /var/tmp/diff_new_pack.rvVcfT/_old  2020-02-15 22:25:19.795306793 +0100
+++ /var/tmp/diff_new_pack.rvVcfT/_new  2020-02-15 22:25:19.803306797 +0100
@@ -27,6 +27,7 @@
 Patch0:         hide_py_pckgmgmt.patch
 BuildRequires:  fdupes
 Requires:       groff
+Provides:       awscli = %{version}
 BuildArch:      noarch
 %if 0%{?suse_version} && 0%{?suse_version} > 1315
 BuildRequires:  python3-devel
@@ -90,6 +91,9 @@
 %endif
 # No DOS crap
 rm %{buildroot}/%{_bindir}/aws.cmd
+# bash completion
+install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
+ln -s %{_bindir}/aws_bash_completer 
%{buildroot}%{_sysconfdir}/bash_completion.d/aws
 
 %files
 %doc CHANGELOG.rst README.rst
@@ -106,5 +110,6 @@
 %{python_sitelib}/*egg-info/*
 %endif
 %{_bindir}/*
+%{_sysconfdir}/bash_completion.d/aws
 
 %changelog


Reply via email to