kernel-5.12.12-0
* Fri Jun 18 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.12-0] - Linux v5.12.12 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
b8ba37b6cf
commit
0ff92564ea
3 changed files with 8 additions and 8 deletions
|
|
@ -106,7 +106,7 @@ Summary: The Linux kernel
|
|||
%define primary_target rhel
|
||||
%endif
|
||||
|
||||
%define rpmversion 5.12.11
|
||||
%define rpmversion 5.12.12
|
||||
%define stableversion 5.12
|
||||
%define pkgrelease 200
|
||||
|
||||
|
|
@ -623,7 +623,7 @@ BuildRequires: clang
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.12.11.tar.xz
|
||||
Source0: linux-5.12.12.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1277,8 +1277,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.12.11 -c
|
||||
mv linux-5.12.11 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.12.12 -c
|
||||
mv linux-5.12.12 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue