public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/slurm] epel10: fix patch to check for network byte order, which htonl just forced
@ 2026-07-22 7:55 Tom spot Callaway
0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-07-22 7:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/slurm
Branch : epel10
Commit : e236bb5b4af5138ea48671bdf6936af08cf47909
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-03-16T15:14:56-04:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/slurm/c/e236bb5b4af5138ea48671bdf6936af08cf47909?branch=epel10
Log:
fix patch to check for network byte order, which htonl just forced
---
diff --git a/slurm-25.11.4-dns_test-s390-fix.patch b/slurm-25.11.4-dns_test-s390-fix.patch
index f0b8e48..fe463a4 100644
--- a/slurm-25.11.4-dns_test-s390-fix.patch
+++ b/slurm-25.11.4-dns_test-s390-fix.patch
@@ -7,8 +7,8 @@ diff -up slurm-25.11.4/testsuite/slurm_unit/common/dns-test.c.s390 slurm-25.11.4
#endif /* INADDR_DUMMY */
- tip4(0xee10eea1, 44, "161.238.16.238:44");
- tip4(0xee10eea1, 0, "161.238.16.238");
-+ tip4(htonl(0xee10eea1), 44, "161.238.16.238:44");
-+ tip4(htonl(0xee10eea1), 0, "161.238.16.238");
++ tip4(htonl(0xee10eea1), 44, "238.16.238.161:44");
++ tip4(htonl(0xee10eea1), 0, "238.16.238.161");
tip6({ { { 0 } } }, 0, "[::]");
tip6({ { { 0 } } }, 50, "[::]:50");
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 7:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 7:55 [rpms/slurm] epel10: fix patch to check for network byte order, which htonl just forced Tom spot Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox