fff27fb
# Expected failures in mock, hangs in koji
fff27fb
%bcond_with tests
fff27fb
cvsextras 05bf1d9
Name:           bash-completion
9793c23
Version:        1.3
e8b29de
Release:        4%{?dist}
742eb98
Epoch:          1
cvsextras 05bf1d9
Summary:        Programmable completion for Bash
cvsextras 05bf1d9
cvsextras 05bf1d9
Group:          System Environment/Shells
77b5bf2
License:        GPLv2+
ea0d494
URL:            http://bash-completion.alioth.debian.org/
a2a3bb8
Source0:        http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
a2a3bb8
Source1:        %{name}-plague-client
4b23eec
Source2:        CHANGES.package.old
e8b29de
# https://bugzilla.redhat.com/677446
e8b29de
Source3:        %{name}-1.3-filedir.bash
9793c23
# Non-upstream: adjust helpers dir location to our modified layout
9793c23
Patch0:         %{name}-1.3-helpersdir.patch
7d79fb7
# Non-upstream: see comments in patch
7d79fb7
Patch1:         %{name}-1.3-yeswehave.patch
9793c23
# From upstream post 1.3 git
7d79fb7
Patch2:         %{name}-1.3-gendiff.patch
7d79fb7
# From upstream post 1.3 git
7d79fb7
Patch3:         %{name}-1.3-manpager-689180.patch
7d79fb7
# From upstream post 1.3 git
7d79fb7
Patch4:         %{name}-1.3-libreoffice-692548.patch
7d79fb7
# From upstream post 1.3 git
7d79fb7
Patch5:         %{name}-1.3-latexdbj-678122.patch
cvsextras 05bf1d9
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsextras 05bf1d9
cvsextras 05bf1d9
BuildArch:      noarch
fff27fb
%if %{with tests}
6a80f0e
BuildRequires:  dejagnu
6a80f0e
BuildRequires:  screen
6a80f0e
BuildRequires:  tcllib
fff27fb
%endif
6a80f0e
Requires:       bash >= 3.2
e35953b
# For symlinking in triggers, #490768
e35953b
Requires:       coreutils
cvsextras 05bf1d9
cvsextras 05bf1d9
%description
cvsextras 05bf1d9
bash-completion is a collection of shell functions that take advantage
6a80f0e
of the programmable completion feature of bash.
cvsextras 05bf1d9
cvsextras 05bf1d9
cvsextras 05bf1d9
%prep
742eb98
%setup -q
7ef2069
%patch0 -p1
c506b64
%patch1 -p1
7d79fb7
%patch2 -p1
7d79fb7
%patch3 -p1
7d79fb7
%patch4 -p1
7d79fb7
%patch5 -p1
4b23eec
install -pm 644 %{SOURCE2} .
a2a3bb8
9793c23
9793c23
%build
9793c23
%configure
9793c23
make %{?_smp_mflags}
9793c23
9793c23
9793c23
%install
9793c23
rm -rf $RPM_BUILD_ROOT %{name}-files.list
9793c23
make install DESTDIR=$RPM_BUILD_ROOT
9793c23
9793c23
cd $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
9793c23
a2a3bb8
# Updated completions shipped upstream:
9793c23
rm cowsay
a2a3bb8
6a80f0e
# Combine to per-package files to work around #585384:
6a80f0e
( echo ; cat update-alternatives ) >> chkconfig
6a80f0e
rm update-alternatives
6a80f0e
( echo ; cat sysctl ) >> procps
6a80f0e
rm sysctl
6a80f0e
( echo ; cat chsh ; echo ; cat mount ; echo ; cat rtcwake ) >> util-linux
6a80f0e
rm chsh mount rtcwake
9793c23
( echo ; cat xmodmap ; echo ; cat xrandr ; echo ; cat xrdb ) >> xhost
9793c23
mv xhost xorg-x11-server-utils ; rm xmodmap xrandr xrdb
a2a3bb8
a2a3bb8
# Not applicable to Fedora and derivatives:
9793c23
rm apache2ctl
9793c23
rm apt-build
9793c23
rm aptitude
9793c23
rm cardctl
9793c23
rm heimdal
9793c23
rm kldload
9793c23
rm lilo
9793c23
rm links
9793c23
rm lintian
9793c23
rm pkg_install
9793c23
rm pkgtools
9793c23
rm portupgrade
9793c23
rm reportbug
9793c23
rm sysv-rc
a2a3bb8
a2a3bb8
# Not handled due to other reasons (e.g. no known packages) (yet?):
9793c23
rm larch
9793c23
rm p4
a2a3bb8
cvsextras 05bf1d9
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
9793c23
mv * $RPM_BUILD_ROOT%{_datadir}/%{name}
9793c23
install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}/plague-client
a2a3bb8
a2a3bb8
# Always installed (not triggered) completions for practically always
a2a3bb8
# installed packages or non-triggerable common ones:
6a80f0e
for f in bash-builtins configure coreutils dd getent iconv ifupdown \
9793c23
    module-init-tools rpm service sh util-linux ; do
