Bug 453751
Summary: | OpenIPMI-perl not built for perl 5.10.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Paul Howarth <paul> | ||||
Component: | OpenIPMI | Assignee: | Phil Knirsch <pknirsch> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 9 | CC: | rvokal | ||||
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: | 2008-09-25 00:15:06 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: | 454257 | ||||||
Attachments: |
|
Description
Paul Howarth
2008-07-02 11:19:24 UTC
Created attachment 310780 [details]
Patch to add perl(:MODULE_COMPAT...) dependency and fix a bunch of rpmlint complaints
The patch from Comment #1 addresses rpmlint complaints about: * Bogus /usr/lib64 RPATHs on x86_64 * Non-UTF8 documentation * Missing %defattr() clauses in %files lists * Permissions of OpenIPMI perl module * Dot at end of summary for OpenIPMI-devel package * Use of deprecated PreReq tags In addition, it: * Changes source URLs to ones that can be retrieved using spectool * Adds the perl(:MODULE_COMPAT...) dependency that this ticket is really about * Cleans the buildroot at the start of %install * Uses the %{perl_vendorarch} macro instead of complex wildcards for perl module directory locations The remaining rpmlint complaints are: OpenIPMI.src:93: E: hardcoded-library-path in $RPM_BUILD_ROOT/usr/lib OpenIPMI.x86_64: E: executable-marked-as-config-file /etc/rc.d/init.d/ipmi OpenIPMI.x86_64: W: conffile-without-noreplace-flag /etc/rc.d/init.d/ipmi OpenIPMI.x86_64: W: no-reload-entry /etc/rc.d/init.d/ipmi OpenIPMI.x86_64: W: incoherent-init-script-name ipmi OpenIPMI-libs.x86_64: W: no-documentation OpenIPMI-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pkgconfig/OpenIPMIutils.pc OpenIPMI-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pkgconfig/OpenIPMIui.pc OpenIPMI-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pkgconfig/OpenIPMIcmdlang.pc OpenIPMI-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pkgconfig/OpenIPMI.pc OpenIPMI-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pkgconfig/OpenIPMIposix.pc OpenIPMI-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pkgconfig/OpenIPMIpthread.pc OpenIPMI-libs.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pkgconfig/OpenIPMIglib.pc OpenIPMI-perl.x86_64: W: no-documentation OpenIPMI-python.x86_64: W: no-documentation I'd suggest not marking the initscript as %config to fix two of those, and moving the pkgconfig files to the devel package to fix another 7, unless there's a good reason why those things are as they are. Slight typo in the patch from Comment #1: %{_lib} should read: /%{_lib} Fixing today. Sorry it took a while. Read ya, Phil OpenIPMI-2.0.14-2.1.fc9 has been submitted as an update for Fedora 9 OpenIPMI-2.0.14-2.1.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update OpenIPMI'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-7136 OpenIPMI-2.0.14-2.1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |