Accepting request 622365 from home:bmwiedemann:branches:Base:System

Dont embed build system's kernel version in rpm to make package build reproducible (boo#1101107)

(added bug number)

OBS-URL: https://build.opensuse.org/request/show/622365
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=127
This commit is contained in:
Andreas Schwab 2018-07-16 07:57:19 +00:00 committed by Git OBS Bridge
parent 4e985bb76d
commit c67654d2c2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 12 20:25:24 UTC 2018 - bwiedemann@suse.com
- Dont embed build system's kernel version in rpm
to make package build reproducible (boo#1101107)
-------------------------------------------------------------------
Mon Jun 4 10:18:10 UTC 2018 - schwab@suse.de

View File

@ -78,7 +78,7 @@ cat > version.h <<-BOGUS
#error ""
#error "For the currently running kernel there will be a symbolic "
#error "link pointing to the build environment located at "
#error "/lib/modules/$(uname -r)/build for use as <path>."
#error "/lib/modules/\$(uname -r)/build for use as <path>."
#error ""
#error "If you are seeing this message, your environment is "
#error "not configured properly. "