O pacote git-all
dummy é parte do repositório base. Resposta curta: gitk
é o seu próprio pacote. yum install gitk
.
[root@Davalan ~]# yum info git-all
Available Packages
Name : git-all
Arch : noarch
Version : 1.7.1
Release : 2.el6_0.1
Size : 16 k
Repo : base
Summary : Meta-package to pull in all git tools
URL : http://git-scm.com/
License : GPLv2
Description : Git is a fast, scalable, distributed revision control system with an
: unusually rich command set that provides both high-level operations
: and full access to internals.
:
: This is a dummy package which brings in all subpackages.
A execução de yum install git-all
deve resolver essas dependências. Em um pitada, você pode apenas ter certeza de ter o seguinte instalado:
Dependencies Resolved
====================================================================================================================
Package Arch Version Repository Size
====================================================================================================================
Installing:
git-all noarch 1.7.1-2.el6_0.1 base 16 k
Installing for dependencies:
cvsps x86_64 2.2-0.6.b1.el6 base 56 k
emacs-common x86_64 1:23.1-21.el6_2.3 base 18 M
emacs-git noarch 1.7.1-2.el6_0.1 base 40 k
emacs-nox x86_64 1:23.1-21.el6_2.3 base 1.9 M
git-cvs noarch 1.7.1-2.el6_0.1 base 84 k
git-email noarch 1.7.1-2.el6_0.1 base 41 k
git-gui noarch 1.7.1-2.el6_0.1 base 216 k
git-svn noarch 1.7.1-2.el6_0.1 base 95 k
gitk noarch 1.7.1-2.el6_0.1 base 132 k
perl-Authen-SASL noarch 2.13-2.el6 base 51 k
perl-DBI x86_64 1.609-4.el6 base 705 k
perl-GSSAPI x86_64 0.26-5.el6 base 64 k
perl-Net-SMTP-SSL noarch 1.01-4.el6 base 8.1 k
perl-TermReadKey x86_64 2.30-13.el6 base 31 k
subversion-perl x86_64 1.6.11-7.el6 base 796 k
Transaction Summary
====================================================================================================================
Install 16 Package(s)
É claro que você quer saber por que sua instalação de repo não foi bem-sucedida. Você está retirando do repositório EL 6.2 ou 6.3? (curioso, já que 6.2 é mais antigo e não tem atualizações). Você também pode tentar um yum clean all
.