D: [iurt_root_command] chroot
Building target platforms: noarch
Building for target noarch
Installing /home/pterjan/rpmbuild/SRPMS/woeusb-ng-0.2.12-2.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Td9MfX
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ test -d /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8QLTDb
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ rm -rf WoeUSB-ng-0.2.12
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/WoeUSB-ng-0.2.12.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd WoeUSB-ng-0.2.12
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/WoeUSB-ng-fix-polkit-action.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0001-Added-some-missing-translations-for-the-French-language.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0001-fix-python-packaging-using-latest-methods.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/woeusb-ng-mga-fix-install.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/woeusb-ng-mga-fix-gui-polkit-actions.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DJ4Rh6
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ cd WoeUSB-ng-0.2.12
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ :
+ echo pyproject-rpm-macros
+ echo python3-devel
+ echo 'python3dist(pip) >= 19'
+ echo 'python3dist(packaging)'
+ '[' -f pyproject.toml ']'
+ true
+ for f in pyproject.toml setup.py setup.cfg
+ '[' -f pyproject.toml ']'
+ sed -i -E -e '/^requires/s/(['\''"]\s*flit_core\s*>=\s*[0-9]+(\.[0-9]+)+)\s*,\s*<\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\4/' pyproject.toml
+ sed -i -E -e '/python_requires/s/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/' pyproject.toml
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9a-z]+)*)\s*,\s*(<|!=|<=)\s*[0-9]+(\.[0-9a-z]+)*(-?dev[0-9]*)?(\.\*)*(\s*['\''"]?)/\1\7/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]\w+\s*)!=(\s*([0-9])+(\.[0-9]+)*\s*['\''"])/\1>\2/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\5/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]\s*)\^(\s*[0-9]+(\.[0-9]+)*\s*['\''"])/\1>=\2/g' pyproject.toml
+ sed -i -e 's/~=/>=/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]\s*\S*\s*)==(\s*[0-9]+(\.[0-9]+)*)\.\*(\s*['\''"])/\1>=\2\4/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]?\w*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)[0-9]+(\.[0-9]+)*\s*(['\''"]?)/\1\5/g' pyproject.toml
+ for f in pyproject.toml setup.py setup.cfg
+ '[' -f setup.py ']'
+ sed -i -E -e '/^requires/s/(['\''"]\s*flit_core\s*>=\s*[0-9]+(\.[0-9]+)+)\s*,\s*<\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\4/' setup.py
+ sed -i -E -e '/python_requires/s/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/' setup.py
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9a-z]+)*)\s*,\s*(<|!=|<=)\s*[0-9]+(\.[0-9a-z]+)*(-?dev[0-9]*)?(\.\*)*(\s*['\''"]?)/\1\7/g' setup.py
+ sed -i -E -e 's/(['\''"]\w+\s*)!=(\s*([0-9])+(\.[0-9]+)*\s*['\''"])/\1>\2/g' setup.py
+ sed -i -E -e 's/(['\''"]\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\5/g' setup.py
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/g' setup.py
+ sed -i -E -e 's/(['\''"]\s*)\^(\s*[0-9]+(\.[0-9]+)*\s*['\''"])/\1>=\2/g' setup.py
+ sed -i -e 's/~=/>=/g' setup.py
+ sed -i -E -e 's/(['\''"]\s*\S*\s*)==(\s*[0-9]+(\.[0-9]+)*)\.\*(\s*['\''"])/\1>=\2\4/g' setup.py
+ sed -i -E -e 's/(['\''"]?\w*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)[0-9]+(\.[0-9]+)*\s*(['\''"]?)/\1\5/g' setup.py
+ for f in pyproject.toml setup.py setup.cfg
+ '[' -f setup.cfg ']'
+ sed -i -E -e '/^requires/s/(['\''"]\s*flit_core\s*>=\s*[0-9]+(\.[0-9]+)+)\s*,\s*<\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\4/' setup.cfg
+ sed -i -E -e '/python_requires/s/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/' setup.cfg
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9a-z]+)*)\s*,\s*(<|!=|<=)\s*[0-9]+(\.[0-9a-z]+)*(-?dev[0-9]*)?(\.\*)*(\s*['\''"]?)/\1\7/g' setup.cfg
+ sed -i -E -e 's/(['\''"]\w+\s*)!=(\s*([0-9])+(\.[0-9]+)*\s*['\''"])/\1>\2/g' setup.cfg
+ sed -i -E -e 's/(['\''"]\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\5/g' setup.cfg
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/g' setup.cfg
+ sed -i -E -e 's/(['\''"]\s*)\^(\s*[0-9]+(\.[0-9]+)*\s*['\''"])/\1>=\2/g' setup.cfg
+ sed -i -e 's/~=/>=/g' setup.cfg
+ sed -i -E -e 's/(['\''"]\s*\S*\s*)==(\s*[0-9]+(\.[0-9]+)*)\.\*(\s*['\''"])/\1>=\2\4/g' setup.cfg
+ sed -i -E -e 's/(['\''"]?\w*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)[0-9]+(\.[0-9]+)*\s*(['\''"]?)/\1\5/g' setup.cfg
+ rm -rfv '*.dist-info/'
+ '[' -f /usr/bin/python3 ']'
+ mkdir -p /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir
+ echo -n
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ TMPDIR=/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir
+ RPM_TOXENV=py312
+ HOSTNAME=rpmbuild
+ /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/pyproject-wheeldir --output /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/woeusb-ng-0.2.12-2.mga10.noarch-pyproject-buildrequires
Handling setuptools>=42 from build-system.requires
Requirement satisfied: setuptools>=42
   (installed: setuptools 75.6.0)
