kernel-5.15.14-0
* Tue Jan 11 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.14-0] - Fix up changelog (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
02f4c24d93
commit
8cc461d9cf
17 changed files with 25 additions and 36 deletions
11
kernel.spec
11
kernel.spec
|
|
@ -128,7 +128,7 @@ Summary: The Linux kernel
|
|||
# The kernel tarball/base version
|
||||
%define kversion 5.15
|
||||
|
||||
%define rpmversion 5.15.13
|
||||
%define rpmversion 5.15.14
|
||||
%define patchversion 5.15
|
||||
%define pkgrelease 200
|
||||
|
||||
|
|
@ -682,7 +682,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.15.13.tar.xz
|
||||
Source0: linux-5.15.14.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1374,8 +1374,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.15.13 -c
|
||||
mv linux-5.15.13 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.15.14 -c
|
||||
mv linux-5.15.14 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -2972,6 +2972,9 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Jan 11 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.14-0]
|
||||
- Fix up changelog (Justin M. Forbes)
|
||||
|
||||
* Wed Jan 05 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.13-0]
|
||||
- Linux v5.15.13
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue