diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-08-22 14:47:00 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-08-22 14:47:00 +0100 |
commit | eb93a3ce59422165822f28eae402ae9b5fd10a34 (patch) | |
tree | 3777b62f2b110387f2fe8f25dc064100bee19ca2 /kernel.spec | |
parent | 778a4470eb3f6f9428c8126c7a0ed1c374e45d5c (diff) | |
download | kernel-eb93a3ce59422165822f28eae402ae9b5fd10a34.tar.gz kernel-eb93a3ce59422165822f28eae402ae9b5fd10a34.tar.xz kernel-eb93a3ce59422165822f28eae402ae9b5fd10a34.zip |
Force python3 for kvm_stat because we can't dep (rhbz 1456722)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 6c9a1f32e..94b1c1de3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -529,6 +529,9 @@ Patch002: 0001-iio-Use-event-header-from-kernel-tree.patch # Standalone patches # 100 - Generic long running patches +# Force python3 +Patch105: force-python3-in-kvm_stat.patch + Patch110: lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch Patch111: input-kill-stupid-messages.patch @@ -2202,6 +2205,9 @@ fi # # %changelog +* Tue Aug 22 2017 Peter Robinson <pbrobinson@fedoraproject.org> +- Force python3 for kvm_stat because we can't dep (rhbz 1456722) + * Mon Aug 21 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.13.0-0.rc6.git0.1 - Disable debugging options. - Linux v4.13-rc6 |