diff --git a/psutil-release-7.1.0.tar.gz b/psutil-release-7.1.1.tar.gz similarity index 34% rename from psutil-release-7.1.0.tar.gz rename to psutil-release-7.1.1.tar.gz index 46a1530f6991a609def2b64e9f9e00386ba3dab2..bb90b543353f853745f403a4f8c7aa7c60590b76 100644 Binary files a/psutil-release-7.1.0.tar.gz and b/psutil-release-7.1.1.tar.gz differ diff --git a/python-psutil.spec b/python-psutil.spec index fdf382d461fe2c3ec6eafa76b6f1489abbe16b55..e59943da4cf60aadff45eadd173494253524b485 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,5 +1,5 @@ Name: python-psutil -Version: 7.1.0 +Version: 7.1.1 Release: 1 Summary: A library for retrieving information on running processes and system utilization in Python License: BSD @@ -48,6 +48,12 @@ done %{python3_sitearch}/*.egg-info %changelog +* Fri Nov 7 2025 wuzhaomin - 7.1.1-1 +- Update package with version 7.1.1 +- Fix: add missing heahder file _psutil_posix.h +- Fix compilation err due to missing C include. +- Avoid SunOS cmdline unnecessary join + split + * Thu Oct 09 2025 maqi - 7.1.0-1 - Update package with version 7.1.0 - Fix cannot compile psutil from sources due to missing C include.