9793c23
    mv $RPM_BUILD_ROOT%{_datadir}/%{name}/$f .
a2a3bb8
done
e8b29de
install -pm 644 %{SOURCE3} redefine_filedir
a2a3bb8
9793c23
cd - # $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
9793c23
9793c23
%if 0%{?rhel} == 5
9793c23
 # mock >= 1.1.1, subversion >= 1.6.5-2, yum-utils >= 1.1.24, yum >= 3.2.25-2
9793c23
install -pm 644 completions/_{mock,subversion,yum-utils,yum} \
9793c23
    $RPM_BUILD_ROOT%{_datadir}/%{name}
9793c23
%endif
9793c23
9793c23
# file list
9793c23
filelist=$(pwd)/%{name}-files.list
a2a3bb8
cd $RPM_BUILD_ROOT%{_datadir}/%{name}
cvsextras 05bf1d9
for f in * ; do
9793c23
    [ $f = helpers ] && continue
a2a3bb8
    ln -s %{_datadir}/%{name}/$f $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
9793c23
    echo "%ghost %{_sysconfdir}/bash_completion.d/$f" >> $filelist
9793c23
    echo "%{_datadir}/%{name}/$f" >> $filelist
cvsextras 05bf1d9
done
9793c23
cd - # $RPM_BUILD_ROOT%{_datadir}/%{name}
9793c23
9793c23
# avoid dependency on perl (will only be invoked if perl is installed)
9793c23
chmod -x $RPM_BUILD_ROOT%{_datadir}/%{name}/helpers/perl
cvsextras 05bf1d9
cvsextras 05bf1d9
fff27fb
%if %{with tests}
6a80f0e
%check
6a80f0e
# For some tests involving non-ASCII filenames
6a80f0e
export LANG=en_US.UTF-8
6a80f0e
# This stuff borrowed from dejagnu-1.4.4-17 (tests need a terminal)
6a80f0e
tmpfile=$(mktemp)
6a80f0e
screen -D -m sh -c '( make check ; echo $? ) >'$tmpfile
6a80f0e
cat $tmpfile
6a80f0e
result=$(tail -n 1 $tmpfile)
6a80f0e
rm -f $tmpfile
fff27fb
exit $result
fff27fb
%endif
6a80f0e
6a80f0e
cvsextras 05bf1d9
%clean
cvsextras 05bf1d9
rm -rf $RPM_BUILD_ROOT
cvsextras 05bf1d9
cvsextras 05bf1d9
0e9863b
# Note that this *must* be %%define, not %%global, otherwise the %%{?2}/%%{!?2}
0e9863b
# conditional is apparently evaluated too early (at spec parse time when arg 2
0e9863b
# is never defined)?
0e9863b
%define bashcomp_trigger() \
a2a3bb8
%triggerin -- %{?2}%{!?2:%1}\
b1980c6
[ -e %{_sysconfdir}/bash_completion.d/%1 ] || \\\
a2a3bb8
    ln -s %{_datadir}/%{name}/%1 %{_sysconfdir}/bash_completion.d || :\
