16 Dec
2024
16 Dec
'24
10:04
https://bugzilla.suse.com/show_bug.cgi?id=1234629 https://bugzilla.suse.com/show_bug.cgi?id=1234629#c1 --- Comment #1 from Dr. Werner Fink <werner@suse.com> --- This is upstream as I do not use uname in the spec file ... sendmail-8.18.1/devtools/bin/Build if [ ! "$arch" -a ! "$os" -a ! "$rel" ] then arch=`uname -m | sed -e 's/ //g' -e 's/\//-/g'` os=`uname -s | sed -e 's/\//-/g' -e 's/ //g'` rel=`uname -r | sed -e 's/(/-/g' -e 's/)//g' -e 's/ //g'` fi any *working* fix welcome -- You are receiving this mail because: You are on the CC list for the bug.