aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2019-11-21 17:05:52 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2019-12-23 16:05:32 +0100
commit747658f85331c90df8bafc55f7cdb6d3bd3519eb (patch)
tree7147bc4d77dc9d5ae5229fe7b2971802b1d7b823 /NEWS
parent8ecaeab1b79c20f83eda540e39f31e6a73018d7f (diff)
downloadrpm-setup-747658f85331c90df8bafc55f7cdb6d3bd3519eb.tar
rpm-setup-747658f85331c90df8bafc55f7cdb6d3bd3519eb.tar.gz
rpm-setup-747658f85331c90df8bafc55f7cdb6d3bd3519eb.tar.bz2
rpm-setup-747658f85331c90df8bafc55f7cdb6d3bd3519eb.tar.xz
rpm-setup-747658f85331c90df8bafc55f7cdb6d3bd3519eb.zip
brp-mangle-shebangs: do not stat / touch files needlessly
Run "stat" to get mtime, and "touch -d $saved_mtime" only if we indeed modify file's shebang. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 581a947..642e386 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+- sync brp-mangle-shebangs with FC:
+ o do not stat / touch files needlessly
+ o fix unsafe/incorrect command expansion
+ o brp-mangle-shebangs: speed up finding of "text executables" (scripts)
+ o Make ambiguous python shebangs error
+
Version 2.44 - 15 October 2019, by Pascal Terjan
- previous change worked manually on my mga7 but doesn't seem to work in cauldron