add missing BR: perl(Test::Exception)
This commit is contained in:
parent
67e6eef678
commit
b3524d820f
@ -1,6 +1,6 @@
|
||||
Name: perl-SQL-Abstract
|
||||
Version: 1.50
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Generate SQL from Perl data structures
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -9,7 +9,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/SQL-Abstract
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Test::More), perl(Test::Deep), perl(Test::Warn)
|
||||
BuildRequires: perl(Test::More), perl(Test::Deep), perl(Test::Warn), perl(Test::Exception)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.50-2
|
||||
- add missing BR: perl(Test::Exception)
|
||||
|
||||
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.50-1
|
||||
- update to 1.50
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user