mirror of
https://abf.rosa.ru/djam/kernel-6.1.git
synced 2025-02-25 00:02:55 +00:00
Removed some distro-specific descriptions and comments
Mandriva seems to use these kernels no longer, their ones are different. ROSA may use other kernels as well.
This commit is contained in:
parent
e42e28c709
commit
32b2537bcc
1 changed files with 6 additions and 7 deletions
13
kernel.spec
13
kernel.spec
|
@ -113,7 +113,7 @@
|
||||||
#
|
#
|
||||||
# SRC RPM description
|
# SRC RPM description
|
||||||
#
|
#
|
||||||
Summary: Linux kernel built for Mandriva and ROSA
|
Summary: The Linux kernel
|
||||||
Name: %{kname}
|
Name: %{kname}
|
||||||
Version: %{kversion}
|
Version: %{kversion}
|
||||||
Release: %{rpmrel}
|
Release: %{rpmrel}
|
||||||
|
@ -206,7 +206,7 @@ Patch113: 0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch
|
||||||
# Defines for the things that are needed for all the kernels
|
# Defines for the things that are needed for all the kernels
|
||||||
#
|
#
|
||||||
%define common_desc_kernel The kernel package contains the Linux kernel (vmlinuz), the core of your \
|
%define common_desc_kernel The kernel package contains the Linux kernel (vmlinuz), the core of your \
|
||||||
Mandriva and ROSA operating system. The kernel handles the basic functions \
|
operating system. The kernel handles the basic functions \
|
||||||
of the operating system: memory allocation, process allocation, device \
|
of the operating system: memory allocation, process allocation, device \
|
||||||
input and output, etc.
|
input and output, etc.
|
||||||
|
|
||||||
|
@ -445,18 +445,18 @@ latest %{kname}-%{1}-devel %{kernelversion}.%{patchlevel}.x installed... \
|
||||||
Version: %{fakever}
|
Version: %{fakever}
|
||||||
Release: %{fakerel}
|
Release: %{fakerel}
|
||||||
Requires: glibc-devel, ncurses-devel, make, gcc, perl, diffutils
|
Requires: glibc-devel, ncurses-devel, make, gcc, perl, diffutils
|
||||||
Summary: The Linux source code for %{kname}-%{buildrel}
|
Summary: The source code of %{kname}-%{buildrel}
|
||||||
Group: Development/Kernel
|
Group: Development/Kernel
|
||||||
Autoreqprov: no
|
Autoreqprov: no
|
||||||
Provides: kernel-source = %{kverrel}
|
Provides: kernel-source = %{kverrel}
|
||||||
Buildarch: noarch
|
Buildarch: noarch
|
||||||
|
|
||||||
%description -n %{kname}-source-%{buildrel}
|
%description -n %{kname}-source-%{buildrel}
|
||||||
The %{kname}-source package contains the source code files for the Mandriva and
|
The %{kname}-source package contains the source code for the kernel.
|
||||||
ROSA kernel. These source files are only needed if you want to build your own
|
These source files are only needed if you want to build your own
|
||||||
custom kernel that is better tuned to your particular hardware.
|
custom kernel that is better tuned to your particular hardware.
|
||||||
|
|
||||||
If you only want the files needed to build 3rdparty (dkms-*,...)
|
If you only want the files needed to build third-party (dkms-*,...)
|
||||||
drivers against, install the *-devel-* rpm that is matching your kernel.
|
drivers against, install the *-devel-* rpm that is matching your kernel.
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -632,7 +632,6 @@ find . -name '.get_maintainer.ignore' | %kxargs rm -f
|
||||||
%define _kerneldir /usr/src/linux-%{kversion}-%{buildrpmrel}
|
%define _kerneldir /usr/src/linux-%{kversion}-%{buildrpmrel}
|
||||||
%define _bootdir /boot
|
%define _bootdir /boot
|
||||||
%define _modulesdir /lib/modules
|
%define _modulesdir /lib/modules
|
||||||
#define _efidir _{_bootdir}/efi/mandriva
|
|
||||||
|
|
||||||
# Directories definition needed for building
|
# Directories definition needed for building
|
||||||
%define temp_root %{build_dir}/temp-root
|
%define temp_root %{build_dir}/temp-root
|
||||||
|
|
Loading…
Add table
Reference in a new issue