python311-dmidecode-3.12.3-150400.14.9.1<>,+xgp9|dF t D,*&Cmuw0Դh$1|2pԫq5JM57 Lk_T#ؘ}^JdF9#3 َ]Dy" 9vՎѠ=p->=PU U&[e?5'p;U X5HgH 62AK)3>3ݙypGn ԥ#mmfz+#УNjbEg$m]uS@i3_ ,D@` m(6&)b>E"T?"Dd + L-N[ qf8t    { /z\ ( L8 T9 : >@BF-GHHIXYZ[ \]X^m bcQdefluv 8w!<x!xy! z!!!!"@Cpython311-dmidecode3.12.3150400.14.9.1Python module to access DMI datapython-dmidecode is a python extension module that uses the code-base of the 'dmidecode' utility, and presents the data as python data structures or as XML data using libxml2.gibs-power9-21NSUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/System/Librarieshttps://github.com/nima/python-dmidecodelinuxppc64lePRIO=$(echo 3.11|tr -d '.') /usr/sbin/update-alternatives --install /usr/share/python-dmidecode/pymap.xml pymap.xml \ /usr/share/python-dmidecode/pymap-3.11.xml ${PRIO}if [ ! -f /usr/share/python-dmidecode/pymap-3.11.xml ] ; then MAJVER=$(ver=3.11; echo ${ver:0:1}) /usr/sbin/update-alternatives --remove pymap.xml \ /usr/share/python-dmidecode/pymap-3.11.xml fi ( 6aFC큤A큤A큤A큤ggcugggcucucucugcugcug4a3f786e99379354edc4c64a7cccbb18e0ce49288dcc7528ceea954353ff27b2e570aa1d4d5981fab1f7bcb3663cddd0a3a2b0a2fae28ba0a443bb69e7bedb27197c80dadf4e660f6cf33ebb192a68e3f58742d5e182bd71ff2c0fd1a3e5e2ef46aa3a8d7506e2985bd7d3e36edec122b74cf4d55ab5f66bc5b8daa8aadc608070b5cf6f1c3a42d688c39b60407090724c5e512efec5c187952bda2255fd8c44c7cb6c1bb23692732a1b0c31f459c2e6fd31485ebab2b56476ea33a0eb454bf901ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546beb60288c61babd9702a8906a3f05db338635118f9fd847952b1497ac3c93e35fab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6e165ab83691cb22df0d62cd02c4e9572235f03478e708dc2157894e2be464b9a/etc/alternatives/pymap.xml@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-dmidecode-3.12.3-150400.14.9.1.src.rpmpython311-dmidecodepython311-dmidecode(ppc-64)@@@@@@@@@@    /bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxml2.so.2(LIBXML2_2.6.2)(64bit)libxml2mod.cpython-311-powerpc64le-linux-gnu.so()(64bit)python(abi)python311rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternatives3.113.0.4-14.6.0-14.0-15.2-14.14.3gřdBzd7dacx@cY!@cY!@cMCbb%b!@b@bs@bs@bs@aX@a@YYYǞ@Y @daniel.garcia@suse.comdmueller@suse.commcepl@suse.commcepl@suse.commcepl@suse.commcepl@suse.commcepl@cepl.eumcepl@suse.commcepl@suse.commcepl@suse.commcepl@suse.commcepl@suse.commcepl@suse.commcepl@suse.commcepl@suse.commcepl@cepl.eumcepl@suse.commc@suse.commc@suse.commc@suse.commantel@suse.de- Add patch fix-loglevel.patch to fix invalid log level error. gh#nima/python-dmidecode#60 bsc#1237685- add sle15_python_module_pythons (jsc#PED-68)- Make calling of %{sle15modernpython} optional.- In the end just a cosmetical changes and cleaning up the SPEC file.- Update to the upstream release 3.12.3: - consolidation of previous git commits - support SMBIOS3.3.0 - Remove upstreamed huge-memory.patch- Modify detect-lib-with-py3.patch to be more robust.- Update to version 3.12.2+git.1666757106.e6ab5bc: * fix address_from_efi ret=0 message * fix function dmi_slot_segment_bus_func null point error in system slot * fix warning: this 'if' clause does not guard * fix warning: variable 'str_n' set but not used * fix warning: passing argument 2 of 'dmi_tpm_vendor_id' makes pointer from integer without a cast * fix warning: unused variable 'attr' * fix warning: unused variable 'addrstr' * fix warning: suggest parentheses around assignment used as truth value * fix warning: suggest parentheses around assignment used as truth value * src/dmidecode.c: In function 'dmi_tpm_characteristics': src/dmidecode.c:4788:24: warning: 'return' with a value, in function returning void [-Wreturn-type] 4788 | return data_n; | ^~~~~~ * fix warning: passing argument 3 of 'dmi_slot_peers' from incompatible pointer type * fix warning: unused variable 'ver' * fix warning: variable 'eptype' set but not used * fix warning: suggest parentheses around '&&' within '||' * fix warning: comparison of integer expressions of different signedness * fix warning: ignoring return value of 'legacy_decode' * fix warning argument 1 null where non-null expected * Update python-dmidecode to smbios 3.3.0 * Fix for printing an empty dictionary * Fix the failure of opening "/dev/mem": Permission denied * Fix bugs: 1. Fix smbios3_decode decoding sysfs table dump error. 2. Fix check smbios version error warning message. * Fix reading info permission deny bugs. - Remove duplicated Makefile_libdir.patch.- Add Makefile_libdir.patch to make package building even with faulty distutils.sysconfig (bsc#1204395).- Synchronize SPEC file to be more like the SLE one.- Add missing Obsoletes- Harmonize Factory with the SLE version (update-alternatives instead of the subpackages).- Add proper Provides/Obsoletes- Cleanup multi-version builds.- Introduce update-alternatives for /usr/share/python-dmidecode/pymap.xml.- Fix package names.- Update to version 3.12.2+git.1625035095.f0a089a: * fix "src/dmidecodemodule.c:828:9 warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL opt where non-null expected" * fix Error: FORWARD_NULL (CWE-476): [#def23] * fix "src/dmierror.c:55:9: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL buf where non-null expected" * fix Error: MISSING_COMMA: detected by covscan * fix Error: CONSTANT_EXPRESSION_RESULT detected by covscan * fix RESOURCE_LEAK error detected by covscan in src/util.c * fix RESOURCE_LEAK errors detected by covscan in src/xmlpythonizer.c * Update README * fix RESOURCE_LEAK errors detected by covscan in src/dmidecodemodule.c * Fixed memory Type Detail map size (bsc#1194351).- Brutal simplification of the SPEC file to the standard single-spec Python one. - Removal of support for Python 2 (bsc#1193262) - Rename huge-memory.diff to huge-memory.patch (i.e., remove huge-memory.diff and add huge-memory.patch). - Fix URL of Source0 (their own website is down, use GitHub release). - Add 31-version_info-v-version.patch to make tests 3.10 compatible.- build python2-dmidecode and use python-dmidecode for shared files- set rpath to libxml2mod library- version 3.12.2 - Add Python 3 subpackage - Removed deprecated statements- use correct data type DWORD for extended memory size (bsc#1036061)/bin/sh/bin/shpython-dmidecodepython311-python-dmidecodeibs-power9-21 1741604567 3.12.3-150400.14.9.13.12.3-150400.14.9.1 3.12.33.12.3 pymap.xmldmidecode.cpython-311.pycdmidecode.pydmidecodemod.cpython-311-powerpc64le-linux-gnu.sopython_dmidecode-3.12.2-py3.11.egg-infopython311-dmidecodeAUTHORSAUTHORS.upstreamREADMEREADME.upstreampython311-dmidecodeLICENSEpython-dmidecodepymap-3.11.xmlpymap.xml/etc/alternatives//usr/lib64/python3.11/site-packages/__pycache__//usr/lib64/python3.11/site-packages//usr/lib64/python3.11/site-packages//usr/share/doc/packages//usr/share/doc/packages/python311-dmidecode//usr/share/licenses//usr/share/licenses/python311-dmidecode//usr/share//usr/share/python-dmidecode/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:37793/SUSE_SLE-15-SP4_Update/1e9a36510d835e9cc93830f102d62ee4-python-dmidecode.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linuxemptyPython script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a1c394174493a241b6a1553c33bf7a4a6d658450, strippedASCII textdirectoryXML 1.0 document, ASCII text R R R RR RRRRR RR:ͅKp/C& %utf-8df5ad7b10fa48c6748d9c47c9a8ca11d91d316db273cc80fe5f6558944a952ec?7zXZ !t/j]"k%Ypa I SWSVn)>ޑlUg^*fH8?1 vo=hT?js(4f߮sԁ>%th{{IkG!@75uXAmhM_\N5e++Nn1iG6K[i ;''F#Kcac*fY0E.ݞ%A+ eDm8-yb#6&ɠN&gPr,aq+Nb;nGs8:MNJK*= ĖEjSit&+?]ys# >ž5@,w]gXNOa^?dA;啼">Ԣ嬰:D܃sFQ {2a婲!~CS0/.SɁ%<(U|T5&!uư.,'|@Y(֯EfSWpz"h-Z2nkA9t2U]79CԗW0d5q_ Surba X.og͖=TUZ?ҿb21*h iI{ % hk CEN0gʛ4#?!i"P.J3w$KۦHDdoo-~Ǩ | uI8:Zhk^ J#1?̀"]spnu;&hZ֘BP&!+uf-sflxjb}M4spG`hiWXG 61nμgky@(A dr|^-KvK&ifڳҘO}8Itm$ITp<,X<On V$@=sUr> '؉ JFCNr y;p֦XNw'hZ-%%0  &"~ YZ