From patchwork Sat Jun 22 07:01:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2322 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id AD6A8884607 for ; Fri, 21 Jun 2019 22:01:15 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45VrhB5j97z581gw; Fri, 21 Jun 2019 22:01:14 +0100 (BST) Received: from tuxedo.tremer.co.uk (unknown [88.215.19.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45Vrh72XRXz5M5df; Fri, 21 Jun 2019 22:01:11 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1561150871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qcgNe1TdAuWTERGmr/8iRk6Wmsf6VeLsfutXs07X22w=; b=S1oJ90tJRWj1K/1C3R9h5p1vNRm8n3TMy7yRhV25/fMAkSHrqitgiEHQWXvOqL18BF2s3K 1xe4k+diJmBH1DkVsAFxh0dRkQzbaTZHu64O9vm5xZknhERFRikG+S0AhUyGuFllsLMNMo daqN3lC0LGNrOKqb0qA1AJyocaSGTcj3oy+QF1VVxrE7Nz0K+UccZYaSD/Hl8LpHMumyCF BTuVJYmagEmOT6Uy/5z6Dw+YDrFHkbvM6u8VaZSDWs0y03FuZSY3sIxer/BmzdIhQ0Tsm+ eRfRn6Qnevxhdq0RrCv4Zsu33ZiQbzDc+EiEeYkPybalmTycAWY29CkIG0guHA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1561150871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qcgNe1TdAuWTERGmr/8iRk6Wmsf6VeLsfutXs07X22w=; b=6N4G3KFP5HnZ7J+17n5MSgmmergWCfflPbchks6bb1QEFez1Y7PmHrZmYk4tz8KDtEIym8 HIoIsmHXnZ0sSMBg== 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> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" X-Spam: Yes 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-completion.nm index 867cbe669..f0c3f51f8 100644 --- a/bash-completion/bash-completion.nm +++ b/bash-completion/bash-completion.nm @@ -5,7 +5,7 @@ name = bash-completion version = 2.4 -release = 2 +release = 3 arch = noarch groups = Development/Languages @@ -25,8 +25,8 @@ build install_cmds rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{cawsay,cowthink} - # Drop files which are provided by util-linux >= 2.28 - rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{mount,umount} + # Drop files which are provided by util-linux >= 2.28 and 2.34 + rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{mount,umount,rfkill} install -Dpm 644 %{DIR_SOURCE}/bash-completion-1.99-redefine_filedir.bash \ %{BUILDROOT}%{sysconfdir}/bash_completion.d/redefine_filedir