15
0

- Update to version 3.12.2+git.1676426290.4fdb678:

* Fix dmi_cache_size_2 will add unit twice.
  * v3.12.3
  * Add defined BIGENDIAN in types.h
  * Solve dmi_memory_device_extended_size WORD issue
  * Add bus address for type 09 in pymap.xml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dmidecode?expand=0&rev=38
This commit is contained in:
2025-04-25 15:29:45 +00:00
committed by Git OBS Bridge
commit 1d7e2932f5
15 changed files with 594 additions and 0 deletions

12
fix-loglevel.patch Normal file
View File

@@ -0,0 +1,12 @@
diff --color -Naur python-dmidecode-3.12.3-orig/src/efi.c python-dmidecode-3.12.3/src/efi.c
--- python-dmidecode-3.12.3-orig/src/efi.c 2022-11-17 06:51:28
+++ python-dmidecode-3.12.3/src/efi.c 2025-02-25 14:25:32
@@ -84,7 +84,7 @@
}
if(ret == 0){
- log_append(logp, LOGFL_NODUPS, LOG_DEBUG, "%s: entry point at 0x%08llx", eptype, (unsigned long long)*address);
+ log_append(logp, LOGFL_NODUPS, LOG_WARNING, "%s: entry point at 0x%08llx", eptype, (unsigned long long)*address);
}
return ret;