From 786a9432f5b2147d1b851557342a7e55c02132f8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:34:15 +0100 Subject: [PATCH] automatic version update by autodist [release 1.3.1-1mamba;Sat Feb 08 2020] --- README.md | 1 - tlp.spec | 22 +++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e85af58..d358e80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # tlp TLP brings you the benefits of advanced power management for Linux without the need to understand every technical detail. TLP comes with a default configuration already optimized for battery life, so you may just install and forget it. Nevertheless TLP is highly customizable to fulfil your specific requirements. - diff --git a/tlp.spec b/tlp.spec index 3f894fa..e37df9f 100644 --- a/tlp.spec +++ b/tlp.spec @@ -1,5 +1,5 @@ Name: tlp -Version: 1.2.2 +Version: 1.3.1 Release: 1mamba Summary: Command line advanced power management Group: System/Management @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description TLP brings you the benefits of advanced power management for Linux without the need to understand every technical detail. TLP comes with a default configuration already optimized for battery life, so you may just install and forget it. Nevertheless TLP is highly customizable to fulfil your specific requirements. -%debug_package +#% debug_package %prep %setup -q -n TLP-%{version} @@ -38,23 +38,23 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/ %preun %systemd_preun tlp -%systemd_preun tlp-sleep : %post %systemd_post tlp -%systemd_post tlp-sleep : %postun %systemd_postun tlp -%systemd_postun tlp-sleep : %files %defattr(-,root,root) +%config %{_sysconfdir}/tlp.conf +%dir %{_sysconfdir}/tlp.d +%config %{_sysconfdir}/tlp.d/00-template.conf +%{_sysconfdir}/tlp.d/README %{_sysconfdir}/NetworkManager/dispatcher.d/99tlp-rdw-nm -%{_sysconfdir}/default/tlp %{_sysconfdir}/init.d/tlp %{_libdir}/udev/rules.d/*.rules %{_libdir}/udev/tlp-* @@ -62,13 +62,11 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/ %{_bindir}/bluetooth %{_bindir}/run-on-ac %{_bindir}/run-on-bat -%{_bindir}/tlp-pcilist %{_bindir}/tlp-stat -%{_bindir}/tlp-usblist %{_bindir}/wifi %{_bindir}/wwan %{_sbindir}/tlp -%{_unitdir}/tlp-sleep.service +/lib/systemd/system-sleep/tlp %{_unitdir}/tlp.service %{_bindir}/tlp-rdw %{_datadir}/bash-completion/completions/* @@ -78,6 +76,12 @@ mv %{buildroot}/lib/udev/tlp-* %{buildroot}/%{_libdir}/udev/ %doc AUTHORS COPYING LICENSE %changelog +* Sat Feb 08 2020 Automatic Build System 1.3.1-1mamba +- automatic version update by autodist + +* Fri Feb 07 2020 Automatic Build System 1.3.0-1mamba +- automatic version update by autodist + * Mon May 27 2019 Automatic Build System 1.2.2-1mamba - automatic version update by autodist