diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-11 09:31:38 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-11 09:33:47 -0800 |
commit | 592ee97d8fffa2318960074057e044709163abf7 (patch) | |
tree | 087aa68b48e0a91cb193ca076edaa79416ad6e78 | |
parent | 7f10f7c4e4943fefbc8b8310d1d1d7753f5e3aff (diff) | |
download | git-592ee97d8fffa2318960074057e044709163abf7.tar.gz git-592ee97d8fffa2318960074057e044709163abf7.tar.xz |
RPM: arch submodule needs tla.
Noticed by Horst von Brand.
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 cf7e94232..6a482ad1f 100644 --- a/git-core.spec.in +++ b/git-core.spec.in @@ -36,7 +36,7 @@ Git tools for importing CVS repositories. %package arch Summary: Git tools for importing Arch repositories Group: Development/Tools -Requires: git-core = %{version}-%{release} +Requires: git-core = %{version}-%{release}, tla %description arch Git tools for importing Arch repositories. |