From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] bash-completion: Remove file for rfkill. Date: Fri, 21 Jun 2019 23:01:05 +0200 Message-ID: <20190621210105.6765-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4403301205253862714==" List-Id: --===============4403301205253862714== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is now shipped by util-linux. Signed-off-by: Stefan Schantl --- bash-completion/bash-completion.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash-completion/bash-completion.nm b/bash-completion/bash-comple= tion.nm index 867cbe669..f0c3f51f8 100644 --- a/bash-completion/bash-completion.nm +++ b/bash-completion/bash-completion.nm @@ -5,7 +5,7 @@ =20 name =3D bash-completion version =3D 2.4 -release =3D 2 +release =3D 3 arch =3D noarch =20 groups =3D Development/Languages @@ -25,8 +25,8 @@ build install_cmds rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{cawsay,cowthin= k} =20 - # Drop files which are provided by util-linux >=3D 2.28 - rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{mount,umount} + # Drop files which are provided by util-linux >=3D 2.28 and 2.34 + rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{mount,umount,r= fkill} =20 install -Dpm 644 %{DIR_SOURCE}/bash-completion-1.99-redefine_filedir.bash \ %{BUILDROOT}%{sysconfdir}/bash_completion.d/redefine_filedir --=20 2.20.1 --===============4403301205253862714==--