a2a3bb8
%triggerun -- %{?2}%{!?2:%1}\
b1980c6
[ $2 -gt 0 ]%{?3: || [ -x %3 ]}%{?4: || [ -x %4 ]}%{?5: || [ -x %5 ]} || \\\
899941a
    rm -f %{_sysconfdir}/bash_completion.d/%1 || :\
a2a3bb8
%{nil}
a2a3bb8
6a80f0e
%bashcomp_trigger abook
a2a3bb8
%bashcomp_trigger ant
a2a3bb8
%bashcomp_trigger apt
a2a3bb8
%bashcomp_trigger aptitude
a2a3bb8
%bashcomp_trigger aspell
9793c23
%bashcomp_trigger autoconf
9793c23
%bashcomp_trigger automake
a2a3bb8
%bashcomp_trigger autorpm
a2a3bb8
%bashcomp_trigger bind-utils
a2a3bb8
%bashcomp_trigger bitkeeper
a2a3bb8
%bashcomp_trigger bittorrent
6a80f0e
%bashcomp_trigger bluez
a2a3bb8
%bashcomp_trigger brctl bridge-utils
a2a3bb8
%bashcomp_trigger bzip2
a2a3bb8
%bashcomp_trigger cfengine
a2a3bb8
%bashcomp_trigger chkconfig
a2a3bb8
%bashcomp_trigger cksfv
a2a3bb8
%bashcomp_trigger clisp
a2a3bb8
%bashcomp_trigger cpan2dist perl-CPANPLUS
a2a3bb8
%bashcomp_trigger cpio
9793c23
%bashcomp_trigger crontab cronie,vixie-cron %{_bindir}/crontab
6a80f0e
%bashcomp_trigger cryptsetup cryptsetup-luks
a2a3bb8
%bashcomp_trigger cups
a2a3bb8
%bashcomp_trigger cvs
6a80f0e
%bashcomp_trigger cvsps
a2a3bb8
%bashcomp_trigger dhclient
a2a3bb8
%bashcomp_trigger dict dictd
c62a0f4
%bashcomp_trigger dpkg
c62a0f4
%bashcomp_trigger dselect
a2a3bb8
%bashcomp_trigger dsniff
9793c23
%bashcomp_trigger dvd+rw-tools
9793c23
%bashcomp_trigger e2fsprogs
a2a3bb8
%bashcomp_trigger findutils
a2a3bb8
%bashcomp_trigger freeciv
9793c23
%bashcomp_trigger freerdp
6a80f0e
%bashcomp_trigger fuse
a2a3bb8
%bashcomp_trigger gcc
a2a3bb8
%bashcomp_trigger gcl
a2a3bb8
%bashcomp_trigger gdb
a2a3bb8
%bashcomp_trigger genisoimage
a2a3bb8
%bashcomp_trigger gkrellm
a2a3bb8
%bashcomp_trigger gnatmake gcc-gnat
a2a3bb8
%bashcomp_trigger gpg gnupg
a2a3bb8
%bashcomp_trigger gpg2 gnupg2
a2a3bb8
%bashcomp_trigger gzip
6a80f0e
%bashcomp_trigger hping2 hping3
a2a3bb8
%bashcomp_trigger imagemagick ImageMagick
9793c23
%bashcomp_trigger iftop
a2a3bb8
%bashcomp_trigger info
a2a3bb8
%bashcomp_trigger ipmitool
9793c23
%bashcomp_trigger iproute2 iproute
6a80f0e
%bashcomp_trigger ipsec openswan
a2a3bb8
%bashcomp_trigger iptables
6a80f0e
%bashcomp_trigger ipv6calc
a2a3bb8
%bashcomp_trigger isql unixODBC
a2a3bb8
%bashcomp_trigger jar java-1.6.0-openjdk-devel
a2a3bb8
%bashcomp_trigger java java-1.6.0-openjdk
6a80f0e
%bashcomp_trigger k3b
a2a3bb8
%bashcomp_trigger ldapvi
a2a3bb8
%bashcomp_trigger lftp
a2a3bb8
%bashcomp_trigger lisp cmucl
9793c23
%bashcomp_trigger lrzip
9793c23
%bashcomp_trigger lsof
a2a3bb8
%bashcomp_trigger lvm lvm2
a2a3bb8
%bashcomp_trigger lzma xz-lzma-compat
a2a3bb8
%bashcomp_trigger lzop
a2a3bb8
%bashcomp_trigger mailman
a2a3bb8
%bashcomp_trigger make
035a30b
%bashcomp_trigger man man-db,man %{_bindir}/man
a2a3bb8
%bashcomp_trigger mc
a2a3bb8
%bashcomp_trigger mcrypt
a2a3bb8
%bashcomp_trigger mdadm
6a80f0e
%bashcomp_trigger medusa
a2a3bb8
%bashcomp_trigger minicom
a2a3bb8
%bashcomp_trigger mkinitrd
6a80f0e
9793c23
%if 0%{?rhel} == 5
6a80f0e
%triggerin -- mock
6a80f0e
if [ -e %{_sysconfdir}/bash_completion.d/mock.bash ] ; then
6a80f0e
    # Upstream completion in mock >= 1.1.1
