openSUSE / obs-build

OBS build script, can be used with OBS or stand alone
GNU General Public License v2.0
133 stars 188 forks source link

set PACKAGER field in build-recipe-arch #1019

Closed YukariChiba closed 3 months ago

YukariChiba commented 3 months ago

Add PACKAGER to makepkg and set to $HOST <abuild@$HOST>.

According to Arch's packaging specification, if a package needs to be distributed, the PACKAGER variable needs to be set to provide information about the packager, so it is set here to the hostname of the build machine for identification purposes.