14
0
forked from pool/python-psutil

Accepting request 1105452 from home:aplanas:branches:devel:languages:python

- Add logind_y2038.patch to use logind if systemd >= 254 is used, to
  fix the issue of ut_tv.tv_sec and the Y2038 problem.

OBS-URL: https://build.opensuse.org/request/show/1105452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=158
This commit is contained in:
2023-08-23 11:06:16 +00:00
committed by Git OBS Bridge
parent ee06b25cd4
commit 28855b4c4f
4 changed files with 253 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 23 09:40:44 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
- Add logind_y2038.patch to use logind if systemd >= 254 is used, to
fix the issue of ut_tv.tv_sec and the Y2038 problem.
-------------------------------------------------------------------
Wed May 3 09:04:54 UTC 2023 - Dirk Müller <dmueller@suse.com>