File reproducible.patch of Package apr
Author: Bernhard M. Wiedemann <bwiedemann suse de> Date: 2023-12-18 Subject: drop build machine host name Index: apr-1.7.6/configure =================================================================== --- apr-1.7.6.orig/configure +++ apr-1.7.6/configure @@ -594,7 +594,7 @@ exec 6>&1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. -ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` +ac_hostname="reproducible" # # Initializations.