From 46a3d715a6712151a54df75c2034f58426a1db39 Mon Sep 17 00:00:00 2001 From: yangxiaoxuan Date: Mon, 15 May 2023 15:05:04 +0800 Subject: [PATCH] spec: modified dist Signed-off-by: yangxiaoxuan --- kernel.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index fbf4102..3b4e2f3 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.90.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.90.1%{?dist} +%define specrelease 1160.90.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1804,6 +1805,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Mon May 15 2023 yangxianzhao [3.10.0-1160.90.1.0.1.an7] +- spec: modified dist + * Fri Mar 17 2023 Rado Vrbovsky [3.10.0-1160.90.1.el7] - NFSv4.1: Fix open stateid recovery (Benjamin Coddington) [2156890] - NFS: Don't open code clearing of delegation state (Benjamin Coddington) [2156890] -- Gitee