D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/python-django-authority-0.14-4.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7tWboi Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.utOjat + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + rm -rf django-authority-0.14 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/django-authority-0.14.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd django-authority-0.14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf django_authority.egg-info/ + find . -name '*._*' -delete + find . -name '*.buildinfo' -delete + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.I0RA7T + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-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 django-authority-0.14 + '[' 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/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' /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/authority copying authority/admin.py -> build/lib/authority copying authority/exceptions.py -> build/lib/authority copying authority/sites.py -> build/lib/authority copying authority/tests.py -> build/lib/authority copying authority/urls.py -> build/lib/authority copying authority/decorators.py -> build/lib/authority copying authority/views.py -> build/lib/authority copying authority/__init__.py -> build/lib/authority copying authority/permissions.py -> build/lib/authority copying authority/widgets.py -> build/lib/authority copying authority/forms.py -> build/lib/authority copying authority/utils.py -> build/lib/authority copying authority/managers.py -> build/lib/authority copying authority/models.py -> build/lib/authority creating build/lib/authority/templatetags copying authority/templatetags/__init__.py -> build/lib/authority/templatetags copying authority/templatetags/permissions.py -> build/lib/authority/templatetags creating build/lib/authority/migrations copying authority/migrations/0001_initial.py -> build/lib/authority/migrations copying authority/migrations/__init__.py -> build/lib/authority/migrations running egg_info creating django_authority.egg-info writing django_authority.egg-info/PKG-INFO writing dependency_links to django_authority.egg-info/dependency_links.txt writing requirements to django_authority.egg-info/requires.txt writing top-level names to django_authority.egg-info/top_level.txt writing manifest file 'django_authority.egg-info/SOURCES.txt' reading manifest file 'django_authority.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.html' under directory 'docs' warning: no previously-included files matching '*.txt' found under directory 'docs/build' no previously-included directories found matching 'docs/build/html/_sources' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'django_authority.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'authority.fixtures' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'authority.fixtures' 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 'authority.fixtures' 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 'authority.fixtures' to be distributed and are already explicitly excluding 'authority.fixtures' 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 'authority.templates.admin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'authority.templates.admin' 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 'authority.templates.admin' 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 'authority.templates.admin' to be distributed and are already explicitly excluding 'authority.templates.admin' 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 'authority.templates.admin.edit_inline' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'authority.templates.admin.edit_inline' 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 'authority.templates.admin.edit_inline' 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 'authority.templates.admin.edit_inline' to be distributed and are already explicitly excluding 'authority.templates.admin.edit_inline' 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 'authority.templates.authority' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'authority.templates.authority' 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 'authority.templates.authority' 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 'authority.templates.authority' to be distributed and are already explicitly excluding 'authority.templates.authority' 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/authority/fixtures copying authority/fixtures/tests_custom.json -> build/lib/authority/fixtures creating build/lib/authority/templates/admin copying authority/templates/admin/permission_change_form.html -> build/lib/authority/templates/admin creating build/lib/authority/templates/admin/edit_inline copying authority/templates/admin/edit_inline/action_tabular.html -> build/lib/authority/templates/admin/edit_inline creating build/lib/authority/templates/authority copying authority/templates/authority/403.html -> build/lib/authority/templates/authority copying authority/templates/authority/permission_delete_link.html -> build/lib/authority/templates/authority copying authority/templates/authority/permission_form.html -> build/lib/authority/templates/authority copying authority/templates/authority/permission_request_approve_link.html -> build/lib/authority/templates/authority copying authority/templates/authority/permission_request_delete_link.html -> build/lib/authority/templates/authority + 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 bdist_egg /usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' /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 bdist_egg running egg_info writing django_authority.egg-info/PKG-INFO writing dependency_links to django_authority.egg-info/dependency_links.txt writing requirements to django_authority.egg-info/requires.txt writing top-level names to django_authority.egg-info/top_level.txt reading manifest file 'django_authority.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.html' under directory 'docs' warning: no previously-included files matching '*.txt' found under directory 'docs/build' no previously-included directories found matching 'docs/build/html/_sources' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'django_authority.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg /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 running build_py /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'authority.fixtures' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'authority.fixtures' 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 'authority.fixtures' 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 'authority.fixtures' to be distributed and are already explicitly excluding 'authority.fixtures' 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 'authority.templates.admin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'authority.templates.admin' 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 'authority.templates.admin' 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 'authority.templates.admin' to be distributed and are already explicitly excluding 'authority.templates.admin' 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 'authority.templates.admin.edit_inline' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'authority.templates.admin.edit_inline' 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 'authority.templates.admin.edit_inline' 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 'authority.templates.admin.edit_inline' to be distributed and are already explicitly excluding 'authority.templates.admin.edit_inline' 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 'authority.templates.authority' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'authority.templates.authority' 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 'authority.templates.authority' 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 'authority.templates.authority' to be distributed and are already explicitly excluding 'authority.templates.authority' 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/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/authority copying build/lib/authority/admin.py -> build/bdist.linux-x86_64/egg/authority copying build/lib/authority/exceptions.py -> build/bdist.linux-x86_64/egg/authority creating build/bdist.linux-x86_64/egg/authority/fixtures copying build/lib/authority/fixtures/tests_custom.json -> build/bdist.linux-x86_64/egg/authority/fixtures copying build/lib/authority/sites.py -> build/bdist.linux-x86_64/egg/authority creating build/bdist.linux-x86_64/egg/authority/templates creating build/bdist.linux-x86_64/egg/authority/templates/admin copying build/lib/authority/templates/admin/permission_change_form.html -> build/bdist.linux-x86_64/egg/authority/templates/admin creating build/bdist.linux-x86_64/egg/authority/templates/admin/edit_inline copying build/lib/authority/templates/admin/edit_inline/action_tabular.html -> build/bdist.linux-x86_64/egg/authority/templates/admin/edit_inline creating build/bdist.linux-x86_64/egg/authority/templates/authority copying build/lib/authority/templates/authority/permission_delete_link.html -> build/bdist.linux-x86_64/egg/authority/templates/authority copying build/lib/authority/templates/authority/permission_request_approve_link.html -> build/bdist.linux-x86_64/egg/authority/templates/authority copying build/lib/authority/templates/authority/403.html -> build/bdist.linux-x86_64/egg/authority/templates/authority copying build/lib/authority/templates/authority/permission_request_delete_link.html -> build/bdist.linux-x86_64/egg/authority/templates/authority copying build/lib/authority/templates/authority/permission_form.html -> build/bdist.linux-x86_64/egg/authority/templates/authority copying build/lib/authority/tests.py -> build/bdist.linux-x86_64/egg/authority creating build/bdist.linux-x86_64/egg/authority/templatetags copying build/lib/authority/templatetags/__init__.py -> build/bdist.linux-x86_64/egg/authority/templatetags copying build/lib/authority/templatetags/permissions.py -> build/bdist.linux-x86_64/egg/authority/templatetags copying build/lib/authority/urls.py -> build/bdist.linux-x86_64/egg/authority copying build/lib/authority/decorators.py -> build/bdist.linux-x86_64/egg/authority copying build/lib/authority/views.py -> build/bdist.linux-x86_64/egg/authority copying build/lib/authority/__init__.py -> build/bdist.linux-x86_64/egg/authority copying build/lib/authority/permissions.py -> build/bdist.linux-x86_64/egg/authority creating build/bdist.linux-x86_64/egg/authority/migrations copying build/lib/authority/migrations/0001_initial.py -> build/bdist.linux-x86_64/egg/authority/migrations copying build/lib/authority/migrations/__init__.py -> build/bdist.linux-x86_64/egg/authority/migrations copying build/lib/authority/widgets.py -> build/bdist.linux-x86_64/egg/authority copying build/lib/authority/forms.py -> build/bdist.linux-x86_64/egg/authority copying build/lib/authority/utils.py -> build/bdist.linux-x86_64/egg/authority copying build/lib/authority/managers.py -> build/bdist.linux-x86_64/egg/authority copying build/lib/authority/models.py -> build/bdist.linux-x86_64/egg/authority byte-compiling build/bdist.linux-x86_64/egg/authority/admin.py to admin.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/exceptions.py to exceptions.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/sites.py to sites.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/tests.py to tests.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/templatetags/__init__.py to __init__.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/templatetags/permissions.py to permissions.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/urls.py to urls.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/decorators.py to decorators.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/views.py to views.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/__init__.py to __init__.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/permissions.py to permissions.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/migrations/0001_initial.py to 0001_initial.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/migrations/__init__.py to __init__.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/widgets.py to widgets.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/forms.py to forms.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/utils.py to utils.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/managers.py to managers.cpython-313.pyc byte-compiling build/bdist.linux-x86_64/egg/authority/models.py to models.cpython-313.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying django_authority.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying django_authority.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying django_authority.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying django_authority.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO copying django_authority.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying django_authority.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO creating dist creating 'dist/django_authority-0.14-py3.13.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) + PYTHONPATH=/home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14 + sphinx-build docs html Running Sphinx v8.2.3 loading translations [en]... done making output directory... done WARNING: favicon file 'favicon.png' does not exist Converting `source_suffix = '.txt'` to `source_suffix = {'.txt': 'restructuredtext'}`. building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 15 source files that are out of date updating environment: [new config] 15 added, 0 changed, 0 removed reading sources... [ 7%] check_decorator reading sources... [ 13%] check_python reading sources... [ 20%] check_templates reading sources... [ 27%] configuration reading sources... [ 33%] create_basic_permission reading sources... [ 40%] create_custom_permission reading sources... [ 47%] create_per_object_permission reading sources... [ 53%] documentation_guidelines reading sources... [ 60%] handling_admin reading sources... [ 67%] handling_python reading sources... [ 73%] handling_template reading sources... [ 80%] index reading sources... [ 87%] installation reading sources... [ 93%] support reading sources... [100%] tips_tricks looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14/html/_static/basic.css Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14/html/_static/documentation_options.js Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14/html/_static/language_data.js Writing evaluated template result to /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14/html/_static/nature.css copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 7%] check_decorator writing output... [ 13%] check_python writing output... [ 20%] check_templates writing output... [ 27%] configuration writing output... [ 33%] create_basic_permission writing output... [ 40%] create_custom_permission writing output... [ 47%] create_per_object_permission writing output... [ 53%] documentation_guidelines writing output... [ 60%] handling_admin writing output... [ 67%] handling_python writing output... [ 73%] handling_template writing output... [ 80%] index writing output... [ 87%] installation writing output... [ 93%] support writing output... [100%] tips_tricks generating indices... genindex done writing additional pages... search done copying images... [ 17%] .static/authority-permission-py.png copying images... [ 33%] .static/authority-object-1to1.png copying images... [ 50%] .static/authority-object-1toN.png copying images... [ 67%] .static/authority-object-NtoN.png copying images... [ 83%] .static/admin-action-permission.png copying images... [100%] .static/authority-scheme-layer.png dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 1 warning. The HTML pages are in html. + rm -rf html/.doctrees html/.buildinfo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TFtwU7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + mkdir /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-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 django-authority-0.14 + '[' 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-django-authority-0.14-build/BUILDROOT --prefix /usr /usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' /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-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages creating /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/admin.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/exceptions.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority creating /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/fixtures copying build/lib/authority/fixtures/tests_custom.json -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/fixtures copying build/lib/authority/sites.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority creating /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates creating /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/admin copying build/lib/authority/templates/admin/permission_change_form.html -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/admin creating /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/admin/edit_inline copying build/lib/authority/templates/admin/edit_inline/action_tabular.html -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/admin/edit_inline creating /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/authority copying build/lib/authority/templates/authority/permission_delete_link.html -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/authority copying build/lib/authority/templates/authority/permission_request_approve_link.html -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/authority copying build/lib/authority/templates/authority/403.html -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/authority copying build/lib/authority/templates/authority/permission_request_delete_link.html -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/authority copying build/lib/authority/templates/authority/permission_form.html -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templates/authority copying build/lib/authority/tests.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority creating /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templatetags copying build/lib/authority/templatetags/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templatetags copying build/lib/authority/templatetags/permissions.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templatetags copying build/lib/authority/urls.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/decorators.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/views.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/permissions.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority creating /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/migrations copying build/lib/authority/migrations/0001_initial.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/migrations copying build/lib/authority/migrations/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/migrations copying build/lib/authority/widgets.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/forms.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/utils.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/managers.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority copying build/lib/authority/models.py -> /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/admin.py to admin.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/exceptions.py to exceptions.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/sites.py to sites.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/tests.py to tests.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templatetags/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/templatetags/permissions.py to permissions.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/urls.py to urls.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/decorators.py to decorators.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/views.py to views.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/permissions.py to permissions.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/migrations/0001_initial.py to 0001_initial.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/migrations/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/widgets.py to widgets.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/forms.py to forms.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/utils.py to utils.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/managers.py to managers.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/authority/models.py to models.cpython-313.pyc writing byte-compilation script '/tmp/tmp8r4ajd1x.py' /usr/bin/python3 /tmp/tmp8r4ajd1x.py removing /tmp/tmp8r4ajd1x.py running install_egg_info running egg_info writing django_authority.egg-info/PKG-INFO writing dependency_links to django_authority.egg-info/dependency_links.txt writing requirements to django_authority.egg-info/requires.txt writing top-level names to django_authority.egg-info/top_level.txt reading manifest file 'django_authority.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.html' under directory 'docs' warning: no previously-included files matching '*.txt' found under directory 'docs/build' no previously-included directories found matching 'docs/build/html/_sources' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'django_authority.egg-info/SOURCES.txt' Copying django_authority.egg-info to /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/lib/python3.13/site-packages/django_authority-0.14-py3.13.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-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-django-authority-0.14-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-django-authority-0.14-4.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.avvcAD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + cd django-authority-0.14 + DOCDIR=/home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/share/doc/python3-django-authority + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/share/doc/python3-django-authority + cp -pr /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14/AUTHORS /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/share/doc/python3-django-authority + cp -pr /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14/CONTRIBUTING.md /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/share/doc/python3-django-authority + cp -pr /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14/README.rst /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/share/doc/python3-django-authority + cp -pr /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14/html /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/share/doc/python3-django-authority + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eeiozg + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + cd django-authority-0.14 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/share/licenses/python3-django-authority + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/share/licenses/python3-django-authority + cp -pr /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/django-authority-0.14/LICENSE /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT/usr/share/licenses/python3-django-authority + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-django-authority = 0.14-4.mga10 python3-django-authority = 0.14-4.mga10 python3.13-django-authority = 0.14-4.mga10 python3.13dist(django-authority) = 0.14 python3dist(django-authority) = 0.14 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(django) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-django-authority-0.14-4.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.U7CVCR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + test -d /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + rm -rf /home/pterjan/rpmbuild/BUILD/python-django-authority-0.14-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!