Skip to content

Commit

Permalink
GIT 1.5.3.1: obsolete git-p4 in RPM spec file.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gitster committed Sep 3, 2007
1 parent 030e0e5 commit 5587cac
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Documentation/RelNotes-1.5.3.1.txt
@@ -0,0 +1,10 @@
GIT v1.5.3.1 Release Notes
==========================

Fixes since v1.5.3
------------------

This is solely to fix the generated RPM's dependencies. We used
to have git-p4 package but we do not anymore. As suggested on
the mailing list, this release makes git-core "Obsolete" git-p4,
so that yum update would not complain.
5 changes: 4 additions & 1 deletion Documentation/git.txt
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.5.3.GIT
DEF_VER=v1.5.3.1.GIT

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes
1 change: 1 addition & 0 deletions git.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit 5587cac

Please sign in to comment.