diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-27 00:15:45 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-27 00:15:45 -0700 |
commit | 3cc35e29ec252d0dca1139106fbaa70cb9ad6ef1 (patch) | |
tree | ad48ced678483431e5b9bd4a28076af98e09d484 | |
parent | 1e1cba6433a15d68eeca7eda7646d687714c18e3 (diff) | |
download | git-3cc35e29ec252d0dca1139106fbaa70cb9ad6ef1.tar.gz git-3cc35e29ec252d0dca1139106fbaa70cb9ad6ef1.tar.xz |
Really require tk 8.4 (RPM)
**BLUSH**
Signed-off-by: Junio C Hamano <junkio@cox.net>
-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 f64300678..6af5103ee 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 >= 2.4 +Requires: rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk >= 8.4 %description This is a stupid (but extremely fast) directory content manager. It |