rpms/perl-Crypt-SmbHash/devel perl-Crypt-SmbHash.spec,1.4,1.5

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Apr 18 11:59:32 UTC 2007


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Crypt-SmbHash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11160

Modified Files:
	perl-Crypt-SmbHash.spec 
Log Message:
Buildrequire perl(ExtUtils::MakeMaker)


Index: perl-Crypt-SmbHash.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-SmbHash/devel/perl-Crypt-SmbHash.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Crypt-SmbHash.spec	8 Mar 2007 13:15:09 -0000	1.4
+++ perl-Crypt-SmbHash.spec	18 Apr 2007 11:58:58 -0000	1.5
@@ -8,12 +8,9 @@
 Source0:	http://search.cpan.org/CPAN/authors/id/B/BJ/BJKUIT/Crypt-SmbHash-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires:	perl(Digest::MD4)
+BuildRequires:	perl(Digest::MD4), perl(ExtUtils::MakeMaker)
 Requires:	perl(Digest::MD4)
 BuildArch:	noarch
-%if 0%{?fedora} > 6
-BuildRequires:	perl-devel
-%endif
 
 %description
 This module generates Lanman and NT MD4 style password hashes, using perl-only
@@ -48,7 +45,7 @@
 
 %changelog
 * Thu Mar  8 2007 Paul Howarth <paul at city-fan.org> 0.12-5
-- Buildrequire perl-devel for Fedora 7 onwards
+- Buildrequire perl(ExtUtils::MakeMaker)
 - Fix argument order for find with -depth
 
 * Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 0.12-4




More information about the scm-commits mailing list