diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-26 18:29:26 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-26 18:29:26 -0700 |
commit | 1e1cba6433a15d68eeca7eda7646d687714c18e3 (patch) | |
tree | 54124815b8e69ee36db61b9e2d63565b17003774 /git-core.spec.in | |
parent | c1067050ce58b5b39f528fe634732da858664603 (diff) | |
download | git-1e1cba6433a15d68eeca7eda7646d687714c18e3.tar.gz git-1e1cba6433a15d68eeca7eda7646d687714c18e3.tar.xz |
Require tk 8.4 (RPM)
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 61beebd61..f64300678 100644 --- a/git-core.spec.in +++ b/git-core.spec.in @@ -9,7 +9,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}-%{release}-root-%(%{__id_u} -n) -Requires: rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk +Requires: rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk >= 2.4 %description This is a stupid (but extremely fast) directory content manager. It |