scripts/package/mkspec | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/scripts/package/mkspec b/scripts/package/mkspec index 514aeb2..65131df 100755 --- a/scripts/package/mkspec +++ b/scripts/package/mkspec @@ -59,6 +59,14 @@ echo"header files define structures and constants that are needed for" echo"building most standard programs and are also needed for rebuilding the" echo"glibc package." echo"" +echo"%package devel" +echo"Summary: Development package for building kernel modules to match the $__KERNELRELEASE kernel" +echo"Group: System Environment/Kernel" +echo"AutoReqProv: no" +echo"%description -n kernel-devel" +echo"This package provides kernel headers and makefiles sufficient to build modules" +echo"against the $__KERNELRELEASE kernel package." +echo""
if ! $PREBUILT; then echo"%prep" @@ -109,6 +117,11 @@ echo'mv vmlinux.bz2 $RPM_BUILD_ROOT'"/boot/vmlinux-$KERNELRELEASE.bz2" echo'mv vmlinux.orig vmlinux' echo"%endif"
diff --git a/scripts/package/mkspec b/scripts/package/mkspec index b20bdac..35e68d1 100755 --- a/scripts/package/mkspec +++ b/scripts/package/mkspec @@ -68,6 +68,13 @@ echo"between the Linux kernel and userspace libraries and programs. The" echo"header files define structures and constants that are needed for" echo"building most standard programs and are also needed for rebuilding the" echo"glibc package." +echo"" +echo"%package firmware" +echo"Summary: Set of firmware images in the kernel tree" +echo"Group: Development/System" +echo"%description firmware" +echo"Firmware images in the kernel tree provided for backward compability" +echo""