diff --git a/.gitignore b/.gitignore index 17b2d9f..80a453a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /0.5.tar.gz /0.6.tar.gz +/0.7.tar.gz diff --git a/sources b/sources index f528570..ba690c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52f25c3459f6d9ce31cd2e67a5fcc5e0 0.6.tar.gz +660ee2e507c02f11c62d70ff4ca8329c 0.7.tar.gz diff --git a/tlp.spec b/tlp.spec index efcc74e..df5dacd 100644 --- a/tlp.spec +++ b/tlp.spec @@ -1,6 +1,6 @@ Name: tlp -Version: 0.6 -Release: 3%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: Advanced power management tool for Linux License: GPLv2+ URL: http://linrunner.de/tlp @@ -18,6 +18,7 @@ Requires: systemd Requires: udev Requires: usbutils Requires: pciutils +Requires: kernel-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 @@ -103,6 +104,9 @@ install -D -m 644 tlp-sleep.service %{buildroot}%{_unitdir}/tlp-sleep.service /bin/systemctl enable NetworkManager-dispatcher.service >/dev/null 2>&1 || : %changelog +* Sat Jan 31 2014 Jeremy Newton - 0.7-1 +- New Version + * Mon Nov 17 2014 Jeremy Newton - 0.6-3 - Wireless-tools removed as a dependency