diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-15 11:14:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-15 11:14:14 +0000 |
commit | a6262ef286ecb4116331b091ca57d698cf22129e (patch) | |
tree | f75838068eb971196a5a288ef0a44047feb58db7 /perl-install | |
parent | 75cafa537071ef7d548d1ba9c84d1c3a239d3aef (diff) | |
download | drakx-backup-do-not-use-a6262ef286ecb4116331b091ca57d698cf22129e.tar drakx-backup-do-not-use-a6262ef286ecb4116331b091ca57d698cf22129e.tar.gz drakx-backup-do-not-use-a6262ef286ecb4116331b091ca57d698cf22129e.tar.bz2 drakx-backup-do-not-use-a6262ef286ecb4116331b091ca57d698cf22129e.tar.xz drakx-backup-do-not-use-a6262ef286ecb4116331b091ca57d698cf22129e.zip |
oops, no per package _requires_exceptions, only a global one, but that's ok to forget alltogether about ther require perl(URPM) since we do require urpmi explictly
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/drakxtools.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec index 67a4ddcdd..f4164b709 100644 --- a/perl-install/drakxtools.spec +++ b/perl-install/drakxtools.spec @@ -17,7 +17,7 @@ BuildRequires: rpm-devel BuildRoot: %_tmppath/%name-buildroot Provides: draksec Obsoletes: draksec -%define _requires_exceptions perl(Net::FTP)\\|perl(Time::localtime) +%define _requires_exceptions perl(Net::FTP)\\|perl(Time::localtime)\\|perl(URPM) %package newt Summary: The drakxtools (XFdrake, diskdrake, keyboarddrake, mousedrake...) @@ -36,7 +36,7 @@ Group: System/Configuration/Other Requires: ldetect-lst >= 0.1.25-1mdk Requires: dmidecode Conflicts: drakxtools-newt < 10-51mdk -%define _requires_exceptions perl(URPM) + %package http Summary: The drakxtools via http |