BR: Add explicitly perl(Text::ParseWords)

Version: 2.69-10
This commit is contained in:
Pavel Raiskup 2013-02-14 15:32:26 +01:00
parent e025fad455
commit c3f287abf9

View File

@ -20,7 +20,8 @@ BuildRequires: emacs
# the filtering macros are currently in /etc/rpm/macros.perl: # the filtering macros are currently in /etc/rpm/macros.perl:
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::Dumper)
# from f19, Text::ParseWords is not the part of 'perl' package
BuildRequires: perl(Text::ParseWords)
%if %{with check} %if %{with check}
# For extended testsuite coverage # For extended testsuite coverage
@ -96,6 +97,9 @@ fi
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
%changelog %changelog
* Thu Feb 14 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-10
- BR the perl(Text::ParseWords) explicitly to enable build again
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-10 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild