diff --git a/.cvsignore b/.cvsignore index 7817a5d..230fd83 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bash-completion-20040711.tar.bz2 +bash-completion-20041017.tar.bz2 diff --git a/bash-completion.spec b/bash-completion.spec index 0948e2d..2a09afc 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,13 +1,13 @@ Name: bash-completion Version: 0.0 -Release: 0.fdr.3.20040711 +Release: 0.fdr.3.20041017 Epoch: 0 Summary: Programmable completion for Bash Group: System Environment/Shells License: GPL URL: http://www.caliban.org/bash/ -Source0: http://www.caliban.org/files/bash/bash-completion-20040711.tar.bz2 +Source0: http://www.caliban.org/files/bash/bash-completion-20041017.tar.bz2 Source1: %{name}.profile BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,6 +47,13 @@ cd - rm -rf $RPM_BUILD_ROOT +%triggerin -- bittorrent +if [ ! -e %{_sysconfdir}/bash_completion.d/bittorrent ] ; then + ln -s %{_datadir}/%{name}/bittorrent %{_sysconfdir}/bash_completion.d +fi +%triggerun -- bittorrent +[ $2 -gt 0 ] || rm -f %{_sysconfdir}/bash_completion.d/bittorrent + %triggerin -- cksfv if [ ! -e %{_sysconfdir}/bash_completion.d/cksfv ] ; then ln -s %{_datadir}/%{name}/cksfv %{_sysconfdir}/bash_completion.d @@ -121,6 +128,9 @@ fi %changelog +* Mon Oct 18 2004 Ville Skyttä 0:0.0-0.fdr.3.20041017 +- Update to 20041017, adds dhclient, lvm, and bittorrent completion. + * Mon Jul 12 2004 Ville Skyttä 0:0.0-0.fdr.3.20040711 - Update to 20040711, patches applied upstream. diff --git a/sources b/sources index ea288ce..c92514d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -985c0ff1f94fca97ad1cbf191bdf8535 bash-completion-20040711.tar.bz2 +3fd0836127d01606a9dc4262f3e2e1fb bash-completion-20041017.tar.bz2