kernel-5.11.8-10
* Sun Mar 21 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.8-10] - This is a released kernel branch (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
c1f185265f
commit
276de98835
4 changed files with 10 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
|||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 9
|
||||
RHEL_RELEASE = 10
|
||||
|
||||
#
|
||||
# Early y+1 numbering
|
||||
|
|
|
|||
10
kernel.spec
10
kernel.spec
|
|
@ -104,7 +104,7 @@ Summary: The Linux kernel
|
|||
%define primary_target rhel
|
||||
%endif
|
||||
|
||||
%define rpmversion 5.11.7
|
||||
%define rpmversion 5.11.8
|
||||
%define stableversion 5.11
|
||||
%define pkgrelease 300
|
||||
|
||||
|
|
@ -603,7 +603,7 @@ BuildRequires: asciidoc
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.11.7.tar.xz
|
||||
Source0: linux-5.11.8.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1251,8 +1251,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.11.7 -c
|
||||
mv linux-5.11.7 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.11.8 -c
|
||||
mv linux-5.11.8 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -2765,7 +2765,7 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-300]
|
||||
* Sun Mar 21 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.8-10]
|
||||
- This is a released kernel branch (Justin M. Forbes)
|
||||
|
||||
* Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-9]
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ index 000000000000..c33a71263d9e
|
|||
+ 2. Add the new profile name, along with a clear description of the
|
||||
+ expected behaviour, to the sysfs-platform_profile ABI documentation.
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 6ba32b82c480..20d2cb6a8bad 100644
|
||||
index d8a39ece170d..1b98067c8aa8 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -494,6 +494,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (linux-5.11.7.tar.xz) = b8ec332cab3b050f5a541cb41c653dd68315bb0b9654db1d4bbce051d49f0ad7e01ae81b8c0e3316d836464083acf5616bad9457e489e17f890e36431c43b2fc
|
||||
SHA512 (kernel-abi-whitelists-5.11.7-300.tar.bz2) = f2e01eea16f520b433fa30d368588a7232913602c11a8e341172012c33d426a080f09adcbe13717ee5a4fb552a392399135f540131b2ce97d3e8d9954c19eac3
|
||||
SHA512 (kernel-kabi-dw-5.11.7-300.tar.bz2) = 0f053d952de4f2f16854d0bee36487cf2deefa8bc7ec9f6c9105dd868d78a85a94252de00c9045e4573ed885ec2b91abdd3cf2df9f1485cf88af7a296412006a
|
||||
SHA512 (linux-5.11.8.tar.xz) = e6e6f28df18e52b7c318b250e2a02ba01b58de7ccaa8f975ab8d5fdd02772f5c6482bcd9bc864565dc28f602c8d922837ffe98271ebb28f3c4cf16a6c847c88c
|
||||
SHA512 (kernel-abi-whitelists-5.11.8-300.tar.bz2) = a086d2ec5c570a0c79833bf38bc59c46b159dec35be672880a9d66e9f9855f0524e1b08c066302f800b865ab9abe4334637e968224d1034c7f6fe284b0285dc3
|
||||
SHA512 (kernel-kabi-dw-5.11.8-300.tar.bz2) = 5bf9000d54f6066577569d6dae49ae592e01819c67eab2840408ab17949410111a3dd7f142279e0d86ac74d23041eb9bc9c184c733d1b22b68e86f6eb6555de5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue