A set of system configuration and setup files
Go to file
Zbigniew Jędrzejewski-Szmek e72e5cf604 Fix %post scriptlet to not require the shell
os.execute uses /bin/sh, which to a large extent defeats the purpose of having
the scriptlet in lua ;)

$ strace -qq -ff -eexecve rpm -E "%{lua:os.execute('true')}"
execve("/usr/bin/rpm", ["rpm", "-E", "%{lua:os.execute('true')}"], 0x7ffd180ce638 /* 60 vars */) = 0
[pid 849466] execve("/bin/sh", ["sh", "-c", "true"], 0x7fff73cfc9d8 /* 60 vars */) = 0

Let's use posix.exec(). rpm.execute() would be nice, but it does not
support suppressing of stderr.
2022-05-27 16:38:25 +02:00
.gitignore New version 2.13.10 2022-05-08 10:18:18 +02:00
setup.spec Fix %post scriptlet to not require the shell 2022-05-27 16:38:25 +02:00
sources New version 2.13.10 2022-05-08 10:18:18 +02:00