diff --git a/kernel.spec b/kernel.spec index 8924b2cdd994f933747e0a838fac18557170c6d0..54bdda57f3b1ea409c9d3b25db4384febda5a42a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1,9 +1,11 @@ +%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 +25,7 @@ Summary: The Linux kernel %define pkgrelease 1160.108.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.108.1%{?dist} +%define specrelease 1160.108.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1810,6 +1812,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Mon Feb 26 2024 yangxianzhao [3.10.0-1160.108.1.el7.0.1] +- spec: modified dist + * Thu Jan 04 2024 Rado Vrbovsky [3.10.0-1160.108.1.el7] - net: usb: ax88179_178a: fix failed operations during ax88179_reset (Jose Ignacio Tornos Martinez) [RHEL-6302]