From 4153e3d5a4aaf334bae13ddf076ebb62c6af8532 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Jan 03 2020 15:32:41 +0000 Subject: Fix suspend bug Missing required file in list --- diff --git a/tlp.spec b/tlp.spec index d9cf165..57fdba5 100644 --- a/tlp.spec +++ b/tlp.spec @@ -1,6 +1,6 @@ Name: tlp Version: 1.2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Advanced power management tool for Linux License: GPLv2+ URL: http://linrunner.de/en/tlp/tlp.html @@ -97,6 +97,7 @@ appstream-util validate-relax --nonet \ %{_presetdir}/50-tlp.preset %{_unitdir}/*.service %{_datadir}/metainfo/*.metainfo.xml +%{_sharedstatedir}/tlp %files rdw %doc COPYING README.md changelog @@ -127,6 +128,9 @@ fi /bin/systemctl enable NetworkManager-dispatcher.service >/dev/null 2>&1 || : %changelog +* Fri Jan 3 2020 Jeremy Newton - 1.2.2-4 +- Fix suspend issue, missing var directory creation + * Thu Aug 22 2019 Lubomir Rintel - 1.2.2-3 - Move the NetworkManager dispatcher script out of /etc