summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2018-05-07 10:59:27 +0200
committerDan Horák <dan@danny.cz>2018-05-07 19:11:42 +0200
commitf360f7278a753796aec58ade5b149d12e49f8bc1 (patch)
tree2002ec6ebc17b44c5a579e2d239245e64a15f3da
parentb679d90970fd027be75b1f8d6f0134edd8bdeab4 (diff)
downloadkernel-f360f7278a753796aec58ade5b149d12e49f8bc1.tar.gz
kernel-f360f7278a753796aec58ade5b149d12e49f8bc1.tar.xz
kernel-f360f7278a753796aec58ade5b149d12e49f8bc1.zip
remove bootwrapper subpackage (related #1566225)
-rw-r--r--kernel.spec22
1 files changed, 0 insertions, 22 deletions
diff --git a/kernel.spec b/kernel.spec
index 3b944de00..841216203 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -95,8 +95,6 @@ Summary: The Linux kernel
%define with_cross_headers %{?_without_cross_headers: 0} %{?!_without_cross_headers: 1}
# kernel-debuginfo
%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1}
-# kernel-bootwrapper (for creating zImages from kernel + initrd)
-%define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}
# Want to build a the vsdo directories installed
%define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1}
#
@@ -176,7 +174,6 @@ Summary: The Linux kernel
%endif
%if %{nopatches}
-%define with_bootwrapper 0
%define variant -vanilla
%endif
@@ -241,10 +238,8 @@ Summary: The Linux kernel
%define all_arch_configs kernel-%{version}-*.config
%endif
-# bootwrapper is only on ppc
# sparse blows up on ppc
%ifnarch %{power64}
-%define with_bootwrapper 0
%define with_sparse 0
%endif
@@ -683,13 +678,6 @@ building most standard programs and are also needed for rebuilding the
cross-glibc package.
-%package bootwrapper
-Summary: Boot wrapper files for generating combined kernel + initrd images
-Requires: gzip binutils
-%description bootwrapper
-Kernel-bootwrapper contains the wrapper code which makes bootable "zImage"
-files combining both kernel and initial ramdisk.
-
%package debuginfo-common-%{_target_cpu}
Summary: Kernel source files used by %{name}-debuginfo packages
Provides: installonlypkg(kernel)
@@ -1673,10 +1661,6 @@ done
rm -rf $RPM_BUILD_ROOT/usr/tmp-headers
%endif
-%if %{with_bootwrapper}
-make DESTDIR=$RPM_BUILD_ROOT bootwrapper_install WRAPPER_OBJDIR=%{_libdir}/kernel-wrapper WRAPPER_DTSDIR=%{_libdir}/kernel-wrapper/dts
-%endif
-
###
### clean
###
@@ -1799,12 +1783,6 @@ fi
/usr/*-linux-gnu/include/*
%endif
-%if %{with_bootwrapper}
-%files bootwrapper
-/usr/sbin/*
-%{_libdir}/kernel-wrapper
-%endif
-
# empty meta-package
%files
# This is %%{image_install_path} on an arch where that includes ELF files,