Bug 803063

Summary: Missing Requires: httpd-mmn
Product: [Fedora] Fedora Reporter: Joe Orton <jorton>
Component: lcgdm-davAssignee: Ricardo Rocha <rocha.porto>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 17CC: rocha.porto
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: lcgdm-dav-0.7.0-1.el5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-21 18:51:42 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: 803056    

Description Joe Orton 2012-03-13 21:19:17 UTC
Description:
The package lcgdm-dav-server contains the httpd module:

   /usr/lib64/httpd/modules/mod_lcgdm_dav.so /usr/lib64/httpd/modules/mod_lcgdm_provider.so

but does not have an appropriate "Requires:" for httpd-mmn.  Such a
dependency is necessary to ensure the module is only used with a
compatible version of httpd; a module built against httpd 2.2 will not
work with httpd 2.4.

Please add the following to the top of the spec file as a single line:

%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}

Then add to the the lcgdm-dav-server (sub-)package the following Requires
line:

Requires: httpd-mmn = %{_httpd_mmn}

A module package does not need to require httpd itself.  The above
change should be merged across all branches of Fedora/EPEL.

Version-Release:
lcgdm-dav-0.5.4-3.fc17.src.rpm

Steps to reproduce:
1. rpm -q --requires lcgdm-dav-server | grep httpd-mmn

Expected results:
e.g. httpd-mmn = 20051115-x86-64

Comment 1 Fedora Update System 2012-03-16 17:20:59 UTC
lcgdm-dav-0.7.0-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/lcgdm-dav-0.7.0-1.el6

Comment 2 Fedora Update System 2012-03-16 17:21:10 UTC
lcgdm-dav-0.7.0-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/lcgdm-dav-0.7.0-1.fc16

Comment 3 Fedora Update System 2012-03-16 17:21:19 UTC
lcgdm-dav-0.7.0-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/lcgdm-dav-0.7.0-1.fc17

Comment 4 Fedora Update System 2012-03-16 17:21:49 UTC
lcgdm-dav-0.7.0-1.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/lcgdm-dav-0.7.0-1.el5

Comment 5 Fedora Update System 2012-03-16 19:03:00 UTC
Package lcgdm-dav-0.7.0-1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing lcgdm-dav-0.7.0-1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-3922/lcgdm-dav-0.7.0-1.fc17
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2012-03-21 18:51:42 UTC
lcgdm-dav-0.7.0-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2012-03-26 04:00:05 UTC
lcgdm-dav-0.7.0-1.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2012-03-26 17:53:18 UTC
lcgdm-dav-0.7.0-1.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2012-04-01 17:55:06 UTC
lcgdm-dav-0.7.0-1.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 Fedora Update System 2012-04-01 17:55:19 UTC
lcgdm-dav-0.7.0-1.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.