D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-dmidecode-3.12.2-16.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.KNSzbo + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf python-dmidecode-3.12.2 + /usr/bin/mkdir -p python-dmidecode-3.12.2 + cd python-dmidecode-3.12.2 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/python-dmidecode-3.12.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/python-dmidecode-3.12.2-arm-alignment.patch + mv python-dmidecode-3.12.2 python3 + pushd python3 ~/rpmbuild/BUILD/python-dmidecode-3.12.2/python3 ~/rpmbuild/BUILD/python-dmidecode-3.12.2 + sed -i s/python2/python3/g Makefile unit-tests/Makefile + popd ~/rpmbuild/BUILD/python-dmidecode-3.12.2 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.W8VzHR + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd python-dmidecode-3.12.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS= -std=gnu89' + CFLAGS=' -std=gnu89' + for PY in python3 + pushd python3 ~/rpmbuild/BUILD/python-dmidecode-3.12.2/python3 ~/rpmbuild/BUILD/python-dmidecode-3.12.2 + make build python3.10 src/setup.py build /home/pterjan/rpmbuild/BUILD/python-dmidecode-3.12.2/python3/src/setup.py:29: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Extension running build running build_py creating build creating build/lib.linux-x86_64-3.10 copying dmidecode.py -> build/lib.linux-x86_64-3.10 running build_ext building 'dmidecodemod' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/src gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/dmidecode.c -o build/temp.linux-x86_64-3.10/src/dmidecode.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/dmidecodemodule.c -o build/temp.linux-x86_64-3.10/src/dmidecodemodule.o src/dmidecodemodule.c: In function 'dmidecode_get_section': src/dmidecodemodule.c:486:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 486 | section = PyUnicode_AsUTF8(args); | ^ src/dmidecodemodule.c: In function 'dmidecode_set_dev': src/dmidecodemodule.c:617:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 617 | f = PyUnicode_AsUTF8(arg); | ^ src/dmidecodemodule.c: In function 'dmidecode_set_pythonxmlmap': src/dmidecodemodule.c:665:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 665 | fname = PyUnicode_AsUTF8(arg); | ^ src/dmidecodemodule.c: At top level: src/dmidecodemodule.c:740:28: warning: initialization of 'PyObject * (*)(PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *)'} from incompatible pointer type 'PyObject * (*)(PyObject *, PyObject *, PyObject *)' {aka 'struct _object * (*)(struct _object *, struct _object *, struct _object *)'} [-Wincompatible-pointer-types] 740 | {(char *)"xmlapi", dmidecode_xmlapi, METH_VARARGS | METH_KEYWORDS, | ^~~~~~~~~~~~~~~~ src/dmidecodemodule.c:740:28: note: (near initialization for 'DMIDataMethods[16].ml_meth') src/dmidecodemodule.c: In function 'PyInit_dmidecodemod': src/dmidecodemodule.c:846:72: warning: passing argument 3 of 'PyCapsule_New' from incompatible pointer type [-Wincompatible-pointer-types] 846 | PyModule_AddObject(module, "options", PyCapsule_New(opt, NULL, destruct_options)); | ^~~~~~~~~~~~~~~~ | | | void (*)(void *) In file included from /usr/include/python3.10/Python.h:102, from src/dmidecodemodule.c:42: /usr/include/python3.10/pycapsule.h:31:26: note: expected 'PyCapsule_Destructor' {aka 'void (*)(struct _object *)'} but argument is of type 'void (*)(void *)' 31 | PyCapsule_Destructor destructor); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/dmidump.c -o build/temp.linux-x86_64-3.10/src/dmidump.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/dmierror.c -o build/temp.linux-x86_64-3.10/src/dmierror.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/dmilog.c -o build/temp.linux-x86_64-3.10/src/dmilog.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/dmioem.c -o build/temp.linux-x86_64-3.10/src/dmioem.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/dmixml.c -o build/temp.linux-x86_64-3.10/src/dmixml.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/efi.c -o build/temp.linux-x86_64-3.10/src/efi.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/util.c -o build/temp.linux-x86_64-3.10/src/util.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -std=gnu89 -fPIC -UNDEBUG -I/usr/include/libxml2 -I/usr/include/python3.10 -c src/xmlpythonizer.c -o build/temp.linux-x86_64-3.10/src/xmlpythonizer.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -std=gnu89 build/temp.linux-x86_64-3.10/src/dmidecode.o build/temp.linux-x86_64-3.10/src/dmidecodemodule.o build/temp.linux-x86_64-3.10/src/dmidump.o build/temp.linux-x86_64-3.10/src/dmierror.o build/temp.linux-x86_64-3.10/src/dmilog.o build/temp.linux-x86_64-3.10/src/dmioem.o build/temp.linux-x86_64-3.10/src/dmixml.o build/temp.linux-x86_64-3.10/src/efi.o build/temp.linux-x86_64-3.10/src/util.o build/temp.linux-x86_64-3.10/src/xmlpythonizer.o -L/usr/lib64/python3.10/site-packages -L/usr/lib64 -lxml2 -lz -llzma -lm -lxml2mod -lpython3.10 -o build/lib.linux-x86_64-3.10/dmidecodemod.cpython-310-x86_64-linux-gnu.so cp build/lib.linux-x86_64-3.10/dmidecodemod.cpython-310-x86_64-linux-gnu.so python3.10-dmidecodemod.so + popd ~/rpmbuild/BUILD/python-dmidecode-3.12.2 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dKdXnr + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64 + cd python-dmidecode-3.12.2 + '[' 1 -eq 1 ']' + pushd python3 ~/rpmbuild/BUILD/python-dmidecode-3.12.2/python3 ~/rpmbuild/BUILD/python-dmidecode-3.12.2 + /usr/bin/python3 src/setup.py install --root /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64 --prefix=/usr /home/pterjan/rpmbuild/BUILD/python-dmidecode-3.12.2/python3/src/setup.py:29: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Extension running install running build running build_py running build_ext running install_lib creating /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr creating /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib64 creating /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib64/python3.10 creating /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib64/python3.10/site-packages copying build/lib.linux-x86_64-3.10/dmidecode.py -> /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib64/python3.10/site-packages copying build/lib.linux-x86_64-3.10/dmidecodemod.cpython-310-x86_64-linux-gnu.so -> /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib64/python3.10/site-packages byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib64/python3.10/site-packages/dmidecode.py to dmidecode.cpython-310.pyc running install_data creating /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share creating /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/python-dmidecode copying src/pymap.xml -> /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/python-dmidecode running install_egg_info Writing /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib64/python3.10/site-packages/python_dmidecode-3.12.2-py3.10.egg-info + popd ~/rpmbuild/BUILD/python-dmidecode-3.12.2 + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 3.12.2-16.mga9 --unique-debug-suffix -3.12.2-16.mga9.x86_64 --unique-debug-src-base python-dmidecode-3.12.2-16.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/python-dmidecode-3.12.2 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib64/python3.10/site-packages/dmidecodemod.cpython-310-x86_64-linux-gnu.so dwz: ./usr/lib64/python3.10/site-packages/dmidecodemod.cpython-310-x86_64-linux-gnu.so-3.12.2-16.mga9.x86_64.debug: Unknown debugging section .debug_line_str original debug info size: 332kB, size after compression: 336kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 717 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib64/python3.10 using python3.10 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/lib/debug/usr/lib64/python3.10 using python3.10 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-dmidecode-3.12.2-16.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.74Ojh7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd python-dmidecode-3.12.2 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/doc/python3-dmidecode + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/doc/python3-dmidecode + cp -pr python3/README /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/doc/python3-dmidecode + cp -pr python3/doc/README.upstream /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/doc/python3-dmidecode + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9jlOKc + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd python-dmidecode-3.12.2 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/licenses/python3-dmidecode + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/licenses/python3-dmidecode + cp -pr python3/doc/LICENSE /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/licenses/python3-dmidecode + cp -pr python3/doc/AUTHORS /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/licenses/python3-dmidecode + cp -pr python3/doc/AUTHORS.upstream /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64/usr/share/licenses/python3-dmidecode + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-dmidecode = 3.12.2-16.mga9 python3-dmidecode = 3.12.2-16.mga9 python3-dmidecode(x86-64) = 3.12.2-16.mga9 python3.10-dmidecode = 3.12.2-16.mga9 python3.10dist(python-dmidecode) = 3.12.2 python3dist(python-dmidecode) = 3.12.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpython3.10.so.1.0()(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.so()(64bit) python(abi) = 3.10 Obsoletes: python-dmidecode < 3.12.2-16.mga9 Processing files: python-dmidecode-debugsource-3.12.2-16.mga9.x86_64 Provides: python-dmidecode-debugsource = 3.12.2-16.mga9 python-dmidecode-debugsource(x86-64) = 3.12.2-16.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-dmidecode-debuginfo-3.12.2-16.mga9.x86_64 Provides: debuginfo(build-id) = c21da32d633608e7079018e6c940b8e529d95ef6 python-dmidecode-debuginfo = 3.12.2-16.mga9 python3-dmidecode-debuginfo = 3.12.2-16.mga9 python3-dmidecode-debuginfo(x86-64) = 3.12.2-16.mga9 python3.10-dmidecode-debuginfo = 3.12.2-16.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-dmidecode-debugsource(x86-64) = 3.12.2-16.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-dmidecode-3.12.2-16.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-dmidecode-debuginfo-3.12.2-16.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python-dmidecode-debugsource-3.12.2-16.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hdYCMv + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd python-dmidecode-3.12.2 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-dmidecode-3.12.2-16.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CXjRTE + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf python-dmidecode-3.12.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!