From b88527a14e073a87d7dfff74ef9308b3ee85acc2 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Sun, 3 Sep 2017 22:44:02 -0400 Subject: [PATCH] Remove kernel-tools require, fixes s390x --- tlp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tlp.spec b/tlp.spec index 039d338..f235757 100644 --- a/tlp.spec +++ b/tlp.spec @@ -21,7 +21,8 @@ Requires: systemd Requires: udev Requires: usbutils Requires: pciutils -Requires: kernel-tools +##This should be changed to a rich require when supported, available to s390x: +#Requires: kernel-tools #Note: Conflicts with laptop-mode-tools #Makes sure laptop_mode isn't being used: @@ -99,6 +100,9 @@ fi /bin/systemctl enable NetworkManager-dispatcher.service >/dev/null 2>&1 || : %changelog +* Sun Sep 03 2017 Jeremy Newton +- Remove kernel-tools require, fixes s390x + * Thu Jul 27 2017 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild