diff --git a/kernel.spec b/kernel.spec index 7283d802e04402863237816ceb74f467de13910e..9393e09b6cb21e82c66bfd004bb4b6f79c345779 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.88.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.88.1%{?dist} +%define specrelease 1160.88.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1810,6 +1811,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Thu Mar 09 2023 yangxianzhao [3.10.0-1160.88.1.0.1.an7] +- spec: modified dist + * Sat Feb 18 2023 Rado Vrbovsky [3.10.0-1160.88.1.el7] - KVM: x86: add bit to indicate correct tsc_shift (Marcelo Tosatti) [2152838] - KVM: x86: rewrite handling of scaled TSC for kvmclock (Marcelo Tosatti) [2152838]