From 692f9afd3e500ac5125db9f4b6c71b4572c6188e Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Fri, 21 Jul 2023 16:10:54 +0800 Subject: [PATCH] spec: modified dist --- kernel.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index 843a380..6397d15 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.95.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.95.1%{?dist} +%define specrelease 1160.95.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1810,6 +1811,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Fri Jul 21 2023 yangxianzhao [3.10.0-1160.95.1.0.1.an7] +- spec: modified dist + * Fri Jun 23 2023 Rado Vrbovsky [3.10.0-1160.95.1.el7] - perf/s390x: Align the register list to what we support (Michael Petlan) [2207745] - Revert "[tools] s390/perf: add perf register support for floating-point registers" (Michael Petlan) [2207745] -- Gitee