Bug 474869

Summary: exim : Missing sub-package dependencies
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: eximAssignee: David Woodhouse <dwmw2>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: dwmw2
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: 2009-05-23 08:15:26 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:

Description Michael Schwendt 2008-12-05 17:19:46 UTC
Turns out that fixing the unowned directories
in exim-mysql and exim-pgsql would need fixed Requires
in those two packages:

=> exim-mysql-4.69-8.fc11.i386 (rawhide-development-i386)
/usr/lib/exim
    provided by: exim-4.69-8.fc11.i386
/usr/lib/exim/4.69-8.fc11
    provided by: exim-4.69-8.fc11.i386
/usr/lib/exim/4.69-8.fc11/lookups
    provided by: exim-4.69-8.fc11.i386

=> exim-pgsql-4.69-8.fc11.i386 (rawhide-development-i386)
/usr/lib/exim
    provided by: exim-4.69-8.fc11.i386
/usr/lib/exim/4.69-8.fc11
    provided by: exim-4.69-8.fc11.i386
/usr/lib/exim/4.69-8.fc11/lookups
    provided by: exim-4.69-8.fc11.i386


In other words, both exim-mysql and exim-pgsql should

  Requires: exim

It doesn't become clear why they don't.

Comment 1 Michael Schwendt 2008-12-05 17:22:34 UTC
> %files mysql
> %{_libdir}/exim/%{version}-%{release}/lookups/mysql.so

> %files pgsql
> %{_libdir}/exim/%{version}-%{release}/lookups/pgsql.so

> %files greylist
> %config %{_sysconfdir}/exim/exim-greylist.conf.inc

%defattr is missing here, btw.

Comment 2 Michael Schwendt 2009-05-23 08:15:26 UTC
Fix committed to devel (F12).