diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-09-02 15:16:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-03 01:28:37 -0700 |
commit | 5587cac28be66acf5edc2a4b83b67c8cfffbc5e9 (patch) | |
tree | c0a32c1cedb3ead56b3e3b2becab0e0808294f92 /git.spec.in | |
parent | 030e0e5fb77ed04316b2604b5c53a38b0e746460 (diff) | |
download | git-5587cac28be66acf5edc2a4b83b67c8cfffbc5e9.tar.gz |
GIT 1.5.3.1: obsolete git-p4 in RPM spec file.v1.5.3.1
HPA noticed that yum does not like the newer git RPM set; it turns out
that we do not ship git-p4 anymore but existing installations do not
realize the package is gone if we do not tell anything about it.
David Kastrup suggests using Obsoletes in the spec file of the new
RPM to replace the old package, so here is a try.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in index fe7b3d8215..bdb293d990 100644 --- a/git.spec.in +++ b/git.spec.in @@ -25,6 +25,7 @@ This is a dummy package which brings in all subpackages. Summary: Core git tools Group: Development/Tools Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat +Obsoletes: git-p4 %description core Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations |