In the default case MRPM-168 will change file permissions and add +w.
When using defaultFilemode or filemode, this behavior is hidden, due to that the file permissions are picked up from the spec file rather than the filesystem.
File permissions should not change from what they get during build without explicitly specifying so.
This is the changeset adding this behavior:
MRPM-168
In the default case MRPM-168 will change file permissions and add +w.
When using defaultFilemode or filemode, this behavior is hidden, due to that the file permissions are picked up from the spec file rather than the filesystem.
File permissions should not change from what they get during build without explicitly specifying so.
This is the changeset adding this behavior: MRPM-168