Bug 156121

Summary: cyrus-imapd on multilib arches places executables under /usr/lib64
Product: [Fedora] Fedora Reporter: John Dennis <jdennis>
Component: cyrus-imapdAssignee: John Dennis <jdennis>
Status: CLOSED ERRATA QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
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: 2005-04-27 18:07:50 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 John Dennis 2005-04-27 18:05:20 UTC
The spec file incorrectly installed executables under /usr/lib64 (actually
/usr/lib64/cyrus-imapd) when they should have been installed under /usr/lib
(specifically /usr/lib/cyrus-imapd). /usr/lib64 on multilib is reserved for
64bit libraries. Native 64 bit executables belong in the native file system.

The definition of _cyrexecdir:
%define                        _cyrexecdir %{_libdir}/%{name}
needs to be changed to:
%define                        _cyrexecdir %{_exec_prefix}/lib/%{name}

Comment 1 John Dennis 2005-04-27 18:07:50 UTC
Fixed in: cyrus-imapd-2.2.12-1.1.fc3.src.rpm