Silence build-time warnings about missing bundled modules
This commit is contained in:
parent
102ebafc20
commit
4199e4f7be
@ -63,6 +63,7 @@ This module provides accelerated versions of functions in List::MoreUtils.
|
||||
# Unbundle bundled modules except private inc::Config::AutoConf::LMU
|
||||
%patch -P 0
|
||||
find inc/ -type f ! -name LMU.pm -print -delete
|
||||
perl -i -ne 'print $_ unless m{^inc/} and not m{LMU\.pm}' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL \
|
||||
@ -91,6 +92,7 @@ make test
|
||||
* Tue Jun 13 2023 Paul Howarth <paul@city-fan.org> - 0.430-9
|
||||
- Disable extra test in RHEL builds (based on
|
||||
https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1)
|
||||
- Silence build-time warnings about missing bundled modules
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.430-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user