Adapt to removing GCC from a build root

This commit is contained in:
Petr Písař 2018-03-02 13:58:50 +01:00
parent d3d4d23714
commit 2b72ff2fb4

View File

@ -1,7 +1,7 @@
Summary: Params-Validate Perl module
Name: perl-Params-Validate
Version: 1.29
Release: 4%{?dist}
Release: 5%{?dist}
License: Artistic 2.0
URL: http://search.cpan.org/dist/Params-Validate/
Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-%{version}.tar.gz
@ -11,6 +11,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Implementation) >= 0.04
BuildRequires: perl(Module::Build) >= 0.28
@ -71,6 +72,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
%{_mandir}/man3/*
%changelog
* Fri Mar 02 2018 Petr Pisar <ppisar@redhat.com> - 1.29-5
- Adapt to removing GCC from a build root (bug #1547165)
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild