add BuildRequires: kernel-devel

Signed-off-by: htpeng <htpengc@isoftstone.com>
This commit is contained in:
htpeng 2024-05-06 14:49:27 +08:00
parent a23f47fd8a
commit 16a40e9004

View File

@ -11,7 +11,7 @@
############################################
Name: syscare
Version: 1.2.1
Release: 4
Release: 5
Summary: System hot-fix service
License: MulanPSL-2.0 and GPL-2.0-only
URL: https://gitee.com/openeuler/syscare
@ -34,6 +34,7 @@ Patch0013: 0013-upatch-manage-change-the-way-to-calculate-frozen-tim.patch
BuildRequires: cmake >= 3.14 make
BuildRequires: rust >= 1.51 cargo >= 1.51
BuildRequires: gcc gcc-c++
BuildRequires: kernel-devel
Requires: coreutils systemd
Requires: kpatch-runtime
@ -178,6 +179,8 @@ fi
################ Change log ################
############################################
%changelog
* Mon May 6 2024 Peng Haitao <htpengc@isoftstone.com> - 1.2.1-5
- add BuildRequires: kernel-devel
* Fri Apr 19 2024 ningyu<ningyu9@huawei.com> - 1.2.1-4
- syscared: stop activating ignored process on new process start
- syscared: adapt upatch-manage exit code change