openSUSE / obs-build

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

set PACKAGER field in build-recipe-arch #1019

Closed YukariChiba closed 2 weeks ago

YukariChiba commented 1 month 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.