CentOS 6 no longer includes ExtUtils::MakeMaker in the core Perl RPMs, so we have to specify it as a build dependency.
This commit is contained in:
parent
aabefce3b9
commit
ac701f2708
@ -12,6 +12,7 @@ Group: System Environment/Daemons
|
|||||||
URL: http://smtpd.develooper.com/
|
URL: http://smtpd.develooper.com/
|
||||||
BuildRoot: %{_builddir}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_builddir}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: perl >= 0:5.00503
|
BuildRequires: perl >= 0:5.00503
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) perl(IPC::Shareable)
|
Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) perl(IPC::Shareable)
|
||||||
Requires(pre): coreutils, shadow-utils, perl
|
Requires(pre): coreutils, shadow-utils, perl
|
||||||
|
Loading…
Reference in New Issue
Block a user