diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index e1e09b0..02ee2dd 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -275,6 +275,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build diff --git a/kernel-debug.changes b/kernel-debug.changes index 9b17ee4..6b46316 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-debug.spec b/kernel-debug.spec index 73f5a65..bbc9083 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -352,6 +352,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -877,6 +879,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-default.changes b/kernel-default.changes index 9b17ee4..6b46316 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-default.spec b/kernel-default.spec index 0f55069..922febe 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -367,6 +367,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -890,6 +892,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 9b17ee4..6b46316 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-desktop.spec b/kernel-desktop.spec index d62c94c..5dea975 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -361,6 +361,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -910,6 +912,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-docs.changes b/kernel-docs.changes index 9b17ee4..6b46316 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-docs.spec b/kernel-docs.spec index 4560898..204574a 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -99,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/kernel %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 9b17ee4..6b46316 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 8ed5e50..8429ed2 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -351,6 +351,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -880,6 +882,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-pae.changes b/kernel-pae.changes index 9b17ee4..6b46316 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-pae.spec b/kernel-pae.spec index 1846370..f56f6e0 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -358,6 +358,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -895,6 +897,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 9b17ee4..6b46316 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 710621a..00ae0c8 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -362,6 +362,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -899,6 +901,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 9b17ee4..6b46316 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-ps3.spec b/kernel-ps3.spec index 48229de..de0a28d 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -351,6 +351,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -880,6 +882,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-s390.changes b/kernel-s390.changes index 9b17ee4..6b46316 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-s390.spec b/kernel-s390.spec index baa56a8..26c4443 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -351,6 +351,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -874,6 +876,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-source.changes b/kernel-source.changes index 9b17ee4..6b46316 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-source.spec b/kernel-source.spec index 224e408..f764b67 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -255,6 +255,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" %endif %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-syms.changes b/kernel-syms.changes index 9b17ee4..6b46316 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-syms.spec b/kernel-syms.spec index 52fc602..a7aedd0 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -81,6 +81,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-trace.changes b/kernel-trace.changes index 9b17ee4..6b46316 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-trace.spec b/kernel-trace.spec index a09217b..73ec9f1 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -359,6 +359,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -882,6 +884,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 9b17ee4..6b46316 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 1c225f4..181270a 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -355,6 +355,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -878,6 +880,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/kernel-xen.changes b/kernel-xen.changes index 9b17ee4..6b46316 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 27 14:30:48 CEST 2011 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 + ------------------------------------------------------------------- Mon May 23 13:35:38 CEST 2011 - jbeulich@novell.com diff --git a/kernel-xen.spec b/kernel-xen.spec index bb1650b..1e71391 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -351,6 +351,8 @@ export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})" export KBUILD_VERBOSE=0 export KBUILD_SYMTYPES=1 export KBUILD_OVERRIDE=1 +export KBUILD_BUILD_USER=geeko +export KBUILD_BUILD_HOST=buildhost EOF %build @@ -880,6 +882,10 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri May 27 2011 mmarek@suse.cz +- rpm/kernel-binary.spec.in: Set KBUILD_BUILD_{USER,HOST} to + geeko@buildhost, obsoleting the patch to scripts/mkcompile_h. +- commit b4b7255 * Mon May 23 2011 jbeulich@novell.com - Update Xen patches to 2.6.39 final and c/s 1085. - xen/sfc_netfront: fix an unused variable error. diff --git a/source-timestamp b/source-timestamp index 01febcd..4a3d403 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2011-05-23 13:35:38 +0200 -GIT Revision: 3b6edffc98f47f5f431aaf96754bb5a4b263b759 +2011-05-27 15:08:50 +0200 +GIT Revision: 2ad9b82b2915f3d426867fb4f953cf6e8fbb783b GIT Branch: master