2 Commits

Author SHA256 Message Date
bc0520570b Accepting request 1313366 from Base:System
- Fix patch powerd-2.0.2.dif
  * saved signal function has int aka the signal as argument

OBS-URL: https://build.opensuse.org/request/show/1313366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powerd?expand=0&rev=4
2025-10-24 15:24:13 +00:00
1f9f447b82 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/powerd?expand=0&rev=13
2025-10-24 09:02:41 +00:00
3 changed files with 8 additions and 2 deletions

View File

@@ -160,7 +160,7 @@
+#ifdef NEWINIT
+ struct init_request req;
+ int success = 0;
+ void (*save_sigalrm)();
+ void (*save_sigalrm)(int);
+#endif
errno = 0;

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 24 09:01:46 UTC 2025 - Dr. Werner Fink <werner@suse.de>
- Fix patch powerd-2.0.2.dif
* saved signal function has int aka the signal as argument
-------------------------------------------------------------------
Thu Nov 7 12:00:59 UTC 2024 - Dr. Werner Fink <werner@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package powerd
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed