# LANG=en yum install mod_perl [...] Installing: mod_perl x86_64 2.0.5-5.fc16 fedora 2.9 M Installing for dependencies: apr-util-devel x86_64 1.3.12-1.fc16 fedora 69 k httpd-devel x86_64 2.2.21-1.fc16 fedora 145 k mod_perl-devel x86_64 2.0.5-5.fc16 fedora 237 k openldap-devel x86_64 2.4.26-5.fc16 updates-testing 983 k perl-BSD-Resource x86_64 1.29.04-6.fc16 fedora 35 k Why mod_perl requires devel packages? This is because mod_perl requires `perl(Apache::SizeLimit::Core)' and perl(Apache::SizeLimit::Core) is provided by mod_perl-devel. Why mod_perl-devel provides perl(Apache::SizeLimit::Core)? I think this is because typo in mod_perl.spec: devmods="ModPerl::Code ModPerl::BuildMM ModPerl::CScan \ ModPerl::TestRun ModPerl::Config ModPerl::WrapXS \ ModPerl::BuildOptions ModPerl::Manifest \ ModPerl::MapUtil ModPerl::StructureMap \ ModPerl::TypeMap ModPerl::FunctionMap \ ModPerl::ParseSource ModPerl::MM \ Apache2::Build Apache2::ParseSource Apache2::BuildConfig \ → Apache Bundle::ApacheTest" for m in $devmods; do test -f $RPM_BUILD_ROOT%{_mandir}/man3/${m}.3pm && echo "%{_mandir}/man3/${m}.3pm*" fn=${m//::/\/} test -f $RPM_BUILD_ROOT%{perl_vendorarch}/${fn}.pm && echo %{perl_vendorarch}/${fn}.pm test -d $RPM_BUILD_ROOT%{perl_vendorarch}/${fn} && echo %{perl_vendorarch}/${fn} test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} && echo %{perl_vendorarch}/auto/${fn} done | tee devel.files | sed 's/^/%%exclude /' > exclude.files [...] %files devel -f devel.files I think `Apache Bundle::ApacheTest' should read `Apache::Bundle::ApacheTest'. The effect is all Perl modules under Apache, including Apache::SizeLimit::Core, go to devel subpackage now.
This is not a typo. Just not all `Apache::*' modules should be in devel.
Created attachment 529819 [details] Fix moving only some Apache::* modules to devel subpackage
Created attachment 535595 [details] Various packaging improvements Incidentally, I fixed this too while fixing some other things without noticing this bug: - Ship Apache::Reload and Apache::SizeLimit in main package (#748362). - Move Apache::Test* man pages to -devel. - Don't filter Module::Build dependency. Joe, want me to push and build this for F-16+ ?
Looks good to me, please do, thanks a lot!
There is a dependency problem for the Apache(2)::SizeLimit package, see bug 766568. If you are respinning the mod_perl package and changing the .spec, you might want to fix that as well. Thank you, Jan
mod_perl-2.0.5-7.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/mod_perl-2.0.5-7.fc16
Package mod_perl-2.0.5-7.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mod_perl-2.0.5-7.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-0161/mod_perl-2.0.5-7.fc16 then log in and leave karma (feedback).
mod_perl-2.0.5-7.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.
*** Bug 771800 has been marked as a duplicate of this bug. ***
This problem presents in F15 (mod_perl-devel-2.0.5-1.fc15.x86_64) too. See duplicate #bug 771800.
This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Flipping resolution to ERRATA as it was fixed in Fedora 16 and is fixed in Fedora 17.