diff --git a/devscripts.changes b/devscripts.changes index dd520af..cbcc6ca 100644 --- a/devscripts.changes +++ b/devscripts.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 29 20:07:00 UTC 2019 - Martin Wilck + +- Removed bash completions for bts (conflicts with + bash-completions package). + ------------------------------------------------------------------- Thu Mar 28 08:49:53 UTC 2019 - Martin Wilck diff --git a/devscripts.spec b/devscripts.spec index fbde43d..5e43379 100644 --- a/devscripts.spec +++ b/devscripts.spec @@ -99,6 +99,10 @@ make %{?_smp_mflags} V=1 \ mkdir -p %{buildroot}%{_mandir}/man1/ install -Dpm 0644 scripts/*.1 -t %{buildroot}%{_mandir}/man1/ +## FIXME: bts conflicts with file from bash-completions +## Debian uses ours! +rm -f %{buildroot}%{_datadir}/bash-completion/completions/bts + while read target link; do if [ -d $(dirname "%{buildroot}$link") ]; then ln -sf "$target" "%{buildroot}$link"