From c67654d2c24525791be8ccd9112c5273c84eabf343408b5e425c82d44b95cc23 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 16 Jul 2018 07:57:19 +0000 Subject: [PATCH] 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 --- linux-glibc-devel.changes | 6 ++++++ linux-glibc-devel.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index a7de120..f552062 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -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 diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index 4a022af..dcfd4f0 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -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 ." +#error "/lib/modules/\$(uname -r)/build for use as ." #error "" #error "If you are seeing this message, your environment is " #error "not configured properly. "