!5 Update to version 2.11

From: @fly_fzc
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-01-28 10:15:46 +08:00 committed by Gitee
commit b36df9784f
3 changed files with 13 additions and 10 deletions

Binary file not shown.

BIN
bash-completion-2.11.tar.xz Normal file

Binary file not shown.

View File

@ -1,18 +1,18 @@
#solve build failure with .py files
%define _python_bytecompile_errors_terminate_build 0
Name: bash-completion
Version: 2.10
Release: 1
Epoch: 1
Summary: Completion for bash command
License: GPLv2+
URL: https://github.com/scop/bash-completion
Source0: https://github.com/scop/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Name: bash-completion
Version: 2.11
Release: 1
Epoch: 1
Summary: Completion for bash command
License: GPLv2+
URL: https://github.com/scop/bash-completion
Source0: https://github.com/scop/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Patch0: %{name}-1.99-noblacklist.patch
Patch0: %{name}-1.99-noblacklist.patch
BuildArch: noarch
BuildArch: noarch
BuildRequires: gcc autoconf automake
@ -64,6 +64,9 @@ make -C completions check
%doc CHANGES README.md doc/bash_completion.txt CONTRIBUTING.md
%changelog
* Tue Jan 26 2021 fuanan <fuanan3@huawei.com> - 1:2.11-1
- Update to version 2.11
* Mon Jul 27 2020 wangchen<wangchen137@huawei.com> - 1:2.10-1
- Type:enhancement
- ID:NA