mojohaus / rpm-maven-plugin

http://www.mojohaus.org/rpm-maven-plugin/
Other
56 stars 48 forks source link

MRPM-168 changes default file permissions inside the RPM package #26

Closed snigel closed 8 years ago

snigel commented 8 years ago

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