diff --git a/.gitignore b/.gitignore index 7308105..4cba713 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /1.0.tar.gz /1.1.tar.gz /tlp-1.2.1.tar.gz +/tlp-1.2.2.tar.gz diff --git a/sources b/sources index f5a202c..9f1d49f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tlp-1.2.1.tar.gz) = c5cf2c9cb4d5e1e0ad693ab73f7971486671dab9b785a4e121b3550f5b096a8b028bd9d116851db6402ab7ccd9b3fe944d138fd35dc17d826482c59257f12c9f +SHA512 (tlp-1.2.2.tar.gz) = b01fc2063bf8a87f2b93749c08a5cab53a0a4030b74c7fe62964009fb9d54ca5dc10800971f27cfe6dcdf024ba6d3e21a06caed07e8dc12b09d9d359585a480e diff --git a/tlp.spec b/tlp.spec index 551aac7..6cd4464 100644 --- a/tlp.spec +++ b/tlp.spec @@ -1,5 +1,5 @@ Name: tlp -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist} Summary: Advanced power management tool for Linux License: GPLv2+ @@ -64,9 +64,11 @@ switching of: %make_build %install -%make_install TLP_NO_INIT=1 \ - TLP_WITH_SYSTEMD=1 \ - TLP_SYSD=%{_unitdir} TLP_ULIB=%{_udevrulesdir}/.. +%make_install \ + TLP_NO_INIT=1 \ + TLP_WITH_ELOGIND=0 \ + TLP_SYSD=%{_unitdir} \ + TLP_ULIB=%{_udevrulesdir}/.. #Install manpages: make install-man DESTDIR=%{buildroot} make install-man-rdw DESTDIR=%{buildroot} @@ -124,6 +126,9 @@ fi /bin/systemctl enable NetworkManager-dispatcher.service >/dev/null 2>&1 || : %changelog +* Mon Jun 10 2019 Jeremy Newton - 1.2.2-1 +- Update to 1.2.2 + * Mon Mar 18 2019 Jeremy Newton - 1.2.1-1 - Update to 1.2.1 - Modernize SPEC file