GIT Revision: 11af311e308e2a030ed4b490cf9f9c2d4ec46975
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6923
This commit is contained in:
parent
aa950bab3a
commit
ba017736e5
@ -264,7 +264,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -339,7 +339,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -865,10 +864,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -354,7 +354,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -878,10 +877,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -348,7 +348,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -898,10 +897,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -99,10 +99,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -338,7 +338,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -868,10 +867,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -337,7 +337,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -865,10 +864,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -345,7 +345,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -883,10 +882,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -349,7 +349,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -887,10 +886,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -338,7 +338,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -868,10 +867,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -338,7 +338,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -862,10 +861,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -254,10 +254,16 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -81,10 +81,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -346,7 +346,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -870,10 +869,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -342,7 +342,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -866,10 +865,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -336,7 +336,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -862,10 +861,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 23:03:41 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -5,6 +11,12 @@ Tue Feb 22 21:49:18 CET 2011 - jeffm@suse.com
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 10:00:42 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:31:05 CET 2011 - tiwai@suse.de
|
||||
|
||||
|
@ -338,7 +338,6 @@ find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||
cat > .kernel-binary.spec.buildenv <<EOF
|
||||
# Override the timestamp 'uname -v' reports with the build
|
||||
# timestamp.
|
||||
export KBUILD_BUILD_VERSION="$(grep SHA1_ID %_sourcedir/source-timestamp | awk '{ print $2 }')"
|
||||
export KBUILD_BUILD_TIMESTAMP="$(head -n 1 %_sourcedir/source-timestamp)"
|
||||
|
||||
# The following branch/timestamp will end up in Oopses.
|
||||
@ -868,10 +867,16 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Remove unused code.
|
||||
- commit dacbc44
|
||||
* Tue Feb 22 2011 jeffm@suse.com
|
||||
- Update to 2.6.38-rc6.
|
||||
- Eliminated 1 patch.
|
||||
- commit 6cce7bb
|
||||
* Tue Feb 22 2011 mmarek@suse.cz
|
||||
- rpm/mkspec: Do not create kernel-syms.spec on vanilla-only branches
|
||||
- commit eb17bba
|
||||
* Mon Feb 21 2011 tiwai@suse.de
|
||||
- ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499,
|
||||
CVE-2011-0712).
|
||||
|
8
mkspec
8
mkspec
@ -117,9 +117,11 @@ do_spec('docs', "kernel-docs$variant.spec", %macros);
|
||||
$requires .= "%endif\n";
|
||||
}
|
||||
chomp $requires;
|
||||
do_spec('syms', "kernel-syms$variant.spec", %macros,
|
||||
REQUIRES => $requires,
|
||||
ARCHS => join(" ", sort(keys(%all_archs))));
|
||||
if (keys(%all_archs)) {
|
||||
do_spec('syms', "kernel-syms$variant.spec", %macros,
|
||||
REQUIRES => $requires,
|
||||
ARCHS => join(" ", sort(keys(%all_archs))));
|
||||
}
|
||||
}
|
||||
|
||||
exit 0;
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-02-22 21:49:18 +0100
|
||||
GIT Revision: 6cce7bb68a08bf8caf90b4b38f251a82002e09b5
|
||||
2011-02-23 23:04:32 +0100
|
||||
GIT Revision: 11af311e308e2a030ed4b490cf9f9c2d4ec46975
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user