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 /Documentation/git.txt | |
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 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index ceca892a0d..6f7db2935b 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,7 +43,10 @@ unreleased) version of git, that is available from 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v1.5.2.5/git.html[documentation for release 1.5.2.5] +* link:v1.5.3/git.html[documentation for release 1.5.3] + +* release notes for + link:RelNotes-1.5.3.1.txt[1.5.3.1]. * release notes for link:RelNotes-1.5.2.5.txt[1.5.2.5], |