Bug 2304277
| Summary: | 1.004007-1 stopped run-requiring perl(Cpanel::JSON::XS) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | perl-JSON-MaybeXS | Assignee: | Paul Howarth <paul> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | paul, perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | perl-JSON-MaybeXS-1.004008-2.fc41 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-08-13 14:12:10 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: | 2260875, 2304273, 2304275 | ||
Indeed. Copy-and-Paste error. FEDORA-2024-3eeab152e7 (perl-JSON-MaybeXS-1.004008-2.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-3eeab152e7 FEDORA-2024-3eeab152e7 (perl-JSON-MaybeXS-1.004008-2.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. *** Bug 2304273 has been marked as a duplicate of this bug. *** *** Bug 2304275 has been marked as a duplicate of this bug. *** |
There is probably a typo in: commit e6f6054816a1636ea7b778de84c576ef05154759 Author: Paul Howarth <paul> Date: Sun Aug 4 19:33:19 2024 +0100 Update to 1.004007 +%if 0%{?fedora} > 36 || 0%{?rhel} > 9 +BuildRequires: perl(Cpanel::JSON::XS) >= 4.38 +Requires: perl(experimental) +%else Requires: perl(Cpanel::JSON::XS) >= 2.3310 +%endif The BuildRequires line should read Requires.