summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 030e0e5)
raw | patch | inline | side by side (parent: 030e0e5)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 2 Sep 2007 22:16:44 +0000 (15:16 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 3 Sep 2007 08:28:37 +0000 (01:28 -0700) |
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>
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>
Documentation/RelNotes-1.5.3.1.txt | [new file with mode: 0644] | patch | blob |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history | |
git.spec.in | patch | blob | history |
diff --git a/Documentation/RelNotes-1.5.3.1.txt b/Documentation/RelNotes-1.5.3.1.txt
--- /dev/null
@@ -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.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index ceca892a0d845134e49abc0eceb5eb0c31081911..6f7db2935bab455a60880b5f410948288325378e 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
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],
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 3c0032cec592a765692234f1cba47dfdcc3a9200..3835fb396544787f38882f85ebbdf75a31696662 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.3.GIT
+DEF_VER=v1.5.3.1.GIT
LF='
'
diff --git a/RelNotes b/RelNotes
index 0de5e663a2ba03a15eb6711079c6bff0cba023cb..ea8f800cbbdc973cca4ef182c8ec34598aba0b79 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.5.3.txt
\ No newline at end of file
+Documentation/RelNotes-1.5.3.1.txt
\ No newline at end of file
diff --git a/git.spec.in b/git.spec.in
index fe7b3d821567fd7a8108ae3fd7a90cdd5baac72a..bdb293d990952a0e4604599b82fced4cbffedf38 100644 (file)
--- a/git.spec.in
+++ b/git.spec.in
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