diff --git a/kernel.spec b/kernel.spec index 3320f0a641ed648e15532566fe339cab98fcca57..d60521da236771020bcb76914ed27057e1d92978 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1,9 +1,10 @@ +%define anolis_release .0.1 # We have to override the new %%install behavior because, well... the kernel is special. %global __spec_install_pre %{___build_pre} Summary: The Linux kernel -%define dist .el7 +%define dist .an7 # % define buildid .local @@ -23,7 +24,7 @@ Summary: The Linux kernel %define pkgrelease 1160.102.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.102.1%{?dist} +%define specrelease 1160.102.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1810,6 +1811,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Thu Oct 27 2023 yangxianzhao [3.10.0-1160.102.1.0.1.an7] +- spec: modified dist + * Mon Sep 25 2023 Rado Vrbovsky [3.10.0-1160.102.1.el7] - net/sched: cls_u32: Fix reference counter leak leading to overflow (Davide Caratti) [2225486] {CVE-2023-3609} - NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION (Benjamin Coddington) [2219604]