Bug 1052261
| Summary: | /usr/sbin/rsyslogd links with libee | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomas Heinrich <theinric> | |
| Component: | rsyslog | Assignee: | Tomas Heinrich <theinric> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | low | Docs Contact: | ||
| Priority: | low | |||
| Version: | rawhide | CC: | jlieskov, lkundrak, mah.darade, pvrabec, theinric | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | rsyslog-7.4.8-1.f21 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1052266 (view as bug list) | Environment: | ||
| Last Closed: | 2014-02-24 10:06:28 UTC | Type: | Bug | |
| 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: | 1052266 | |||
Description of problem: The rsyslog binary is needlessly linked with libee. Version-Release number of selected component (if applicable): rsyslog-7.4.7-1.fc21 Steps to Reproduce: Actual results: $ ldd /usr/sbin/rsyslogd | grep libee libee.so.0 => /lib64/libee.so.0 (0x00007f466b91b000) Expected results: The main rsyslog binary doesn't have a dependency on libee. Additional info: The commit that brought in this dependency: commit 1c71b962