update Requires package name

This commit is contained in:
guohaocs2c 2022-03-18 16:25:07 +08:00
parent dbf87f9137
commit 33f10fce29
2 changed files with 3 additions and 3 deletions

BIN
.kernel-rt.spec.swp Normal file

Binary file not shown.

View File

@ -135,10 +135,10 @@ and the supporting documentation.
%package tools-devel
Summary: Assortment of tools for the Linux kernel
Requires: kernel-tools = %{version}-%{release}
Requires: kernel-tools-libs = %{version}-%{release}
Requires: kernel-rt-tools = %{version}-%{release}
Requires: kernel-rt-tools-libs = %{version}-%{release}
Provides: kernel-rt-tools-libs-devel = %{version}-%{release}
Obsoletes: kernel-tools-libs-devel
Obsoletes: kernel-rt-tools-libs-devel
%description tools-devel
This package contains the development files for the tools/ directory from
the kernel source.