Adapt to removing GCC from a build root

f38
Petr Písař 7 years ago
parent 564e8685a2
commit dd6b83478d

@ -1,6 +1,6 @@
Name: perl-File-Map
Version: 0.65
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Memory mapping made simple and safe
License: GPL+ or Artistic
@ -11,6 +11,7 @@ BuildRequires: findutils
BuildRequires: perl-interpreter >= 0:5.008
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
@ -77,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%changelog
* Fri Mar 02 2018 Petr Pisar <ppisar@redhat.com> - 0.65-3
- Adapt to removing GCC from a build root (bug #1547165)
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.65-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save