summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-04-21 07:57:24 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-04-21 07:57:24 -0500
commitdecb97f0d416314cea26e4b5c3535c094efc2f19 (patch)
tree2b0dfc2df81c159b12696cdea892bb4bc11a1c56 /kernel.spec
parent25d2b42ab1190aeaa8f32815884eac711dd8ba68 (diff)
downloadkernel-decb97f0d416314cea26e4b5c3535c094efc2f19.tar.gz
kernel-decb97f0d416314cea26e4b5c3535c094efc2f19.tar.xz
kernel-decb97f0d416314cea26e4b5c3535c094efc2f19.zip
kernel-5.11.16-0
* Wed Apr 21 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.16-0] - Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index c41eef1e4..c6587a0bf 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -104,7 +104,7 @@ Summary: The Linux kernel
%define primary_target rhel
%endif
-%define rpmversion 5.11.15
+%define rpmversion 5.11.16
%define stableversion 5.11
%define pkgrelease 200
@@ -603,7 +603,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.11.15.tar.xz
+Source0: linux-5.11.16.tar.xz
Source1: Makefile.rhelver
@@ -1251,8 +1251,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.11.15 -c
-mv linux-5.11.15 linux-%{KVERREL}
+%setup -q -n kernel-5.11.16 -c
+mv linux-5.11.16 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2765,6 +2765,9 @@ fi
#
#
%changelog
+* Wed Apr 21 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.16-0]
+- Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes)
+
* Fri Apr 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.15-0]
- Turn on CONFIG_VDPA_SIM_NET (rhbz 1942343) (Justin M. Forbes)