Bug 453932 - libprelude-perl should have perl(:MODULE_COMPAT...) dependency
Summary: libprelude-perl should have perl(:MODULE_COMPAT...) dependency
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: libprelude
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Steve Grubb
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F9_5.10_REBUILD
TreeView+ depends on / blocked
 
Reported: 2008-07-03 11:04 UTC by Paul Howarth
Modified: 2008-07-15 12:19 UTC (History)
0 users

Fixed In Version: 0.9.17.2-1.fc9
Clone Of:
Environment:
Last Closed: 2008-07-15 12:19:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to add perl(:MODULE_COMPAT...) dependency and fix a few rpmlint complaints (2.41 KB, patch)
2008-07-03 11:04 UTC, Paul Howarth
no flags Details | Diff

Description Paul Howarth 2008-07-03 11:04:43 UTC
The original F-9 package of libprelude-perl had modules in "perl 5.8.8" paths,
which were not found by F-9's perl 5.10.0. The 0.9.17.1-1.fc9 update was built
against perl 5.10.0, which resolved the immediate problem.

There was a mass rebuild of perl packages late in the F-9 development period but
this package missed out on it, possibly because it is missing a perl version
"module compat" dependency and hence didn't have broken deps when perl was
upgraded to 5.10.0. Any package that includes perl modules in the
%{perl_vendorlib} or %{perl_vendorarch} directories (which are versioned by perl
version number) should have the following "Requires" tag added so that such
dependencies are properly flagged in future:

Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

Comment 1 Paul Howarth 2008-07-03 11:04:43 UTC
Created attachment 310909 [details]
Patch to add perl(:MODULE_COMPAT...) dependency and fix a few rpmlint complaints

Comment 2 Paul Howarth 2008-07-04 15:43:04 UTC
Slight typo in the patch from Comment #1:

%{_lib} should read: /%{_lib}


Comment 3 Steve Grubb 2008-07-04 17:03:51 UTC
Thanks for the patch. libprelude-0.9.17.2-1 was built to solve this issue.

Comment 4 Fedora Update System 2008-07-04 17:06:38 UTC
libprelude-0.9.17.2-1.fc9 has been submitted as an update for Fedora 9

Comment 5 Fedora Update System 2008-07-06 06:16:04 UTC
libprelude-0.9.17.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 libprelude'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-6144

Comment 6 Fedora Update System 2008-07-15 12:19:33 UTC
libprelude-0.9.17.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.


Note You need to log in before you can comment on or make changes to this bug.