6a80f0e
    rm -f %{_sysconfdir}/bash_completion.d/_mock || :
6a80f0e
elif [ ! -e %{_sysconfdir}/bash_completion.d/_mock ] ; then
6a80f0e
    ln -s %{_datadir}/%{name}/_mock %{_sysconfdir}/bash_completion.d || :
6a80f0e
fi
6a80f0e
%triggerun -- mock
6a80f0e
[ $2 -gt 0 ] || rm -f %{_sysconfdir}/bash_completion.d/_mock || :
c506b64
%endif
0e9863b
a2a3bb8
%bashcomp_trigger monodevelop
a2a3bb8
%bashcomp_trigger mplayer
a2a3bb8
%bashcomp_trigger msynctool
a2a3bb8
%bashcomp_trigger mtx
a2a3bb8
%bashcomp_trigger munin-node
a2a3bb8
%bashcomp_trigger mutt
035a30b
%bashcomp_trigger mysqladmin mysql,MySQL-client-community %{_bindir}/mysqladmin
a2a3bb8
%bashcomp_trigger ncftp
a2a3bb8
%bashcomp_trigger net-tools
6a80f0e
%bashcomp_trigger nmap
a2a3bb8
%bashcomp_trigger ntpdate
9793c23
%bashcomp_trigger open-iscsi iscsi-initiator-utils
a2a3bb8
%bashcomp_trigger openldap openldap-clients
a2a3bb8
%bashcomp_trigger openssl
a2a3bb8
%bashcomp_trigger perl
a2a3bb8
%bashcomp_trigger pine
a2a3bb8
%bashcomp_trigger pkg-config pkgconfig
a2a3bb8
%bashcomp_trigger plague-client
6a80f0e
%bashcomp_trigger pm-utils
a2a3bb8
%bashcomp_trigger postfix
a2a3bb8
%bashcomp_trigger postgresql
a2a3bb8
%bashcomp_trigger povray
6a80f0e
%bashcomp_trigger procps
a2a3bb8
%bashcomp_trigger python
899941a
%bashcomp_trigger qdbus qt,kdelibs3,kdelibs %{_bindir}/qdbus %{_bindir}/dcop
a2a3bb8
%bashcomp_trigger qemu
a2a3bb8
%bashcomp_trigger quota-tools quota
a2a3bb8
%bashcomp_trigger rcs
a2a3bb8
%bashcomp_trigger rdesktop
a2a3bb8
%bashcomp_trigger resolvconf
a2a3bb8
%bashcomp_trigger rfkill
a2a3bb8
%bashcomp_trigger ri ruby-ri
a2a3bb8
%bashcomp_trigger rpcdebug nfs-utils
a2a3bb8
%bashcomp_trigger rpmcheck
a2a3bb8
%bashcomp_trigger rrdtool
a2a3bb8
%bashcomp_trigger rsync
a2a3bb8
%bashcomp_trigger samba samba-common
a2a3bb8
%bashcomp_trigger sbcl
a2a3bb8
%bashcomp_trigger screen
a2a3bb8
%bashcomp_trigger shadow shadow-utils
a2a3bb8
%bashcomp_trigger sitecopy
a2a3bb8
%bashcomp_trigger smartctl smartmontools
a2a3bb8
%bashcomp_trigger snownews
9793c23
%bashcomp_trigger sqlite3 sqlite
a2a3bb8
%bashcomp_trigger ssh openssh-clients
6a80f0e
%bashcomp_trigger sshfs fuse-sshfs
a2a3bb8
%bashcomp_trigger strace
0f1bffa
9793c23
%if 0%{?rhel} == 5
a11c879
%triggerin -- subversion
7299ae7
if [ -e %{_sysconfdir}/bash_completion.d/subversion ] ; then
0e9863b
    # Upstream completion in subversion >= 1.6.5-2
