import thermald-2.5.2-1.el9_2

This commit is contained in:
CentOS Sources 2023-05-09 05:24:52 +00:00 committed by Stepan Oksanichenko
parent 6c86438018
commit cfac76f4ad
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/thermald-2.5.tar.gz
SOURCES/thermald-2.5.2.tar.gz

View File

@ -1 +1 @@
24d6d30a68a9c313800dcdc45b3da2b2431b1a3b SOURCES/thermald-2.5.tar.gz
ba4eb08d776f0641b8b545a1c79551f3f8a0188e SOURCES/thermald-2.5.2.tar.gz

View File

@ -7,8 +7,8 @@
Name: thermald
Version: 2.5
Release: 3%{?dist}
Version: 2.5.2
Release: 1%{?dist}
Summary: Thermal Management daemon
# thd_cdev_modem.{cpp,h} is currently GPLv2 only
@ -251,6 +251,14 @@ exit 0
%changelog
* Thu Feb 23 2023 Bastien Nocera <bnocera@redhat.com> - 2.5.2-1
- Update to 2.5.2
Resolves: rhbz#2172590
* Mon Dec 19 2022 Bastien Nocera <bnocera@redhat.com> - 2.5.1-1
- Update to 2.5.1
Resolves: rhbz#2114049
* Mon Jul 25 2022 Benjamin Berg <bberg@redhat.com> - 2.5-3
- Accept 2.5 as package version
Related: #2040081