Fix suspend bug

Missing required file in list
epel9
Mystro256 5 years ago
parent fc9f9bc129
commit 4153e3d5a4

@ -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 <alexjnewt at hotmail dot com> - 1.2.2-4
- Fix suspend issue, missing var directory creation
* Thu Aug 22 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.2.2-3
- Move the NetworkManager dispatcher script out of /etc

Loading…
Cancel
Save