running egg_info
creating src/woeusb_ng.egg-info
writing src/woeusb_ng.egg-info/PKG-INFO
writing dependency_links to src/woeusb_ng.egg-info/dependency_links.txt
writing requirements to src/woeusb_ng.egg-info/requires.txt
writing top-level names to src/woeusb_ng.egg-info/top_level.txt
writing manifest file 'src/woeusb_ng.egg-info/SOURCES.txt'
reading manifest file 'src/woeusb_ng.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
writing manifest file 'src/woeusb_ng.egg-info/SOURCES.txt'
running dist_info
creating woeusb_ng.egg-info
writing woeusb_ng.egg-info/PKG-INFO
writing dependency_links to woeusb_ng.egg-info/dependency_links.txt
writing requirements to woeusb_ng.egg-info/requires.txt
writing top-level names to woeusb_ng.egg-info/top_level.txt
writing manifest file 'woeusb_ng.egg-info/SOURCES.txt'
reading manifest file 'woeusb_ng.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
writing manifest file 'woeusb_ng.egg-info/SOURCES.txt'
creating '/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/woeusb_ng-0.2.12.dist-info'
Handling termcolor from hook generated metadata: Requires-Dist (woeusb-ng)
Requirement satisfied: termcolor
   (installed: termcolor 2.4.0)
Handling wxPython from hook generated metadata: Requires-Dist (woeusb-ng)
Requirement satisfied: wxPython
   (installed: wxPython 4.2.2)
+ cat /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/woeusb-ng-0.2.12-2.mga10.noarch-pyproject-buildrequires
+ rm -rfv woeusb_ng-0.2.12.dist-info/
removed 'woeusb_ng-0.2.12.dist-info/COPYING'
removed 'woeusb_ng-0.2.12.dist-info/top_level.txt'
removed 'woeusb_ng-0.2.12.dist-info/METADATA'
removed directory 'woeusb_ng-0.2.12.dist-info/'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IuRdj7
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ cd WoeUSB-ng-0.2.12
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ msgfmt --output-file=src/WoeUSB/locale/fr/LC_MESSAGES/woeusb.mo src/WoeUSB/locale/fr/LC_MESSAGES/woeusb.po
+ mkdir -p /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ TMPDIR=/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir
+ /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/pyproject-wheeldir
Processing /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12
  Preparing metadata (pyproject.toml): started
  Running command Preparing metadata (pyproject.toml)
  running dist_info
  creating /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-modern-metadata-lw4o9ar4/woeusb_ng.egg-info
  writing /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-modern-metadata-lw4o9ar4/woeusb_ng.egg-info/PKG-INFO
  writing dependency_links to /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-modern-metadata-lw4o9ar4/woeusb_ng.egg-info/dependency_links.txt
  writing requirements to /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-modern-metadata-lw4o9ar4/woeusb_ng.egg-info/requires.txt
  writing top-level names to /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-modern-metadata-lw4o9ar4/woeusb_ng.egg-info/top_level.txt
  writing manifest file '/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-modern-metadata-lw4o9ar4/woeusb_ng.egg-info/SOURCES.txt'
  reading manifest file '/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-modern-metadata-lw4o9ar4/woeusb_ng.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  adding license file 'COPYING'
  writing manifest file '/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-modern-metadata-lw4o9ar4/woeusb_ng.egg-info/SOURCES.txt'
  creating '/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-modern-metadata-lw4o9ar4/woeusb_ng-0.2.12.dist-info'
  Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: woeusb-ng
  Building wheel for woeusb-ng (pyproject.toml): started
  Running command Building wheel for woeusb-ng (pyproject.toml)
  running bdist_wheel
  running build
  running build_py
  creating build/lib/WoeUSB
  copying src/WoeUSB/miscellaneous.py -> build/lib/WoeUSB
  copying src/WoeUSB/gui.py -> build/lib/WoeUSB
  copying src/WoeUSB/workaround.py -> build/lib/WoeUSB
  copying src/WoeUSB/__init__.py -> build/lib/WoeUSB
  copying src/WoeUSB/core.py -> build/lib/WoeUSB
  copying src/WoeUSB/list_devices.py -> build/lib/WoeUSB
  copying src/WoeUSB/utils.py -> build/lib/WoeUSB
  running egg_info
  writing src/woeusb_ng.egg-info/PKG-INFO
  writing dependency_links to src/woeusb_ng.egg-info/dependency_links.txt
  writing requirements to src/woeusb_ng.egg-info/requires.txt
  writing top-level names to src/woeusb_ng.egg-info/top_level.txt
  reading manifest file 'src/woeusb_ng.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  adding license file 'COPYING'
  writing manifest file 'src/woeusb_ng.egg-info/SOURCES.txt'
  /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'WoeUSB.data' is absent from the `packages` configuration.
  !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'WoeUSB.data' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'WoeUSB.data' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'WoeUSB.data' to be distributed and are
          already explicitly excluding 'WoeUSB.data' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'WoeUSB.locale' is absent from the `packages` configuration.
  !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'WoeUSB.locale' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'WoeUSB.locale' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'WoeUSB.locale' to be distributed and are
          already explicitly excluding 'WoeUSB.locale' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'WoeUSB.locale.de.LC_MESSAGES' is absent from the `packages` configuration.
  !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'WoeUSB.locale.de.LC_MESSAGES' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'WoeUSB.locale.de.LC_MESSAGES' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'WoeUSB.locale.de.LC_MESSAGES' to be distributed and are
          already explicitly excluding 'WoeUSB.locale.de.LC_MESSAGES' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'WoeUSB.locale.fr.LC_MESSAGES' is absent from the `packages` configuration.
  !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'WoeUSB.locale.fr.LC_MESSAGES' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'WoeUSB.locale.fr.LC_MESSAGES' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'WoeUSB.locale.fr.LC_MESSAGES' to be distributed and are
          already explicitly excluding 'WoeUSB.locale.fr.LC_MESSAGES' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'WoeUSB.locale.pl.LC_MESSAGES' is absent from the `packages` configuration.
  !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'WoeUSB.locale.pl.LC_MESSAGES' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'WoeUSB.locale.pl.LC_MESSAGES' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'WoeUSB.locale.pl.LC_MESSAGES' to be distributed and are
          already explicitly excluding 'WoeUSB.locale.pl.LC_MESSAGES' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'WoeUSB.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration.
  !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'WoeUSB.locale.pt_BR.LC_MESSAGES' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'WoeUSB.locale.pt_BR.LC_MESSAGES' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'WoeUSB.locale.pt_BR.LC_MESSAGES' to be distributed and are
          already explicitly excluding 'WoeUSB.locale.pt_BR.LC_MESSAGES' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'WoeUSB.locale.sv.LC_MESSAGES' is absent from the `packages` configuration.
  !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'WoeUSB.locale.sv.LC_MESSAGES' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'WoeUSB.locale.sv.LC_MESSAGES' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'WoeUSB.locale.sv.LC_MESSAGES' to be distributed and are
          already explicitly excluding 'WoeUSB.locale.sv.LC_MESSAGES' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'WoeUSB.locale.tr.LC_MESSAGES' is absent from the `packages` configuration.
  !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'WoeUSB.locale.tr.LC_MESSAGES' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'WoeUSB.locale.tr.LC_MESSAGES' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'WoeUSB.locale.tr.LC_MESSAGES' to be distributed and are
          already explicitly excluding 'WoeUSB.locale.tr.LC_MESSAGES' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'WoeUSB.locale.zh.LC_MESSAGES' is absent from the `packages` configuration.
  !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'WoeUSB.locale.zh.LC_MESSAGES' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'WoeUSB.locale.zh.LC_MESSAGES' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'WoeUSB.locale.zh.LC_MESSAGES' to be distributed and are
          already explicitly excluding 'WoeUSB.locale.zh.LC_MESSAGES' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  creating build/lib/WoeUSB/data
  copying src/WoeUSB/data/c501-logo.png -> build/lib/WoeUSB/data
  copying src/WoeUSB/data/icon.ico -> build/lib/WoeUSB/data
  copying src/WoeUSB/data/woeusb-logo.png -> build/lib/WoeUSB/data
  creating build/lib/WoeUSB/locale
  copying src/WoeUSB/locale/woeusb.pot -> build/lib/WoeUSB/locale
  creating build/lib/WoeUSB/locale/de/LC_MESSAGES
  copying src/WoeUSB/locale/de/LC_MESSAGES/woeusb.mo -> build/lib/WoeUSB/locale/de/LC_MESSAGES
  copying src/WoeUSB/locale/de/LC_MESSAGES/woeusb.po -> build/lib/WoeUSB/locale/de/LC_MESSAGES
  creating build/lib/WoeUSB/locale/fr/LC_MESSAGES
  copying src/WoeUSB/locale/fr/LC_MESSAGES/woeusb.mo -> build/lib/WoeUSB/locale/fr/LC_MESSAGES
  copying src/WoeUSB/locale/fr/LC_MESSAGES/woeusb.po -> build/lib/WoeUSB/locale/fr/LC_MESSAGES
  creating build/lib/WoeUSB/locale/pl/LC_MESSAGES
  copying src/WoeUSB/locale/pl/LC_MESSAGES/woeusb.mo -> build/lib/WoeUSB/locale/pl/LC_MESSAGES
  copying src/WoeUSB/locale/pl/LC_MESSAGES/woeusb.po -> build/lib/WoeUSB/locale/pl/LC_MESSAGES
  creating build/lib/WoeUSB/locale/pt_BR/LC_MESSAGES
  copying src/WoeUSB/locale/pt_BR/LC_MESSAGES/woeusb.mo -> build/lib/WoeUSB/locale/pt_BR/LC_MESSAGES
  copying src/WoeUSB/locale/pt_BR/LC_MESSAGES/woeusb.po -> build/lib/WoeUSB/locale/pt_BR/LC_MESSAGES
  creating build/lib/WoeUSB/locale/sv/LC_MESSAGES
  copying src/WoeUSB/locale/sv/LC_MESSAGES/woeusb.mo -> build/lib/WoeUSB/locale/sv/LC_MESSAGES
  copying src/WoeUSB/locale/sv/LC_MESSAGES/woeusb.po -> build/lib/WoeUSB/locale/sv/LC_MESSAGES
  creating build/lib/WoeUSB/locale/tr/LC_MESSAGES
  copying src/WoeUSB/locale/tr/LC_MESSAGES/woeusb.mo -> build/lib/WoeUSB/locale/tr/LC_MESSAGES
  copying src/WoeUSB/locale/tr/LC_MESSAGES/woeusb.po -> build/lib/WoeUSB/locale/tr/LC_MESSAGES
  creating build/lib/WoeUSB/locale/zh/LC_MESSAGES
  copying src/WoeUSB/locale/zh/LC_MESSAGES/woeusb.mo -> build/lib/WoeUSB/locale/zh/LC_MESSAGES
  copying src/WoeUSB/locale/zh/LC_MESSAGES/woeusb.po -> build/lib/WoeUSB/locale/zh/LC_MESSAGES
  installing to build/bdist.linux-x86_64/wheel
  running install
  running install_lib
  creating build/bdist.linux-x86_64/wheel
  creating build/bdist.linux-x86_64/wheel/WoeUSB
  copying build/lib/WoeUSB/miscellaneous.py -> build/bdist.linux-x86_64/wheel/./WoeUSB
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/sv
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/sv/LC_MESSAGES
  copying build/lib/WoeUSB/locale/sv/LC_MESSAGES/woeusb.mo -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/sv/LC_MESSAGES
  copying build/lib/WoeUSB/locale/sv/LC_MESSAGES/woeusb.po -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/sv/LC_MESSAGES
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/tr
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/tr/LC_MESSAGES
  copying build/lib/WoeUSB/locale/tr/LC_MESSAGES/woeusb.mo -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/tr/LC_MESSAGES
  copying build/lib/WoeUSB/locale/tr/LC_MESSAGES/woeusb.po -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/tr/LC_MESSAGES
  copying build/lib/WoeUSB/locale/woeusb.pot -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/fr
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/fr/LC_MESSAGES
  copying build/lib/WoeUSB/locale/fr/LC_MESSAGES/woeusb.mo -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/fr/LC_MESSAGES
  copying build/lib/WoeUSB/locale/fr/LC_MESSAGES/woeusb.po -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/fr/LC_MESSAGES
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/pl
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/pl/LC_MESSAGES
  copying build/lib/WoeUSB/locale/pl/LC_MESSAGES/woeusb.mo -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/pl/LC_MESSAGES
  copying build/lib/WoeUSB/locale/pl/LC_MESSAGES/woeusb.po -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/pl/LC_MESSAGES
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/de
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/de/LC_MESSAGES
  copying build/lib/WoeUSB/locale/de/LC_MESSAGES/woeusb.mo -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/de/LC_MESSAGES
  copying build/lib/WoeUSB/locale/de/LC_MESSAGES/woeusb.po -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/de/LC_MESSAGES
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/pt_BR
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/pt_BR/LC_MESSAGES
  copying build/lib/WoeUSB/locale/pt_BR/LC_MESSAGES/woeusb.mo -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/pt_BR/LC_MESSAGES
  copying build/lib/WoeUSB/locale/pt_BR/LC_MESSAGES/woeusb.po -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/pt_BR/LC_MESSAGES
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/zh
  creating build/bdist.linux-x86_64/wheel/WoeUSB/locale/zh/LC_MESSAGES
  copying build/lib/WoeUSB/locale/zh/LC_MESSAGES/woeusb.mo -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/zh/LC_MESSAGES
  copying build/lib/WoeUSB/locale/zh/LC_MESSAGES/woeusb.po -> build/bdist.linux-x86_64/wheel/./WoeUSB/locale/zh/LC_MESSAGES
  copying build/lib/WoeUSB/gui.py -> build/bdist.linux-x86_64/wheel/./WoeUSB
  copying build/lib/WoeUSB/workaround.py -> build/bdist.linux-x86_64/wheel/./WoeUSB
  creating build/bdist.linux-x86_64/wheel/WoeUSB/data
  copying build/lib/WoeUSB/data/c501-logo.png -> build/bdist.linux-x86_64/wheel/./WoeUSB/data
  copying build/lib/WoeUSB/data/woeusb-logo.png -> build/bdist.linux-x86_64/wheel/./WoeUSB/data
  copying build/lib/WoeUSB/data/icon.ico -> build/bdist.linux-x86_64/wheel/./WoeUSB/data
  copying build/lib/WoeUSB/__init__.py -> build/bdist.linux-x86_64/wheel/./WoeUSB
  copying build/lib/WoeUSB/core.py -> build/bdist.linux-x86_64/wheel/./WoeUSB
  copying build/lib/WoeUSB/list_devices.py -> build/bdist.linux-x86_64/wheel/./WoeUSB
  copying build/lib/WoeUSB/utils.py -> build/bdist.linux-x86_64/wheel/./WoeUSB
  running install_data
  creating build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data
  creating build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data/share/applications
  copying miscellaneous/WoeUSB-ng.desktop -> build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data/share/applications
  creating build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data/share/polkit-1/actions
  copying miscellaneous/com.github.woeusb.woeusb-ng.policy -> build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data/share/polkit-1/actions
  creating build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data/share/icons/hicolor/256x256/apps
  copying src/WoeUSB/data/woeusb-logo.png -> build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data/share/icons/hicolor/256x256/apps
  creating build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data/bin
  copying WoeUSB/woeusb -> build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data/bin
  copying WoeUSB/woeusbgui -> build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.data/data/bin
  running install_egg_info
  Copying src/woeusb_ng.egg-info to build/bdist.linux-x86_64/wheel/./woeusb_ng-0.2.12-py3.12.egg-info
  running install_scripts
  creating build/bdist.linux-x86_64/wheel/woeusb_ng-0.2.12.dist-info/WHEEL
  creating '/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir/pip-wheel-n3qf69k6/.tmp-lfzrp14v/woeusb_ng-0.2.12-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  adding 'WoeUSB/__init__.py'
  adding 'WoeUSB/core.py'
  adding 'WoeUSB/gui.py'
  adding 'WoeUSB/list_devices.py'
  adding 'WoeUSB/miscellaneous.py'
  adding 'WoeUSB/utils.py'
  adding 'WoeUSB/workaround.py'
  adding 'WoeUSB/data/c501-logo.png'
  adding 'WoeUSB/data/icon.ico'
  adding 'WoeUSB/data/woeusb-logo.png'
  adding 'WoeUSB/locale/woeusb.pot'
  adding 'WoeUSB/locale/de/LC_MESSAGES/woeusb.mo'
  adding 'WoeUSB/locale/de/LC_MESSAGES/woeusb.po'
  adding 'WoeUSB/locale/fr/LC_MESSAGES/woeusb.mo'
  adding 'WoeUSB/locale/fr/LC_MESSAGES/woeusb.po'
  adding 'WoeUSB/locale/pl/LC_MESSAGES/woeusb.mo'
  adding 'WoeUSB/locale/pl/LC_MESSAGES/woeusb.po'
  adding 'WoeUSB/locale/pt_BR/LC_MESSAGES/woeusb.mo'
  adding 'WoeUSB/locale/pt_BR/LC_MESSAGES/woeusb.po'
  adding 'WoeUSB/locale/sv/LC_MESSAGES/woeusb.mo'
  adding 'WoeUSB/locale/sv/LC_MESSAGES/woeusb.po'
  adding 'WoeUSB/locale/tr/LC_MESSAGES/woeusb.mo'
  adding 'WoeUSB/locale/tr/LC_MESSAGES/woeusb.po'
  adding 'WoeUSB/locale/zh/LC_MESSAGES/woeusb.mo'
  adding 'WoeUSB/locale/zh/LC_MESSAGES/woeusb.po'
  adding 'woeusb_ng-0.2.12.data/data/bin/woeusb'
  adding 'woeusb_ng-0.2.12.data/data/bin/woeusbgui'
  adding 'woeusb_ng-0.2.12.data/data/share/applications/WoeUSB-ng.desktop'
  adding 'woeusb_ng-0.2.12.data/data/share/icons/hicolor/256x256/apps/woeusb-logo.png'
  adding 'woeusb_ng-0.2.12.data/data/share/polkit-1/actions/com.github.woeusb.woeusb-ng.policy'
  adding 'woeusb_ng-0.2.12.dist-info/COPYING'
  adding 'woeusb_ng-0.2.12.dist-info/METADATA'
  adding 'woeusb_ng-0.2.12.dist-info/WHEEL'
  adding 'woeusb_ng-0.2.12.dist-info/top_level.txt'
  adding 'woeusb_ng-0.2.12.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  Building wheel for woeusb-ng (pyproject.toml): finished with status 'done'
  Created wheel for woeusb-ng: filename=woeusb_ng-0.2.12-py3-none-any.whl size=234059 sha256=0fa834d7096e6e823352590a937cced55b372084eed145c0f6240fe945e68359
  Stored in directory: /home/pterjan/.cache/pip/wheels/fd/a9/6a/53e79150ef8e456f4336852080003aa173dc5ada21ac9ce202
Successfully built woeusb-ng
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7fQi3u
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ mkdir /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT
+ cd WoeUSB-ng-0.2.12
+ '[' 1 -eq 1 ']'
++ ls /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/pyproject-wheeldir/woeusb_ng-0.2.12-py3-none-any.whl
++ xargs basename --multiple
++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/'
+ specifier=woeusb_ng==0.2.12
+ '[' -z woeusb_ng==0.2.12 ']'
+ TMPDIR=/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/.pyproject-builddir
+ /usr/bin/python3 -m pip install --root /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/pyproject-wheeldir woeusb_ng==0.2.12
Using pip 24.3.1 from /usr/lib/python3.12/site-packages/pip (python 3.12)
Looking in links: /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/pyproject-wheeldir
Processing ./pyproject-wheeldir/woeusb_ng-0.2.12-py3-none-any.whl
Installing collected packages: woeusb_ng
Successfully installed woeusb_ng-0.2.12
+ '[' -d /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/bin ']'
+ '[' -z sP ']'
+ shebang_flags=-kasP
+ /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/bin/woeusb /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/bin/woeusbgui
/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/bin/woeusb: updating
/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/bin/woeusbgui: updating
+ rm -rfv /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/bin/__pycache__
+ rm -f /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/woeusb-ng-0.2.12-2.mga10.noarch-pyproject-ghost-distinfo
+ site_dirs=()
+ '[' -d /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib/python3.12/site-packages ']'
+ site_dirs+=("/usr/lib/python3.12/site-packages")
+ '[' /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib64/python3.12/site-packages '!=' /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib/python3.12/site-packages ']'
+ '[' -d /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib64/python3.12/site-packages ']'
+ for site_dir in ${site_dirs[@]}
+ for distinfo in /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT$site_dir/*.dist-info
+ echo '%ghost /usr/lib/python3.12/site-packages/woeusb_ng-0.2.12.dist-info'
+ sed -i s/pip/rpm/ /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib/python3.12/site-packages/woeusb_ng-0.2.12.dist-info/INSTALLER
+ PYTHONPATH=/usr/lib/rpm/redhat
+ /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT --record /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib/python3.12/site-packages/woeusb_ng-0.2.12.dist-info/RECORD --output /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/woeusb-ng-0.2.12-2.mga10.noarch-pyproject-record
+ rm -fv /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib/python3.12/site-packages/woeusb_ng-0.2.12.dist-info/RECORD
removed '/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib/python3.12/site-packages/woeusb_ng-0.2.12.dist-info/RECORD'
+ rm -fv /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib/python3.12/site-packages/woeusb_ng-0.2.12.dist-info/REQUESTED
removed '/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib/python3.12/site-packages/woeusb_ng-0.2.12.dist-info/REQUESTED'
++ wc -l /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/woeusb-ng-0.2.12-2.mga10.noarch-pyproject-ghost-distinfo
++ cut -f1 '-d '
+ lines=1
+ '[' 1 -ne 1 ']'
+ RPM_FILES_ESCAPE=4.19
+ /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/woeusb-ng-0.2.12-2.mga10.noarch-pyproject-files --output-modules /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/woeusb-ng-0.2.12-2.mga10.noarch-pyproject-modules --buildroot /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT --sitelib /usr/lib/python3.12/site-packages --sitearch /usr/lib64/python3.12/site-packages --python-version 3.12 --pyproject-record /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/woeusb-ng-0.2.12-2.mga10.noarch-pyproject-record --prefix /usr WoeUSB
+ /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-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/lib/python3.12 using python3.12
Not clamping source mtimes, $SOURCE_DATE_EPOCH not set
/usr/lib/python3.12/site-packages/WoeUSB/workaround.py:55: SyntaxWarning: invalid escape sequence '\.'
/usr/lib/python3.12/site-packages/WoeUSB/workaround.py:55: SyntaxWarning: invalid escape sequence '\.'
+ /usr/lib/rpm/redhat/brp-python-hardlink
Processing files: woeusb-ng-0.2.12-2.mga10.noarch
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HZdfgu
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ cd WoeUSB-ng-0.2.12
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/share/doc/woeusb-ng
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/share/doc/woeusb-ng
+ cp -pr /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/CONTRIBUTING.md /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/share/doc/woeusb-ng
+ cp -pr /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/README.md /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/share/doc/woeusb-ng
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1dqkmy
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ cd WoeUSB-ng-0.2.12
+ LICENSEDIR=/home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/share/licenses/woeusb-ng
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/share/licenses/woeusb-ng
+ cp -pr /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/WoeUSB-ng-0.2.12/COPYING /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT/usr/share/licenses/woeusb-ng
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: application() application(WoeUSB-ng.desktop) python3.12dist(woeusb-ng) = 0.2.12 python3dist(woeusb-ng) = 0.2.12 woeusb woeusb-ng = 0.2.12-2.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.12 python3.12dist(termcolor) python3.12dist(wxpython)
Obsoletes: woeusb < 3.3.2
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/noarch/woeusb-ng-0.2.12-2.mga10.noarch.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CS06ht
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ test -d /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/woeusb-ng-0.2.12-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!