diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-07-30 11:21:58 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-07-30 11:22:18 -0400 |
commit | 74a17995ecd302938e44188a32b59abbe4cd0084 (patch) | |
tree | 1a59caa0dd592ef06a07b61c567864fa6f86eeb9 /kernel.spec | |
parent | b8a1bd45939e529fbc847a18ae58b696cf5c5157 (diff) | |
download | kernel-74a17995ecd302938e44188a32b59abbe4cd0084.tar.gz kernel-74a17995ecd302938e44188a32b59abbe4cd0084.tar.xz kernel-74a17995ecd302938e44188a32b59abbe4cd0084.zip |
Apply different patch from Milan Broz to fix LUKS partitions (rhbz 1115120)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 91f243bc7..960e0bc18 100644 --- a/kernel.spec +++ b/kernel.spec @@ -644,7 +644,7 @@ Patch25110: 0001-ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha.patch Patch25118: sched-fix-sched_setparam-policy-1-logic.patch #rhbz 1115120 -Patch25120: selinux-4da6daf4d3df5a977e4623963f141a627fd2efce.patch +Patch25120: crypto-properly-label-AF_ALG-socket.patch # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel Patch30000: kernel-arm64.patch @@ -1378,7 +1378,7 @@ ApplyPatch 0001-ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha.patch ApplyPatch sched-fix-sched_setparam-policy-1-logic.patch #rhbz 1115120 -ApplyPatch selinux-4da6daf4d3df5a977e4623963f141a627fd2efce.patch +ApplyPatch crypto-properly-label-AF_ALG-socket.patch %if 0%{?aarch64patches} ApplyPatch kernel-arm64.patch @@ -2265,6 +2265,9 @@ fi # ||----w | # || || %changelog +* Wed Jul 30 2014 Josh Boyer <jwboyer@fedoraproject.org> +- Apply different patch from Milan Broz to fix LUKS partitions (rhbz 1115120) + * Tue Jul 29 2014 Kyle McMartin <kyle@fedoraproject.org> - kernel-arm64.patch: update from upstream git. |