Use user ID number instead of name

This helps to avoid issues with user names which contain space
characters.

Close #3830.
This commit is contained in:
Sebastian Huber 2019-12-03 08:16:23 +01:00
parent 784f518df4
commit e26d86f32b

View File

@ -59,7 +59,7 @@ _target: none, optional, ''
rtems_release_url: none, none, 'https://ftp.rtems.org/pub/rtems/releases/%{rtems_version}'
# The user
_uid: none, convert, '%(%{__id_u} -n)'
_uid: none, convert, '%(%{__id_u})'
# Default flags that can be overridded to supply specific host or build
# flags and include paths to the tools. The host is the final platform