Ticket #79 (closed enhancement: wontfix)
libzephyr.so.4 should be installed as mode 755
| Reported by: | achernya@… | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 3.1 release |
| Component: | other | Version: | 3.0 |
| Keywords: | Cc: | ||
| Platform: |
Description (last modified by kcr@…) (diff)
Fedora's rpmbuild has recently changed to automatic detection of Provides: and Requires: by looking at all executable files. This means that any library that is not executable will not be searched. This makes zephyr packages for Scripts uninstallable due to an unresolved dependency.
It would be nice if libzephyr.so.4 could be installed as mode 755 rather than 644 to be consistent with how Redhat seems to want libraries to be installed.
Change History
Note: See
TracTickets for help on using
tickets.

I'm a little unconvinced that this couldn't be tweaked by a spec file, seeing as this appears to be purely an RPMism, and by itself it's not a convincing argument that regular files that can't be executed should have an x bit set.