File fix_numa_nodes_count.patch of Package hardinfo

--- ./hardinfo/cpu_util.c.orig	2023-05-24 12:08:06.000000000 +0900
+++ ./hardinfo/cpu_util.c	2023-05-31 23:39:42.463149346 +0900
@@ -110,6 +110,9 @@
             *n = cpubits_count(nodes);
         free(nodes);
     }
+    else {
+        *n = 1;
+    }
 
     if (!*c)
         *c = 1;
openSUSE Build Service is sponsored by