From 6fdd9820be92bd024114b52f81f1ea3c7c1aad8f Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Wed, 7 Jun 2023 10:33:47 +0800 Subject: [PATCH] modified dist --- kernel.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index 2509e2a..e4fa856 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.92.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.92.1%{?dist} +%define specrelease 1160.92.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1804,6 +1805,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Wed Jun 07 2023 yangxianzhao [3.10.0-1160.92.1.0.1.an7] +- spec: modified dist + * Thu May 18 2023 Rado Vrbovsky [3.10.0-1160.92.1.el7] - packet: fix use-after-free in prb_retire_rx_blk_timer_expired() (Florian Westphal) [2182642] - x86/bugs: Workaround for incorrectly set X86_BUG_RETBLEED under VMware (Waiman Long) [2189556] -- Gitee