xbps-create: set root:root if e[gu]id == st.st_e[gu]id in package files.
The rational is that packages should have proper perms to be installed globally in a system as root, and fakeroot is useless when generating packages with xbps-create when it's statically build.
This commit is contained in:
4
NEWS
4
NEWS
@@ -1,5 +1,9 @@
|
||||
xbps-0.22 (???):
|
||||
|
||||
* xbps-create(8): if effective user/group is the same than files being
|
||||
packaged in a package, set user/group to root:root. This way we don't
|
||||
have to depend in an external tool to assume proper permissions (fakeroot).
|
||||
|
||||
* xbps-query(8): fix segfault when showing unexistent package files.
|
||||
|
||||
* When checking for obsolete files in upgrades, ignore unexistent files in
|
||||
|
Reference in New Issue
Block a user