diff --git a/kernel.spec b/kernel.spec index 31ddf91896102aaadf42b978a0485f5d599556d7..7b2a34a59af6d4c87a60fd2e56b87760f77604e1 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.105.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.105.1%{?dist} +%define specrelease 1160.105.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1804,6 +1805,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Tue Nov 28 2023 yangxianzhao [3.10.0-1160.105.1.0.1.an7] +- spec: modified dist + * Mon Nov 06 2023 Rado Vrbovsky [3.10.0-1160.105.1.el7] - net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free (Davide Caratti) [2228703] {CVE-2023-4128} - net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free (Davide Caratti) [2228703] {CVE-2023-4128}