[Bug 1234629] New: sendmail: embeds uname -r
https://bugzilla.suse.com/show_bug.cgi?id=1234629 Bug ID: 1234629 Summary: sendmail: embeds uname -r Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: All Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: werner@suse.com Reporter: bwiedemann@suse.com QA Contact: qa-bugs@suse.de Blocks: 1101107 Target Milestone: --- Found By: Development Blocker: --- While working on reproducible builds for openSUSE, I found that our sendmail debuginfo package embeds the build machine's kernel version. With my reproducibleopensuse tools, I do debuginfo=--debuginfo vmtype=--vm-type=podman rbk Here is a helpful part of the diff: filterdiff strings R*/usr/lib/debug/.dwz/sendmail-8.18.1-1.1.x86_64 --- strings RPMS.1/usr/lib/debug/.dwz/sendmail-8.18.1-1.1.x86_64 +++ strings RPMS.2/usr/lib/debug/.dwz/sendmail-8.18.1-1.1.x86_64 @@ -316,16 +316,16 @@ /usr/include/bits/types ../../include/libsmdb ../../include/sm -/usr/src/debug/sendmail-8.18.1/obj.Linux.6.11.8-1-default.x86_64/libsm +/usr/src/debug/sendmail-8.18.1/obj.Linux.6.6.63-1-longterm.x86_64/libsm -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1234629 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor -- You are receiving this mail because: You are on the CC list for the bug.
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.
https://bugzilla.suse.com/show_bug.cgi?id=1234629 https://bugzilla.suse.com/show_bug.cgi?id=1234629#c2 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Dr. Werner Fink <werner@suse.com> --- Fix added -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1234629 https://bugzilla.suse.com/show_bug.cgi?id=1234629#c3 --- Comment #3 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1234629) was mentioned in https://build.opensuse.org/request/show/1231690 Factory / sendmail -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com