summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 4f987ac01..1a70eb290 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.6
+%define rpmversion 5.16.7
%define patchversion 5.16
%define pkgrelease 200
@@ -692,7 +692,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.16.6.tar.xz
+Source0: linux-5.16.7.tar.xz
Source1: Makefile.rhelver
@@ -1386,8 +1386,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.16.6 -c
-mv linux-5.16.6 linux-%{KVERREL}
+%setup -q -n kernel-5.16.7 -c
+mv linux-5.16.7 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2986,6 +2986,12 @@ fi
#
#
%changelog
+* Sun Feb 06 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.7-200]
+- Fix up Changelog for 5.16.7 (Justin M. Forbes)
+
+* Sun Feb 06 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.7-0]
+- Linux v5.16.7
+
* 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)