--- rpms/perl-Quota/sme10/perl-Quota.spec 2016/02/04 13:15:53 1.1 +++ rpms/perl-Quota/sme10/perl-Quota.spec 2023/07/24 22:25:07 1.4 @@ -1,4 +1,4 @@ -# $Id$ +# $Id: perl-Quota.spec,v 1.3 2023/07/24 07:55:14 trevorb Exp $ # Authority: shuff # Upstream: Tom Zoerner @@ -9,8 +9,8 @@ Summary: Perl interface to file system quotas Name: perl-Quota -Version: 1.6.7 -Release: 2%{?dist} +Version: 1.8.2 +Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Quota/ @@ -23,6 +23,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::Manifest) +BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: quota quota-devel %description @@ -62,6 +64,11 @@ find contrib/ -type f -exec %{__chmod} a %{perl_vendorarch}/Quota.pm %changelog + +* Tue Jul 25 2023 Trevor Batley - 1.8.2-1.sme +- Update to latest version 1.8.2 [SME: 12386] +- add additional perl modules in BuildRequires + * Fri Feb 1 2013 Shad L. Lords - 1.6.7-2.sme - Add buildrequires so building on rhel6 works [SME: 7253]