Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Directory ownership problem: /etc/bash_completion.d
https://bugzilla.redhat.com/show_bug.cgi?id=487012
Summary: Directory ownership problem: /etc/bash_completion.d Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: darcs AssignedTo: jeremy@hinegardner.org ReportedBy: michel.sylvan@gmail.com QAContact: extras-qa@fedoraproject.org CC: petersen@redhat.com, jeremy@hinegardner.org, fedora-haskell-list@redhat.com Classification: Fedora
Description of problem: darcs installs a script in /etc/bash_completion.d, but does not own the directory or Requires: bash-completion.
Since the script can be considered a 'plug-in', and thus we should not force bash-completion on people who do not need it, the solution ought to be to simply own the directory in question. This is what bzr, git and rpmlint do.
Version-Release number of selected component (if applicable): darcs-2.2.0-1.fc10
How reproducible: Always
Steps to Reproduce: 1. Install darcs 2. rpm -ql darcs | grep bash
Actual results: darcs does not own /etc/bash_completion.d but installs a file in it
Expected results: darcs owns the directory as well
Additional info: