summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-06-23 20:03:01 +0200
committerJan200101 <sentrycraft123@gmail.com>2021-06-23 20:03:01 +0200
commit0d6130390e9ea228c7a65b0d7a03f3d5381ae414 (patch)
tree14bf7e1273296db6761f737d8e0f80fd2da4ef94
parentafa0d09a4c48a9889a6e05ae2e14b2b7dc04ad00 (diff)
downloadkernel-fsync-0d6130390e9ea228c7a65b0d7a03f3d5381ae414.tar.gz
kernel-fsync-0d6130390e9ea228c7a65b0d7a03f3d5381ae414.zip
kernel 5.12.12
-rw-r--r--SOURCES/patch-5.12-redhat.patch2
-rwxr-xr-xSPECS/kernel.spec12
2 files changed, 7 insertions, 7 deletions
diff --git a/SOURCES/patch-5.12-redhat.patch b/SOURCES/patch-5.12-redhat.patch
index 46b8d09..b1d9468 100644
--- a/SOURCES/patch-5.12-redhat.patch
+++ b/SOURCES/patch-5.12-redhat.patch
@@ -66,7 +66,7 @@ index 75a9dd98e76e..3ff3291551f9 100644
Boot into System Kernel
diff --git a/Makefile b/Makefile
-index 82ca490ce5f4..75fbedcd7e67 100644
+index e0a252b64463..b47c61143e46 100644
--- a/Makefile
+++ b/Makefile
@@ -495,6 +495,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index 83411e1..4b1c0de 100755
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -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 301
@@ -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
@@ -1282,8 +1282,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} .
@@ -2802,8 +2802,8 @@ fi
#
#
%changelog
-* Thu Jun 17 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.12.11-300
-- Linux v5.12.11 futex2 zen openrgb
+* Wed Jun 23 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.12.12-301.fsync
+- Linux v5.12.12 futex2 zen openrgb
* Wed Jun 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.11-0]
- Bluetooth: btqca: Don't modify firmware contents in-place (Connor Abbott)