crohr / pkgr

Package any app into deb or rpm packages, using heroku buildpacks
http://crohr.me/pkgr/
MIT License
590 stars 66 forks source link

Wrong file permissions in CentOS 8 package #165

Open thorsteneckel opened 4 years ago

thorsteneckel commented 4 years ago

We're currently testing the CentOS 8 package of Zammad. One of our users already found the package and reported an error when trying to use the application. He identified the root cause in changed file permissions: Usually our file permissions are -rw-r–r-- (git source, CentOS 7, Debian, etc.) but for CentOS 8 the permissions have changed to -rw-------. This causes an issue when trying to access/deliver the files via e.g. NGINX.

I haven't found the build mechanisms for the different distributions to check this myself. Is this something we have to take care of in a post script? It would be desirable to keep the actual file permissions as they are to avoid regressions.

crohr commented 4 years ago

Sorry for the wait. I can confirm there is a permission issue. Not sure where this comes from though yet.

jsievertde commented 4 years ago

@crohr Hello, did you find something that would explain this?

ClaasTeichmann commented 2 years ago

@thorsteneckel I just installed Zammad 5.0 via the package manager on Red Hat Enterprise Linux 8.1 and the problem doesn't seem to exist anymore. The permissions of the directory seem fine. Maybe this issue can be closed!?