Make the git metapackage require the same version of the subpackages.
commit42616335479fe4852307acdb185e27c09188642c
authorJames Bowes <jbowes@dangerouslyinc.com>
Sun, 6 Jan 2008 17:35:02 +0000 (6 12:35 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jan 2008 02:41:44 +0000 (6 18:41 -0800)
treeb0e166169e04ac4cc4d4221cc974da49809b3a35
parent64cc1c0909949fa2866ad71ad2d1ab7ccaa673d9
Make the git metapackage require the same version of the subpackages.

Without explicit version deps in the rpm spec file, 'yum update git'
effectively does nothing. Require explicit versions of the subpackages,
so that they get pulled in on an update.

Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.spec.in