Rename git-core rpm to just git and rename the meta-pacakge to git-all.
commit7c33d3a5116fd72877802288cca6735642bb5d6f
authorKristian Høgsberg <krh@redhat.com>
Mon, 18 Feb 2008 23:11:21 +0000 (18 18:11 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Feb 2008 06:17:22 +0000 (19 22:17 -0800)
treeb93c5963fbe858f99dde3ec7cc685bc9f270f37f
parent066a5268db8bff70ebd31d7887e060d1463fe57c
Rename git-core rpm to just git and rename the meta-pacakge to git-all.

This fixes my favorite annoyance with the git rpm packaging: don't pull
in tla when I say yum install git!  You wouldn't expect yum install gcc
to pull in gcc-gfortran, right?

With this change, and blanket 'yum update' will automatically pull in the
new 'git' package and push out the old 'git-core', and if the old 'git'
package was installed 'git-all' will be pulled in instead.  A couple of
things do break though: 'yum update git-core', because yum behaves
differently when given a specific package name - it doesn't follow obsoletes.

Instead, 'yum install git' will pull in the new git rpm, which will then
push out the old 'git-core'.  Similarly, to get the newest version of
the meta package, 'yum install git-all' will install git-all, which then
pushes out the old 'git' meta package.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.spec.in