Bug 2430344
| Summary: | Please use %{_libexecdir} for --libexecdir and install libexec content in the right place | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Neal Gompa <ngompa13> |
| Component: | squid | Assignee: | Luboš Uhliarik <luhliari> |
| Status: | POST --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | anon.amish, jonathansteffan, luhliari, tkorbar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Pull request submitted: https://src.fedoraproject.org/rpms/squid/pull-request/8 |
Currently squid installs its helper programs in /usr/lib64, which is the wrong place to put them. This is done by a spec override passing "--libexecdir=%{_libdir}/squid" to configure. Please change this to "--libexecdir=%{_libexecdir}/squid", which lines it up with Fedora guidelines. Reproducible: Always