Update to 1.3.0 beta 3

epel9
Mystro256 5 years ago
parent c485eb1e03
commit bc6df1eff2

2
.gitignore vendored

@ -7,3 +7,5 @@
/1.1.tar.gz
/tlp-1.2.1.tar.gz
/tlp-1.2.2.tar.gz
/tlp-1.3.0.beta.2.tar.gz
/tlp-1.3.0-beta.3.tar.gz

@ -1 +1 @@
SHA512 (tlp-1.2.2.tar.gz) = b01fc2063bf8a87f2b93749c08a5cab53a0a4030b74c7fe62964009fb9d54ca5dc10800971f27cfe6dcdf024ba6d3e21a06caed07e8dc12b09d9d359585a480e
SHA512 (tlp-1.3.0-beta.3.tar.gz) = 441522fdf040aef118cebd771d6ef2e3eb8ea7fc648c53e7b60ebade42c1c933e23ce6869875a85756b965f70a7e6b80213b69d0d407a9434db43eb75ca8fae0

@ -1,11 +1,11 @@
%global gittag 1.3.0-beta.3
Name: tlp
Version: 1.2.2
Release: 4%{?dist}
Version: 1.3.0
Release: 0.1.beta.3%{?dist}
Summary: Advanced power management tool for Linux
License: GPLv2+
URL: http://linrunner.de/en/tlp/tlp.html
Source0: https://github.com/linrunner/TLP/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: 0001-Move-the-NetworkManager-dispatcher-script-out-of-etc.patch
Source0: https://github.com/linrunner/TLP/archive/%{gittag}.tar.gz#/%{name}-%{gittag}.tar.gz
#Provided by Andreas Roederer <tlp~at~warpnine~dot~de>:
Source1: 50-tlp.preset
@ -59,13 +59,15 @@ switching of:
- and dock/undock
%prep
%autosetup -n TLP-%{version}
%autosetup -n TLP-%{gittag}
%build
%make_build
%install
%make_install \
TLP_SDSL=%{_unitdir}/../system-sleep \
TLP_NMDSP=%{_prefix}/lib/NetworkManager/dispatcher.d \
TLP_NO_INIT=1 \
TLP_WITH_ELOGIND=0 \
TLP_SYSD=%{_unitdir} \
@ -81,7 +83,8 @@ appstream-util validate-relax --nonet \
%{buildroot}/%{_datadir}/metainfo/*.xml
%files
%config(noreplace) %{_sysconfdir}/default/tlp
%config(noreplace) %{_sysconfdir}/tlp.conf
%config(noreplace) %{_sysconfdir}/tlp.d
%license LICENSE
%doc COPYING README.md changelog
%{_bindir}/*
@ -96,6 +99,7 @@ appstream-util validate-relax --nonet \
%exclude %{_datadir}/bash-completion/completions/tlp-rdw
%{_presetdir}/50-tlp.preset
%{_unitdir}/*.service
%{_unitdir}/../system-sleep
%{_datadir}/metainfo/*.metainfo.xml
%{_sharedstatedir}/tlp
@ -128,6 +132,9 @@ fi
/bin/systemctl enable NetworkManager-dispatcher.service >/dev/null 2>&1 || :
%changelog
* Fri Jan 17 2020 Jeremy Newton <alexjnewt at hotmail dot com> - 1.3.0-0.1.beta.3
- Update to 1.3.0 beta 3
* Fri Jan 3 2020 Jeremy Newton <alexjnewt at hotmail dot com> - 1.2.2-4
- Fix suspend issue, missing var directory creation

Loading…
Cancel
Save