summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-02-05 11:05:24 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-02-05 11:05:24 -0600
commit79d04980dd2502af28c3172a03411c03038b146c (patch)
tree5de5085ea1df0fd0c3f7a9e667ab989544284b28 /kernel.spec
parent3d29992864aa43ff9d5e58f2f4f564811337f009 (diff)
downloadkernel-79d04980dd2502af28c3172a03411c03038b146c.tar.gz
kernel-79d04980dd2502af28c3172a03411c03038b146c.tar.xz
kernel-79d04980dd2502af28c3172a03411c03038b146c.zip
kernel-5.16.6-0
* Sat Feb 05 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.6-0] - Revert "ath11k: add support for WCN6855 hw2.1" (Justin M. Forbes) - Changelog updates for rebase (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index a3d039bfd..b0ad2ce0d 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -130,7 +130,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.16
-%define rpmversion 5.16.5
+%define rpmversion 5.16.6
%define patchversion 5.16
%define pkgrelease 100
@@ -692,7 +692,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.16.5.tar.xz
+Source0: linux-5.16.6.tar.xz
Source1: Makefile.rhelver
@@ -1386,8 +1386,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.16.5 -c
-mv linux-5.16.5 linux-%{KVERREL}
+%setup -q -n kernel-5.16.6 -c
+mv linux-5.16.6 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2986,6 +2986,10 @@ fi
#
#
%changelog
+* Sat Feb 05 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.6-0]
+- Revert "ath11k: add support for WCN6855 hw2.1" (Justin M. Forbes)
+- Changelog updates for rebase (Justin M. Forbes)
+
* Tue Feb 01 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.5-0]
- Linux v5.16.5 rebase
- ath11k: add support for WCN6855 hw2.1 (Baochen Qiang)