Make test pass
This commit is contained in:
parent
e1dd92a4f9
commit
e229a81b61
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ has buildroot => ( is => 'rw', isa => 'Str' );
|
||||||
has buildarch => ( is => 'rw', isa => 'Str' );
|
has buildarch => ( is => 'rw', isa => 'Str' );
|
||||||
has buildrequires => ( is => 'rw', isa => 'ArrayRef[Str]', default => sub { [] } );
|
has buildrequires => ( is => 'rw', isa => 'ArrayRef[Str]', default => sub { [] } );
|
||||||
has requires => ( is => 'rw', isa => 'ArrayRef[Str]', default => sub { [] } );
|
has requires => ( is => 'rw', isa => 'ArrayRef[Str]', default => sub { [] } );
|
||||||
has [ qw( excluderach exclusivearch excludeos exclusiveos ) ]
|
has [ qw( excludearch exclusivearch excludeos exclusiveos ) ]
|
||||||
=> ( is => 'rw', isa => 'Str' );
|
=> ( is => 'rw', isa => 'Str' );
|
||||||
|
|
||||||
has parse_spec => (
|
has parse_spec => (
|
||||||
|
|
|
@ -13,7 +13,7 @@ BuildRequires: perl >= 1:5.6.0
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
ExclusiveArch: megaCPU
|
ExclusiveArch: megaCPU
|
||||||
ExcludeArch: crapOS
|
ExcludeArch: crapCPU
|
||||||
|
|
||||||
%description
|
%description
|
||||||
If you have two arrays and you want to know if they are the same or
|
If you have two arrays and you want to know if they are the same or
|
||||||
|
|
Loading…
Add table
Reference in a new issue