Commit Graph

11 Commits

Author SHA1 Message Date
Arseny Maslennikov
70ad448746 build: Unconditionally nullify stdin for build scripts
When we run a build script, redirect its standard input to a newly
created pipe with no open writers. This makes the behaviour of build
scripts more robust against e. g. unsolicited interactivity (esp. if
inherited stdio points to a tty) and more reproducible.
2023-05-24 15:08:28 +03:00
Igor Vlasenko
c9505d67b9 build.c,parsePrep.c: quoted buildSubdir, to allow spaces. 2011-08-06 18:38:30 +03:00
31914b95af Backport %check from rpm-4.2 2009-09-08 20:46:26 +00:00
6a14cbc258 fixed rpmExpand usage 2005-09-29 17:10:24 +00:00
4086557633 fixed rpmExpand usage 2005-09-29 16:01:17 +00:00
c1b1e35c54 fixed previous change 2003-02-01 19:44:51 +00:00
430cbd16fa fixed build 2003-02-01 18:59:02 +00:00
444f568c04 Unset all known locale environment variables right before executing %___build_cmd 2003-02-01 18:04:39 +00:00
578040ae51 sync with rpm4 branch: apply rpm_close_all 2002-03-25 22:46:15 +00:00
dee952c2f8 sync with rpm4 branch: include local headers 2002-03-25 22:02:39 +00:00
82a4763c66 Initial revision 2002-03-25 20:16:26 +00:00