diff --git a/kernel.spec b/kernel.spec index 1cf6a0232cdff91a2dfa0695dc37ee8cd2904a47..4cf4a8c55998606b30b1ba6574ecce9de4bd8171 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.118.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.118.1%{?dist} +%define specrelease 1160.118.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1804,6 +1805,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Wed Jun 12 2024 yangxianzhao [3.10.0-1160.118.1.0.1an7] +- spec: modify dist + * Thu Apr 04 2024 Rado Vrbovsky [3.10.0-1160.118.1.el7] - iommu/amd: Fix NULL dereference bug in match_hid_uid (Jerry Snitselaar) [RHEL-8721]