rpm: do not build empty debuginfo package

The kernel is compiled without debug symbols, so kernel-debuginfo
package was useless. If one want debuginfo package, he/she need to
reenable it *and* compile kernel with debug symbols (which need a lot of
disk space).
devel-3.7
Marek Marczykowski-Górecki 10 years ago
parent 000a5a1ed1
commit e730901533

@ -33,6 +33,10 @@
%define install_vdso 1
# If you want to build debuginfo package, enable also CONFIG_DEBUG_INFO in %%setup section
# Otherwise debuginfo build is disabled by default to save disk space (it needs 2-3GB build time)
%global debug_package %{nil}
Name: kernel
Summary: The Xen Kernel
Version: %{version}

Loading…
Cancel
Save