7299ae7
    rm -f %{_sysconfdir}/bash_completion.d/_subversion || :
7299ae7
elif [ ! -e %{_sysconfdir}/bash_completion.d/_subversion ] ; then
7299ae7
    ln -s %{_datadir}/%{name}/_subversion %{_sysconfdir}/bash_completion.d || :
7299ae7
fi
a11c879
%triggerun -- subversion
a2a3bb8
[ $2 -gt 0 ] || rm -f %{_sysconfdir}/bash_completion.d/_subversion || :
c506b64
%endif
a2a3bb8
a2a3bb8
%bashcomp_trigger svk perl-SVK
9793c23
%bashcomp_trigger sysbench
a2a3bb8
%bashcomp_trigger tar
a2a3bb8
%bashcomp_trigger tcpdump
a2a3bb8
%bashcomp_trigger unace
a2a3bb8
%bashcomp_trigger unrar
035a30b
%bashcomp_trigger vncviewer tigervnc,vnc %{_bindir}/vncviewer
a2a3bb8
%bashcomp_trigger vpnc
a2a3bb8
%bashcomp_trigger wireless-tools
a2a3bb8
%bashcomp_trigger wodim
6a80f0e
%bashcomp_trigger wol
6a80f0e
%bashcomp_trigger wtf bsd-games
a2a3bb8
%bashcomp_trigger wvdial
a2a3bb8
%bashcomp_trigger xm xen
a2a3bb8
%bashcomp_trigger xmllint libxml2
a2a3bb8
%bashcomp_trigger xmlwf expat
a2a3bb8
%bashcomp_trigger xmms
6a80f0e
%bashcomp_trigger xorg-x11-server-utils
6a80f0e
%bashcomp_trigger xsltproc libxslt
a2a3bb8
%bashcomp_trigger xz
a2a3bb8
%bashcomp_trigger yp-tools
a2a3bb8
9793c23
%if 0%{?rhel} == 5
a2a3bb8
%triggerin -- yum
f746b3f
if [ -e %{_sysconfdir}/bash_completion.d/yum.bash ] ; then
0e9863b
    # Upstream completion in yum >= 3.2.25-2
a2a3bb8
    rm -f %{_sysconfdir}/bash_completion.d/_yum || :
