D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/python-flask-sphinx-themes-1.0.2-12.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.I4rSfe Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CjMLXT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + rm -rf Flask-Sphinx-Themes-1.0.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Flask-Sphinx-Themes-1.0.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Flask-Sphinx-Themes-1.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf Flask-Sphinx-Themes.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.V8odkD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + 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' + export CFLAGS + CXXFLAGS='-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' + export CXXFLAGS + FFLAGS='-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 ' + export FFLAGS + FCFLAGS='-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 ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + 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' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd Flask-Sphinx-Themes-1.0.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + 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' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/flask_sphinx_themes copying flask_sphinx_themes/pygments.py -> build/lib/flask_sphinx_themes copying flask_sphinx_themes/__init__.py -> build/lib/flask_sphinx_themes running egg_info writing Flask_Sphinx_Themes.egg-info/PKG-INFO writing dependency_links to Flask_Sphinx_Themes.egg-info/dependency_links.txt writing entry points to Flask_Sphinx_Themes.egg-info/entry_points.txt writing requirements to Flask_Sphinx_Themes.egg-info/requires.txt writing top-level names to Flask_Sphinx_Themes.egg-info/top_level.txt reading manifest file 'Flask_Sphinx_Themes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Flask_Sphinx_Themes.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_sphinx_themes.flask' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_sphinx_themes.flask' 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 'flask_sphinx_themes.flask' 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 'flask_sphinx_themes.flask' to be distributed and are already explicitly excluding 'flask_sphinx_themes.flask' 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.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_sphinx_themes.flask.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_sphinx_themes.flask.static' 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 'flask_sphinx_themes.flask.static' 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 'flask_sphinx_themes.flask.static' to be distributed and are already explicitly excluding 'flask_sphinx_themes.flask.static' 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.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_sphinx_themes.flask_small' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_sphinx_themes.flask_small' 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 'flask_sphinx_themes.flask_small' 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 'flask_sphinx_themes.flask_small' to be distributed and are already explicitly excluding 'flask_sphinx_themes.flask_small' 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.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_sphinx_themes.flask_small.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_sphinx_themes.flask_small.static' 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 'flask_sphinx_themes.flask_small.static' 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 'flask_sphinx_themes.flask_small.static' to be distributed and are already explicitly excluding 'flask_sphinx_themes.flask_small.static' 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/flask_sphinx_themes/flask copying flask_sphinx_themes/flask/layout.html -> build/lib/flask_sphinx_themes/flask copying flask_sphinx_themes/flask/relations.html -> build/lib/flask_sphinx_themes/flask copying flask_sphinx_themes/flask/theme.conf -> build/lib/flask_sphinx_themes/flask creating build/lib/flask_sphinx_themes/flask/static copying flask_sphinx_themes/flask/static/flasky.css_t -> build/lib/flask_sphinx_themes/flask/static creating build/lib/flask_sphinx_themes/flask_small copying flask_sphinx_themes/flask_small/layout.html -> build/lib/flask_sphinx_themes/flask_small copying flask_sphinx_themes/flask_small/theme.conf -> build/lib/flask_sphinx_themes/flask_small creating build/lib/flask_sphinx_themes/flask_small/static copying flask_sphinx_themes/flask_small/static/flasky.css_t -> build/lib/flask_sphinx_themes/flask_small/static + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kMoFyk + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + mkdir /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT + 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' + export CFLAGS + CXXFLAGS='-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' + export CXXFLAGS + FFLAGS='-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 ' + export FFLAGS + FCFLAGS='-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 ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + 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' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd Flask-Sphinx-Themes-1.0.2 + '[' 1 -eq 1 ']' + 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' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT --prefix /usr /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. Follow the current Python packaging guidelines when building Python RPM packages. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages creating /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes copying build/lib/flask_sphinx_themes/pygments.py -> /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes copying build/lib/flask_sphinx_themes/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes creating /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask copying build/lib/flask_sphinx_themes/flask/layout.html -> /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask creating /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask/static copying build/lib/flask_sphinx_themes/flask/static/flasky.css_t -> /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask/static copying build/lib/flask_sphinx_themes/flask/relations.html -> /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask copying build/lib/flask_sphinx_themes/flask/theme.conf -> /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask creating /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask_small copying build/lib/flask_sphinx_themes/flask_small/layout.html -> /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask_small creating /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask_small/static copying build/lib/flask_sphinx_themes/flask_small/static/flasky.css_t -> /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask_small/static copying build/lib/flask_sphinx_themes/flask_small/theme.conf -> /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/flask_small byte-compiling /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/pygments.py to pygments.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/flask_sphinx_themes/__init__.py to __init__.cpython-313.pyc writing byte-compilation script '/tmp/tmpyb4f89up.py' /usr/bin/python3 /tmp/tmpyb4f89up.py removing /tmp/tmpyb4f89up.py running install_egg_info running egg_info writing Flask_Sphinx_Themes.egg-info/PKG-INFO writing dependency_links to Flask_Sphinx_Themes.egg-info/dependency_links.txt writing entry points to Flask_Sphinx_Themes.egg-info/entry_points.txt writing requirements to Flask_Sphinx_Themes.egg-info/requires.txt writing top-level names to Flask_Sphinx_Themes.egg-info/top_level.txt reading manifest file 'Flask_Sphinx_Themes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Flask_Sphinx_Themes.egg-info/SOURCES.txt' Copying Flask_Sphinx_Themes.egg-info to /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13/site-packages/Flask_Sphinx_Themes-1.0.2-py3.13.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/bin/__pycache__ + /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/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/lib/python3.13 using python3.13 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: python3-flask-sphinx-themes-1.0.2-12.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.G0MfA3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + cd Flask-Sphinx-Themes-1.0.2 + DOCDIR=/home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/share/doc/python3-flask-sphinx-themes + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/share/doc/python3-flask-sphinx-themes + cp -pr /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/Flask-Sphinx-Themes-1.0.2/README.rst /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/share/doc/python3-flask-sphinx-themes + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mlP8va + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + cd Flask-Sphinx-Themes-1.0.2 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/share/licenses/python3-flask-sphinx-themes + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/share/licenses/python3-flask-sphinx-themes + cp -pr /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/Flask-Sphinx-Themes-1.0.2/LICENSE /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT/usr/share/licenses/python3-flask-sphinx-themes + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-flask-sphinx-themes = 1.0.2-12.mga10 python3-flask-sphinx-themes = 1.0.2-12.mga10 python3.13-flask-sphinx-themes = 1.0.2-12.mga10 python3.13dist(flask-sphinx-themes) = 1.0.2 python3dist(flask-sphinx-themes) = 1.0.2 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.13 python3.13dist(sphinx) Obsoletes: python-flask-sphinx-themes < 1.0.2-12.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-flask-sphinx-themes-1.0.2-12.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gDXHO3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + test -d /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/python-flask-sphinx-themes-1.0.2-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!