Bug 197460
| Summary: | libgtk-java package errantly "provides" perl modules | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chris Weyl <cweyl> |
| Component: | libgtk-java | Assignee: | Stepan Kasal <kasal> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | nobody+pnasrat, perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-08-13 19:56:55 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: | 202210 | ||
| Bug Blocks: | |||
|
Description
Chris Weyl
2006-07-02 05:39:34 UTC
Thanks for the report. Actually, this is a bug in rpm-build, in the script which automatically generates the list of provided modules. Filed as bug #202210; as soon as it is fixed, a rebuild of libgtk-java should fix the problem. It may be some time before the rpm bug is fixed. This sort of problem crops up quite often for perl packages, for which there are some workarounds described here: http://fedoraproject.org/wiki/Packaging/Perl In fact a simple: %define __perl_provides %{nil} might be sufficient in this particular instance. Don't install the examples as +x, they shouldn't have been installed as anything other than 644 as +x makes no sense for .java files. (In reply to comment #3) > Don't install the examples as +x, They are not installed with +x. (In reply to comment #2) > %define __perl_provides %{nil} Indeed, I'm using this workaround until bug #202210 is fixed. Thank you for the advice. |