update kernel version to 4.19.140-2008.3.0

This commit is contained in:
yafen 2020-09-02 22:01:34 +08:00
parent c4469610a3
commit 52062f5e3f
2 changed files with 9 additions and 6 deletions

View File

@ -2,17 +2,17 @@
%global KernelVer %{version}-%{release}.raspi.%{_target_cpu}
%global hulkrelease 2008.1.0
%global hulkrelease 2008.3.0
%global debug_package %{nil}
Name: raspberrypi-kernel
Version: 4.19.138
Version: 4.19.140
Release: %{hulkrelease}.0001
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
Source0: kernel.tar.gz
Source0: https://gitee.com/openeuler/raspberrypi-kernel/repository/archive/%{version}-%{hulkrelease}.tar.gz
BuildRequires: module-init-tools, patch >= 2.5.4, bash >= 2.03, tar
BuildRequires: bzip2, xz, findutils, gzip, m4, perl, make >= 3.78, diffutils, gawk
@ -43,7 +43,7 @@ The Linux Kernel image for RaspberryPi.
%prep
%setup -q -n kernel-%{version} -c
mv kernel linux-%{version}
mv %{name} linux-%{version}
cp -rl linux-%{version} linux-%{KernelVer}
cd linux-%{KernelVer}
@ -163,6 +163,9 @@ install -m 644 /boot/dtb-%{KernelVer}/overlays/README /boot/overlays/
/lib/modules/%{KernelVer}
%changelog
* Wed Sep 2 2020 Yafen Fang<yafen@iscas.ac.cn> - 4.19.140-2008.3.0.0001
- Update kernel version to 4.19.140-2008.3.0.
* Tue Aug 18 2020 Yafen Fang<yafen@iscas.ac.cn> - 4.19.138-2008.1.0.0001
- Update kernel version to 4.19.138-2008.1.0.

View File

@ -1,5 +1,5 @@
git_url: https://gitee.com/openeuler/raspberrypi-kernel
version_control: gitee
src_repo: openeuler/raspberrypi-kernel
tag_prefix: "^v"
seperator: "."
tag_prefix: ^
seperator: .