Update to 2.5

Resolves: #2040081
This commit is contained in:
Benjamin Berg 2022-07-22 16:08:53 +02:00
parent 7feb919949
commit 5b6e68b3b5
3 changed files with 37669 additions and 3 deletions

37658
qcustomplot.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
SHA512 (thermald-2.4.6.tar.gz) = e337b00ec7f4fa565927f047dbb17dc05b8513850f2488dd6cfc838e5123938fbfe7c39464fffb77c100073edfca9ea51708680eaa2cba537470326df9508d3a
SHA512 (thermald-2.5.tar.gz) = 0112d1648c6eed127c83eecb69ac5dcd56614dc485a9d54cd14d6506ad1c48c80880b1d3498258d65a0435220ef3ad3f7ddaa1f5a6f9595c9b56e14d71629390

View File

@ -7,8 +7,8 @@
Name: thermald
Version: 2.4.6
Release: 2%{?dist}
Version: 2.5
Release: 1%{?dist}
Summary: Thermal Management daemon
# thd_cdev_modem.{cpp,h} is currently GPLv2 only
@ -39,6 +39,10 @@ Requires(pre): shadow-utils
%{?systemd_requires}
# Upstream removed the internal copy of qcustomplot, add it back as we don't have it in RHEL.
# The alternative would be removing the GUI package
Patch9000: qcustomplot.patch
%description
%{name} monitors and controls platform temperature.
@ -247,6 +251,10 @@ exit 0
%changelog
* Fri Jul 22 2022 Benjamin Berg <bberg@redhat.com> - 2.5-1
- Update to 2.5
Resolves: #2040081
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.6-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688