!295 release 5.10.0-5.7.0

From: @zhengzengkai
Reviewed-by: @xiexiuqi,@xiexiuqi
Signed-off-by: @xiexiuqi
This commit is contained in:
openeuler-ci-bot 2021-08-25 01:10:55 +00:00 committed by Gitee
commit a37168a9fa
3 changed files with 11 additions and 5 deletions

2
SOURCE
View File

@ -1 +1 @@
5.10.0-5.6.0 5.10.0-5.7.0

View File

@ -11,8 +11,8 @@
%global upstream_version 5.10 %global upstream_version 5.10
%global upstream_sublevel 0 %global upstream_sublevel 0
%global devel_release 5 %global devel_release 5
%global maintenance_release .6.0 %global maintenance_release .7.0
%global pkg_release .20 %global pkg_release .21
%define with_debuginfo 1 %define with_debuginfo 1
# Do not recompute the build-id of vmlinux in find-debuginfo.sh # Do not recompute the build-id of vmlinux in find-debuginfo.sh
@ -869,6 +869,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Aug 24 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.7.0.21
- X86/config: Enable CONFIG_USERSWAP
* Mon Aug 23 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.6.0.20 * Mon Aug 23 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.6.0.20
- eulerfs: change default config file - eulerfs: change default config file
- eulerfs: add Kconfig and Makefile - eulerfs: add Kconfig and Makefile

View File

@ -2,13 +2,13 @@
%global KernelVer %{version}-%{release}.raspi.%{_target_cpu} %global KernelVer %{version}-%{release}.raspi.%{_target_cpu}
%global hulkrelease 5.6.0 %global hulkrelease 5.7.0
%global debug_package %{nil} %global debug_package %{nil}
Name: raspberrypi-kernel Name: raspberrypi-kernel
Version: 5.10.0 Version: 5.10.0
Release: %{hulkrelease}.4 Release: %{hulkrelease}.5
Summary: Linux Kernel Summary: Linux Kernel
License: GPLv2 License: GPLv2
URL: http://www.kernel.org/ URL: http://www.kernel.org/
@ -174,6 +174,9 @@ install -m 644 /boot/dtb-%{KernelVer}/overlays/README /boot/overlays/
/lib/modules/%{KernelVer} /lib/modules/%{KernelVer}
%changelog %changelog
* Tue Aug 24 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.7.0.5
- X86/config: Enable CONFIG_USERSWAP
* Mon Aug 23 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.6.0.4 * Mon Aug 23 2021 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-5.6.0.4
- eulerfs: change default config file - eulerfs: change default config file
- eulerfs: add Kconfig and Makefile - eulerfs: add Kconfig and Makefile