diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-10 17:46:27 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-10 19:46:53 -0700 |
commit | 720d150c48fc35fca13c6dfb3c76d60e4ee83b87 (patch) | |
tree | 7b6a98c985a6bc2f5e0a66c3ea15ac0a0e081269 /git-core.spec.in | |
parent | 0f69be537618036c45bc07919248b88afbf7af3e (diff) | |
download | git-720d150c48fc35fca13c6dfb3c76d60e4ee83b87.tar.gz git-720d150c48fc35fca13c6dfb3c76d60e4ee83b87.tar.xz |
Add a new merge strategy by Fredrik Kuivinen.
I really wanted to try this out, instead of asking for an adjustment
to the 'git merge' driver and waiting. For now the new strategy is
called 'fredrik' and not in the list of default strategies to be tried.
The script wants Python 2.4 so this commit also adjusts Debian and RPM
build procecure files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-core.spec.in')
-rw-r--r-- | git-core.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-core.spec.in b/git-core.spec.in index ef7cd26b9..b78a46802 100644 --- a/git-core.spec.in +++ b/git-core.spec.in @@ -10,7 +10,7 @@ URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel, openssl-devel, curl-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: sh-utils, diffutils, rsync, rcs, mktemp >= 1.5 +Requires: sh-utils, diffutils, rsync, rcs, python >= 2.4 %description This is a stupid (but extremely fast) directory content manager. It |