Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1365991

Summary: find.pl missing from perl package on RHEL 7
Product: Red Hat Enterprise Linux 7 Reporter: Deepu K S <dkochuka>
Component: perlAssignee: perl-maint-list
Status: CLOSED ERRATA QA Contact: Martin Kyral <mkyral>
Severity: medium Docs Contact: Lenka Špačková <lkuprova>
Priority: unspecified    
Version: 7.2CC: dkochuka, jorton, jplesnik, mbanas, mkyral, ppisar
Target Milestone: rcKeywords: EasyFix, Patch
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: perl-5.16.3-291.el7 Doc Type: Release Note
Doc Text:
A new _perl-Perl4-CoreLibs_ subpackage contains previously removed files The `provides` tag was incorrectly set for previously deprecated files that were no longer included in the _perl_ package. To fix this bug, these files have been backported from the previous version of Perl and are now provided by a newly created _perl-Perl4-CoreLibs_ subpackage.
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-04 00:16:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1367691    
Attachments:
Description Flags
Clean up list of provided files none

Description Deepu K S 2016-08-10 17:19:01 UTC
Description of problem:
Files find.pl, getopt.pl and getops.pl missing from perl package even though it is listed under perl rpm provides
These files were present in RHEL 6, however it seems to be discontinued with RHEL 7. However, checking perl package 'provides' shows these files as included.

# rpm -q --provides perl|egrep '\(getopts?.pl|find.pl'
perl(find.pl)
perl(getopt.pl)
perl(getopts.pl)

Version-Release number of selected component (if applicable):
Red Hat Enterprise Linux 7.2
perl-5.16.3-286.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Check the perl provides list. It shows these files.
2. Checking the package file list doesn't have this included.
3.

Actual results:
# rpm -q --provides perl|egrep '\(getopts?.pl|find.pl'
perl(find.pl)
perl(getopt.pl)
perl(getopts.pl)

# rpm -ql perl|egrep 'getopt|find.pl'
#

Expected results:
Include the files in RHEL 7.

# rpm -ql perl|egrep 'getopt|find.pl'
/usr/share/perl5/find.pl
/usr/share/perl5/getopt.pl
/usr/share/perl5/getopts.pl
/usr/share/perl5/newgetopt.pl

Additional info:

Comment 1 Jitka Plesnikova 2016-08-11 06:57:53 UTC
The utils wre deprecated in Perl 5.12.0. More information see on page

http://search.cpan.org/~rjbs/perl-5.16.3/pod/perl5120delta.pod#Deprecations

Look for "Numerous Perl 4-era libraries"


They were removed from core in Perl 5.16.0 and could be found on CPAN as Perl4::CoreLibs.

http://search.cpan.org/~rjbs/perl-5.16.3/pod/perl5160delta.pod#Removed_Modules_and_Pragmata


We forgot to remove the utils from perl provides.

Comment 2 Jitka Plesnikova 2016-08-11 07:10:48 UTC
Created attachment 1189927 [details]
Clean up list of provided files

Comment 6 Jitka Plesnikova 2016-08-16 12:12:15 UTC
How to test:

Check that the deprecated files below are not listed in perl-5.16.3-290.el7 provides:
perl(abbrev.pl)
perl(assert.pl)
perl(bigfloat.pl)
perl(bigint.pl)
perl(bigrat.pl)
perl(cacheout.pl)
perl(complete.pl)
perl(ctime.pl)
perl(dotsh.pl)
perl(exceptions.pl)
perl(fastcwd.pl)
perl(find.pl)
perl(finddepth.pl)
perl(flush.pl)
perl(ftp.pl)
perl(getcwd.pl)
perl(getopt.pl)
perl(getopts.pl)
perl(hostname.pl)
perl(importenv.pl)
perl(look.pl)
perl(newgetopt.pl)
perl(open2.pl)
perl(open3.pl)
perl(pwd.pl)
perl(shellwords.pl)
perl(stat.pl)
perl(syslog.pl)
perl(tainted.pl)
perl(termcap.pl)
perl(timelocal.pl)
perl(validate.pl)


Current result should be:
$ rpm -qp --provides perl-5.16.3-290.el7.x86_64.rpm | grep '\.pl'
perl(bytes_heavy.pl)
perl(dumpvar.pl)
perl(perl5db.pl)
perl(utf8_heavy.pl)

Comment 10 Jitka Plesnikova 2016-08-18 10:46:44 UTC
How to test:

Check that the deprecated files below are provided by perl-Perl4-CoreLibs-0.001-291.el7:
perl(abbrev.pl)
perl(assert.pl)
perl(bigfloat.pl)
perl(bigint.pl)
perl(bigrat.pl)
perl(cacheout.pl)
perl(complete.pl)
perl(ctime.pl)
perl(dotsh.pl)
perl(exceptions.pl)
perl(fastcwd.pl)
perl(find.pl)
perl(finddepth.pl)
perl(flush.pl)
perl(getcwd.pl)
perl(getopt.pl)
perl(getopts.pl)
perl(hostname.pl)
perl(importenv.pl)
perl(look.pl)
perl(newgetopt.pl)
perl(open2.pl)
perl(open3.pl)
perl(pwd.pl)
perl(shellwords.pl)
perl(stat.pl)
perl(syslog.pl)
perl(tainted.pl)
perl(termcap.pl)
perl(timelocal.pl)
perl(validate.pl)

The only removed provides is perl(ftp.pl). The file was also missing in Perl 5.10.1.

Comment 16 Jitka Plesnikova 2016-09-27 13:44:58 UTC
It looks good.

Comment 18 errata-xmlrpc 2016-11-04 00:16:28 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-2191.html