#2 Updated to 2.8
Closed 5 years ago by svashisht. Opened 5 years ago by svashisht.
rpms/ svashisht/bash-completion bash-completion-2.8  into  master

file modified
+7 -6
@@ -4,8 +4,8 @@ 

  %global _python_bytecompile_errors_terminate_build 0

  

  Name:           bash-completion

- Version:        2.7

- Release:        4%{?dist}

+ Version:        2.8

+ Release:        1%{?dist}

  Epoch:          1

  Summary:        Programmable completion for Bash

  
@@ -14,10 +14,7 @@ 

  Source0:        https://github.com/scop/bash-completion/releases/download/%{version}/%{name}-%{version}.tar.xz

  # https://bugzilla.redhat.com/677446, see also redefine_filedir comments

  Patch0:         %{name}-1.99-noblacklist.patch

- # It should be removed while rebasing to bash-completion-2.8

- Patch1:         %{name}-rfkill.patch

- # It should be removed while rebasing to bash-completion-2.8

- Patch2:         %{name}-manpath.patch

+ 

  BuildArch:      noarch

  %if %{with tests}

  BuildRequires:  dejagnu
@@ -93,6 +90,10 @@ 

  

  

  %changelog

+ * Tue Jun 12 2018 Siteshwar Vashisht <svashisht@redhat.com> - 1:2.8-1

+ - Update to 2.8

+   Resolves: #1561241

+ 

  * Wed Mar 14 2018 Siteshwar Vashisht <svashisht@redhat.com> - 1:2.7-4

  - Do not use $MANPATH directly

    Resolves: #1495055

Should we remove the applied upstream patches also from dist-git?

I removed the patches and merged manually.

Pull-Request has been closed by svashisht

5 years ago