Update to 2.5.1

Resolves: rhbz#2114048
This commit is contained in:
Bastien Nocera 2022-12-19 13:22:25 +01:00
parent 9bbb773a6e
commit 328afd17d8
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/thermald-2.4.6.tar.gz
/thermald-2.5.tar.gz
/thermald-2.5.1.tar.gz

View File

@ -1 +1 @@
SHA512 (thermald-2.5.tar.gz) = 0112d1648c6eed127c83eecb69ac5dcd56614dc485a9d54cd14d6506ad1c48c80880b1d3498258d65a0435220ef3ad3f7ddaa1f5a6f9595c9b56e14d71629390
SHA512 (thermald-2.5.1.tar.gz) = 76974458b3986cb156ee599e9a96be0082f1e4d85cfe40fd387d69992b0b778186b98abb833a0493db9c070feee8c1147dcf591a7aba039c428e925c66bb0e4f

View File

@ -7,8 +7,8 @@
Name: thermald
Version: 2.5
Release: 3%{?dist}
Version: 2.5.1
Release: 1%{?dist}
Summary: Thermal Management daemon
License: GPLv2+
@ -248,6 +248,10 @@ exit 0
%changelog
* Mon Dec 19 2022 Bastien Nocera <bnocera@redhat.com> - 2.5.1-1
- Update to 2.5.1
Resolves: rhbz#2114048
* Mon Jul 25 2022 Benjamin Berg <bberg@redhat.com> - 2.5-3
- Accept 2.5 as package version
Related: #2040080