diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-01-03 03:24:08 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-01-03 03:24:08 +0100 |
commit | d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93 (patch) | |
tree | e76d4a8214b33d78b5d511a5994d9d98838bc9f9 /SPECS | |
parent | 0667c4c19d88cabd3f3fbcfdc4c877b0aef83f85 (diff) | |
download | kernel-fsync-d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93.tar.gz kernel-fsync-d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93.zip |
force futex25.9
futex 2 dependend on EXPERT being set before being configured.
Since we don't want to deal with the 30 new configuration values that enabling EXPERT allows configuring we are just going to force it on by default via the patch
Diffstat (limited to 'SPECS')
-rw-r--r-- | SPECS/kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index f3ea893..60692d4 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -82,7 +82,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 201 +%global baserelease 202 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2975,6 +2975,9 @@ fi # # %changelog +* Sun Jan 3 03:24:01 CET 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.9.16-202.fsync +- force futex2 + * Sun Dec 27 22:03:29 CET 2020 Jan Drögehoff <sentrycraft123@gmail.com> - 5.9.16-201.fsync - Linux v5.9.16 futex2 zen |