From c6d4dcaf86f1a6d58e52e9f2718b87268ca7552d Mon Sep 17 00:00:00 2001 From: "alexjnewt@hotmail.com" Date: Mon, 17 Nov 2014 10:55:36 -0500 Subject: [PATCH] Redundant dependency removed (wireless-tools) --- tlp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tlp.spec b/tlp.spec index e944a9d..efcc74e 100644 --- a/tlp.spec +++ b/tlp.spec @@ -1,6 +1,6 @@ Name: tlp Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Advanced power management tool for Linux License: GPLv2+ URL: http://linrunner.de/tlp @@ -18,7 +18,6 @@ Requires: systemd Requires: udev Requires: usbutils Requires: pciutils -Requires: wireless-tools #Conflicts with laptop-mode-tools, note that an official #package/package name doesn't exist, so this works for now: Conflicts: %{_sbindir}/laptop_mode @@ -104,6 +103,9 @@ install -D -m 644 tlp-sleep.service %{buildroot}%{_unitdir}/tlp-sleep.service /bin/systemctl enable NetworkManager-dispatcher.service >/dev/null 2>&1 || : %changelog +* Mon Nov 17 2014 Jeremy Newton - 0.6-3 +- Wireless-tools removed as a dependency + * Tue Nov 04 2014 Jeremy Newton - 0.6-2 - Missing Dependancy