commit 346029d151a21d9a7a20e74d75685096b2d6f29e

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7813
This commit is contained in:
Michal Marek 2014-05-27 06:00:59 +00:00 committed by Git OBS Bridge
parent b9583d2e21
commit a004f82274
32 changed files with 262 additions and 17 deletions

View File

@ -413,6 +413,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif
@ -539,6 +539,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif
@ -546,6 +546,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif
@ -548,6 +548,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -27,7 +27,7 @@ License: GPL-2.0
Group: Documentation/Man Group: Documentation/Man
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif
@ -538,6 +538,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif
@ -535,6 +535,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif
@ -536,6 +536,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -47,7 +47,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif
@ -547,6 +547,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources Group: Development/Sources
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 3.15.rc6 Version: 3.15.rc6
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif
@ -535,6 +535,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -195,6 +195,13 @@ Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default) - CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf - commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not keep debug symbols in vmlinux-*.gz
(bnc#877267)
- commit f928d60
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 3.15.rc6 Version: 3.15.rc6
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gacf7dab Release: <RELEASE>.g346029d
%else %else
Release: 0 Release: 0
%endif %endif
@ -541,6 +541,20 @@ add_vmlinux()
# mark the file 0644 again # mark the file 0644 again
chmod +x %buildroot/$vmlinux chmod +x %buildroot/$vmlinux
if test $1 == "--compressed"; then if test $1 == "--compressed"; then
%if 0%{?__debug_package:1}
# split the debug information just to keep the compressed file
# reasonably small
local vmlinux_debug=usr/lib/debug/$vmlinux.debug
mkdir -p $(dirname %buildroot/$vmlinux_debug)
objcopy --only-keep-debug \
%buildroot/$vmlinux \
%buildroot/$vmlinux_debug || :
objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \
--strip-debug \
%buildroot/$vmlinux || :
# let find-debuginfo.sh do the real job
rm -f %buildroot/$vmlinux_debug
%endif
gzip -n -k -9 %buildroot/$vmlinux gzip -n -k -9 %buildroot/$vmlinux
ghost_vmlinux=true ghost_vmlinux=true
else else

View File

@ -1,3 +1,3 @@
2014-05-23 15:27:33 +0200 2014-05-26 12:06:25 +0200
GIT Revision: acf7dab25ea767f7e6204d8428b8cabf893974e5 GIT Revision: 346029d151a21d9a7a20e74d75685096b2d6f29e
GIT Branch: master GIT Branch: master