Bug 121131
| Summary: | foomatic 3.0.1-2 needs perl 5.8.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Göran Uddeborg <goeran> |
| Component: | foomatic | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | wtogami |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-04-30 03:30:28 UTC | Type: | --- |
| 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: | 114963 | ||
|
Description
Göran Uddeborg
2004-04-17 19:38:36 UTC
This is not a bug for FC2 per se, but it is a case where we should use the new perl virtual provides dependency in order to avoid unsupported mixes of packages like this. Looking at what the new perl provides, I assume you mean that foomatic should require perl(:MODULE_COMPAT_5.8.3) That makes sense, it is better than pointing to package versions. (I would still call it a bug in foomatic that it doesn't require this. But that philosophical question doesn't have that much practical impact as long as we agree what needs to be done. :-) Well in fact it requires a version of perl with module compatibility with the version it was built against in the first place. So it needs to determine that at build time, not at spec-edit time. I've added this line to 3.0.1-3: Requires: %(eval 'perl -V:version'; echo "perl(:MODULE_COMPAT_$version)") |