Bug 528
| Summary: | symlink data in RPM for this package broken | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Joe Harrington <jhmail> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.2 | CC: | aleksey, alonz, jhmail |
| 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: | 1999-01-12 15:41:26 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
Joe Harrington
1998-12-19 00:20:21 UTC
This bug, and the next several are really rpm anomalies, as info chmod indicates that symlinks always have permissions of 777 and that when one attempts to chmod a symlink the underlying file's permissions are changed. Fixed in recent versions of rpm-2.5.x/rpm-2.90.x. *** Bug 950 has been marked as a duplicate of this bug. *** In some packages of the Apollo release, there are symbolic links which RPM thinks should have mode lrwxr-xr-x (despite the fact that *every* symlink *always* has mode lrwxrwxrwx). See e.g. `/usr/bin/X11' in package `filesystem'. Fix: In build/files.c:add_file(), don't reset the file's mode if it is a symlink (i.e., if S_ISLNK(p->statbuf)). Also, in lib/verify.c:rpmVerifyFile(), don't verify the file's mode it it is a symlink. ------- Additional Comments From ayn2 01/25/99 22:43 ------- This is a duplicate of #528, #533 and #535 Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/0f50aa4f547e63ca059d45cc3be0d9a1b621efa9 Issue #333, #528 - add number to builds |