summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-30 02:46:30 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-30 02:46:30 (EDT)
commit72f1bbe9f1bb82d3b340eea50924529942c93ace (patch)
treece6e405c9202fb083d647d08e06f0e2d9052a0f9 /NEWS
parentb6626e0e23ee817383e29fc1f2428bca169a20db (diff)
opkbuild: Run ob-* commands from a child shell
This basically reverts commit ab654dadd640164b7ddf01a3599c2a8beb6d6302.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8533dbc..5c71ff8 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,11 @@ Utilities:
- oh-fixperms (used in most packages) also sets owners and groups
- "build" makefile "install" targets are run with (fake) superuser
privileges.
+ * opkbuild now runs the "build" makefile's "install" target and all
+ ob-* commands under the same (fake) superuser environment. This was
+ the behavior in versions 3.0.0-alpha1 through 3.0.0-beta7. Since
+ version 4.0.0, commands were run in separate (fake) superuser
+ environments, which may not preserve superuser ownership of files.
libopkbuild: