diff options
author | Francois Pons <fpons@mandriva.com> | 2002-02-11 13:36:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-02-11 13:36:15 +0000 |
commit | c94c26159caf8d176e03c822745704dc77be95aa (patch) | |
tree | 76290b4aec9f99ebeb3a1ae1207773d47ec5d099 | |
parent | a6bddac94bf0364258dafd6feef3a775ea16900f (diff) | |
download | urpmi-c94c26159caf8d176e03c822745704dc77be95aa.tar urpmi-c94c26159caf8d176e03c822745704dc77be95aa.tar.gz urpmi-c94c26159caf8d176e03c822745704dc77be95aa.tar.bz2 urpmi-c94c26159caf8d176e03c822745704dc77be95aa.tar.xz urpmi-c94c26159caf8d176e03c822745704dc77be95aa.zip |
added explicit requires on 4.2-2mdk or above (for handling src in medium).
-rw-r--r-- | urpmi.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Source0: %{name}.tar.bz2 Source1: %{name}.logrotate Summary: User mode rpm install Requires: eject, webfetch, perl-DateManip >= 5.40 -PreReq: perl-gettext, rpmtools >= 4.0-5mdk +PreReq: perl-gettext, rpmtools >= 4.2-2mdk BuildRequires: libbzip2-devel rpm-devel BuildRoot: %{_tmppath}/%{name}-buildroot |