Bug 248865 - ebtables shared libs normally installed in /usr/lib/ebtables
Summary: ebtables shared libs normally installed in /usr/lib/ebtables
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ebtables
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-19 11:00 UTC by Mark McLoughlin
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-30 13:52:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mark McLoughlin 2007-07-19 11:00:35 UTC
Just a minor discrepancy with the way ebtables is packaged

ebtables shared libs are usually installed in /usr/lib/ebtables and so the
binary has an rpath with this dir:

    $> readelf -d /sbin/ebtables | grep RPATH
    0x0000000f (RPATH)                      Library rpath: [/usr/lib/ebtables]

Fedora ebtables just installs these shlibs in /usr/lib, making the rpath redundant.

Suggest either following upstream and installing them in /usr/lib/ebtables or
removing the rpath.

Comment 1 Tom "spot" Callaway 2007-10-30 13:52:55 UTC
Files are now in %{_libdir}/ebtables.


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