From 0b682733948ecbc2079684ea70d14e4a1d955151 Mon Sep 17 00:00:00 2001 From: love_hangzhou Date: Wed, 18 Aug 2021 21:35:03 +0800 Subject: [PATCH] check-kabi support python3 and python2 --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 705c566..e18985f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global upstream_sublevel 0 %global devel_release 5 %global maintenance_release .3.0 -%global pkg_release .18 +%global pkg_release .19 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -869,6 +869,9 @@ fi %endif %changelog +* Mon Aug 23 2021 ShiYuan HU - 5.10.0-5.3.0.19 +- check-kabi: check-kabi support python3 and python2 + * Fri Aug 13 2021 Zheng Zengkai - 5.10.0-5.3.0.18 - srcu: Take early exit on memory-allocation failure - iommu: fix build error when CONFIG_IOMMU_API is off