a2a3bb8
elif [ ! -e %{_sysconfdir}/bash_completion.d/_yum ] ; then
a2a3bb8
    ln -s %{_datadir}/%{name}/_yum %{_sysconfdir}/bash_completion.d || :
a2a3bb8
fi
a2a3bb8
%triggerun -- yum
a2a3bb8
[ $2 -gt 0 ] || rm -f %{_sysconfdir}/bash_completion.d/_yum || :
cvsextras 05bf1d9
6a80f0e
%triggerin -- yum-utils
6a80f0e
if [ -e %{_sysconfdir}/bash_completion.d/yum-utils.bash ] ; then
6a80f0e
    # Upstream completion in yum-utils >= 1.1.24
6a80f0e
    rm -f %{_sysconfdir}/bash_completion.d/_yum-utils || :
6a80f0e
elif [ ! -e %{_sysconfdir}/bash_completion.d/_yum-utils ] ; then
6a80f0e
    ln -s %{_datadir}/%{name}/_yum-utils %{_sysconfdir}/bash_completion.d || :
6a80f0e
fi
6a80f0e
%triggerun -- yum-utils
6a80f0e
[ $2 -gt 0 ] || rm -f %{_sysconfdir}/bash_completion.d/_yum-utils || :
c506b64
%endif
6a80f0e
a2a3bb8
%bashcomp_trigger yum-arch
742eb98
cvsextras 05bf1d9
9793c23
%files -f %{name}-files.list
192263e
%defattr(-,root,root,-)
4b23eec
%doc AUTHORS CHANGES CHANGES.package.old COPYING README TODO
192263e
%config(noreplace) %{_sysconfdir}/profile.d/bash_completion.sh
192263e
%{_sysconfdir}/bash_completion
192263e
%dir %{_sysconfdir}/bash_completion.d/
a2a3bb8
%{_sysconfdir}/bash_completion.d/bash-builtins
a2a3bb8
%{_sysconfdir}/bash_completion.d/configure
6a80f0e
%{_sysconfdir}/bash_completion.d/coreutils
a2a3bb8
%{_sysconfdir}/bash_completion.d/dd
a2a3bb8
%{_sysconfdir}/bash_completion.d/getent
a2a3bb8
%{_sysconfdir}/bash_completion.d/iconv
6a80f0e
%{_sysconfdir}/bash_completion.d/ifupdown
6a80f0e
%{_sysconfdir}/bash_completion.d/module-init-tools
e8b29de
%{_sysconfdir}/bash_completion.d/redefine_filedir
a2a3bb8
%{_sysconfdir}/bash_completion.d/rpm
6a80f0e
%{_sysconfdir}/bash_completion.d/service
9793c23
%{_sysconfdir}/bash_completion.d/sh
86bbeaf
%{_sysconfdir}/bash_completion.d/util-linux
9793c23
%dir %{_datadir}/%{name}/
9793c23
%dir %{_datadir}/%{name}/helpers/
9793c23
%attr(755,root,root) %{_datadir}/%{name}/helpers/perl
cvsextras 05bf1d9
cvsextras 05bf1d9
cvsextras 05bf1d9
%changelog
e8b29de
* Tue May 10 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:1.3-4
e8b29de
- Work around problems caused by Adobe Reader overriding _filedir (#677446).
e8b29de
7d79fb7
* Tue Apr 12 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:1.3-3
7d79fb7
- Patch to not test command availability for each snippet, improves load time.
7d79fb7
- Apply upstream libreoffice flat XML extensions fix for #692548.
7d79fb7
- Apply upstream MANPAGER fix for #689180.
7d79fb7
- Apply upstream (la)tex *.dbj fix for #678122.
7d79fb7
8e21083
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3-2
8e21083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8e21083
9793c23
* Mon Feb  7 2011 Ville Skyttä <ville.skytta@iki.fi> - 1:1.3-1
9793c23
- Update to 1.3.
9793c23
2ec49de
* Wed Oct 13 2010 Ville Skyttä <ville.skytta@iki.fi> - 1:1.2-5
86bbeaf
- Install util-linux completions unconditionally.
035a30b
- Make trigger target package rename etc tracking easier to maintain, and
035a30b
  handle man-db/man (#642193, Yanko Kaneti), mysql/MySQL-client-community,
035a30b
  and tigervnc/vnc renames better.
4b23eec
- Move pre-1.0 %%changelog entries to CHANGES.package.old.
86bbeaf
1841a58
* Tue Oct  5 2010 Ville Skyttä <ville.skytta@iki.fi> - 1:1.2-4
1841a58
- More IPv6 address completion fixes, #630658.
1841a58
c506b64
* Tue Sep 28 2010 Ville Skyttä <ville.skytta@iki.fi> - 1:1.2-3
c506b64
- Apply upstream ~username completion fix for #628130.
c506b64
- Apply upstream rpm completion improvements for #630328.
c506b64
- Apply upstream IPv6 address completion fix for #630658.
c506b64
- Drop some completions that are included in respective upstream packages.
c506b64
- Fix qdbus/dcop uninstall trigger.
c506b64
7ef2069
* Mon Jun 28 2010 Ville Skyttä <ville.skytta@iki.fi> - 1:1.2-2
7ef2069
- Apply upstream post 1.2 /etc/init.d/* completion improvements to fix #608351.
7ef2069
6a80f0e
* Wed Jun 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 1:1.2-1
6a80f0e
- Update to 1.2, all patches applied upstream.
6a80f0e
- Fixes #444469, #538433, #541423, and #601813, works around #585384.
6a80f0e
c62a0f4
* Fri Mar 12 2010 Ville Skyttä <ville.skytta@iki.fi> - 1:1.1-7
c62a0f4
- Autoinstall dpkg and dselect completions.
c62a0f4
c62a0f4
* Thu Mar 11 2010 Todd Zullinger <tmz@pobox.com> - 1:1.1-6
c62a0f4
- Apply upstream post 1.1 service argument fix (#572794).
c62a0f4
12ed1e3
* Sat Dec 26 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:1.1-5
12ed1e3
- Apply upstream post 1.1 generic vncviewer fixes.
12ed1e3
- Autoinstall vncviewer completion also on tigervnc.
12ed1e3
- Autoinstall chsh completion also on util-linux.
12ed1e3
0e9863b
* Tue Dec 15 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:1.1-4
0e9863b
- Fix autoinstall of completions named other than the package (#546905).
0e9863b
- Use environment-modules upstream completion instead of ours if available.
0e9863b
- Autoinstall mysqladmin completion also on MySQL-client-community.
0e9863b
f746b3f
* Tue Nov 17 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:1.1-3
f746b3f
- Prepare for smooth coexistence with yum upstream completion.
f746b3f
1d2a6f4
* Sun Nov  8 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:1.1-2
1d2a6f4
- Use yum-utils completion instead of ours if available.
1d2a6f4
a2a3bb8
* Mon Oct 19 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:1.1-1
a2a3bb8
- Update to 1.1.
6bacb16
- bash 4 quoting fix, mock and repomanage completions included upstream.
a2a3bb8
7299ae7
* Sun Sep 20 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:1.0-5
7299ae7
- Use svn completion from subversion instead of ours if available (#496456).
7299ae7
8c6fda2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-4
8c6fda2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8c6fda2
a2a3bb8
* Sat Apr 18 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:1.0-3
564cba0
- Do not install cowsay completion, an updated version is shipped with it.
564cba0
a2a3bb8
* Tue Apr  7 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:1.0-2
9e76db8
- Apply upstream patch to fix quoting issues with bash 4.x (#490322).
9e76db8
a2a3bb8
* Mon Apr  6 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:1.0-1
742eb98
- 1.0.