From 7fe74bfbdbbdc926256dbb9d5ea57fe37bfbe731 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Mon, 12 Feb 2024 15:16:52 +0100 Subject: [PATCH] Remove bash completions for javaws Resolves: RHEL-5650 --- bash-completion.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bash-completion.spec b/bash-completion.spec index dac282e..2fb618e 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -5,7 +5,7 @@ Name: bash-completion Version: 2.11 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 Summary: Programmable completion for Bash @@ -62,6 +62,8 @@ install -Dpm 644 redefine_filedir \ # Updated completion shipped in cowsay package: rm %{buildroot}%{_datadir}/bash-completion/completions/{cowsay,cowthink} +# RHEL-5650 - Remove bash completions for javaws as it's not shipped with Fedora +rm %{buildroot}%{_datadir}/bash-completion/completions/javaws %check # For some tests involving non-ASCII filenames @@ -91,6 +93,10 @@ make -C completions check %changelog +* Mon Feb 12 2024 Siteshwar Vashisht - 1:2.11-5 +- Remove bash completions for javaws + Resolves: RHEL-5650 + * Mon Aug 09 2021 Mohan Boddu - 1:2.11-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688