summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-07-10 01:17:57 +0200
committerJan200101 <sentrycraft123@gmail.com>2021-07-10 01:17:57 +0200
commitd4cc6798a0231909138d65440544069bcb4fc994 (patch)
tree49530cecd7d5c9a10421e48a62cca4ec3f5b501a
parent2811fdb76a196613fe41dcc0b68c32ddad185b32 (diff)
downloadkernel-fsync-d4cc6798a0231909138d65440544069bcb4fc994.tar.gz
kernel-fsync-d4cc6798a0231909138d65440544069bcb4fc994.zip
kernel 5.12.15
-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 a9acb22..bad9b2c 100644
--- a/SOURCES/patch-5.12-redhat.patch
+++ b/SOURCES/patch-5.12-redhat.patch
@@ -67,7 +67,7 @@ index 75a9dd98e76e..3ff3291551f9 100644
Boot into System Kernel
diff --git a/Makefile b/Makefile
-index 433f164f9ee0..56a62bea0db1 100644
+index 09e1a0967bab..63c53593ee89 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 5e8fc52..772098d 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.14
+%define rpmversion 5.12.15
%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.14.tar.xz
+Source0: linux-5.12.15.tar.xz
Source1: Makefile.rhelver
@@ -1282,8 +1282,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.12.14 -c
-mv linux-5.12.14 linux-%{KVERREL}
+%setup -q -n kernel-5.12.15 -c
+mv linux-5.12.15 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2802,8 +2802,8 @@ fi
#
#
%changelog
-* Thu Jul 01 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.12.14-301
-- Linux v5.12.14 futex2 zen openrgb
+* Fri Jul 09 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.12.15-301.fsync
+- Linux v5.12.15 futex2 zen openrgb
* Wed Jun 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.14-0]
- Add CONFIG_SYSTEM_REVOCATION_LIST backported config option for 5.12.14 (Justin M. Forbes)