mirror of
https://src.opensuse.org/kernelbugs/kernel-source.git
synced 2026-07-10 15:16:51 +02:00
Accepting request 47305 from Kernel:HEAD
Copy from Kernel:HEAD/kernel-source based on submit request 47305 from user jeff_mahoney OBS-URL: https://build.opensuse.org/request/show/47305 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=103
This commit is contained in:
committed by
Git OBS Bridge
parent
95cedd20c8
commit
d262d501ff
+10
-7
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 2.6.34)
|
||||
# spec file for package kernel-debug (Version 2.6.36)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.34
|
||||
%define patchversion 2.6.34
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@@ -35,7 +35,7 @@
|
||||
%define rpm_install_dir %buildroot%obj_install_dir
|
||||
%define kernel_build_dir %my_builddir/linux-obj
|
||||
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl})
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,built-in-where,symsets.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
|
||||
|
||||
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
|
||||
%define cpu_arch_flavor %cpu_arch/%build_flavor
|
||||
@@ -55,8 +55,8 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.34
|
||||
Release: 12
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@@ -153,6 +153,7 @@ Source34: check-supported-list
|
||||
Source35: group-source-files.pl
|
||||
Source37: README.SUSE
|
||||
Source38: README.KSYMS
|
||||
Source39: config-options.changes.txt
|
||||
Source40: source-timestamp
|
||||
Source41: built-in-where
|
||||
Source42: symsets.pl
|
||||
@@ -176,6 +177,7 @@ Source63: arch-symbols
|
||||
Source64: package-descriptions
|
||||
Source65: kernel-spec-macros
|
||||
Source66: configtool.pl
|
||||
Source67: log.sh
|
||||
Source100: config.tar.bz2
|
||||
Source101: config.addon.tar.bz2
|
||||
Source102: patches.arch.tar.bz2
|
||||
@@ -306,7 +308,8 @@ fi
|
||||
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
|
||||
--enable CONFIG_SUSE_KERNEL \
|
||||
%if 0%{?__debug_package:1}
|
||||
--enable CONFIG_DEBUG_INFO
|
||||
--enable CONFIG_DEBUG_INFO \
|
||||
--disable CONFIG_DEBUG_INFO_REDUCED
|
||||
%else
|
||||
--disable CONFIG_DEBUG_INFO
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user