Bug 1960811
| Summary: | missing requires: File::Find module for monitor-edid | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Felix Miata <mrmazda> |
| Component: | monitor-edid | Assignee: | jcpunk |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | jcpunk, jglisse, negativo17, ppisar, riehecky, xgl-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | monitor-edid-3.2-6.fc34 monitor-edid-3.2-4.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-26 00:58:26 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: | |||
|
Description
Felix Miata
2021-05-15 03:59:14 UTC
# dnf --quiet repoquery /usr/sbin/monitor-edid --source monitor-edid-3.2-4.fc33.src.rpm $ grep File::Find refs/tags/v3.2/monitor-edid
require File::Find;
File::Find::find(sub { $_ eq 'EDID' and push @l, $File::Find::name }, $dir);
Offset "require" keywords are ignored by perl-generators because of excessive false positives. You need to "Requires: perl(File::Find)" explicitly.
FEDORA-2021-ac87114501 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-ac87114501 FEDORA-EPEL-2021-7c73876fd7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-7c73876fd7 FEDORA-EPEL-2021-7c73876fd7 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-7c73876fd7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-ac87114501 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-ac87114501` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-ac87114501 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-ac87114501 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2021-7c73876fd7 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report. |