diff --git a/lorax.spec b/lorax.spec index 138db9af32ba88789cc6917c10bc07476d3548a2..d03bebf8ae22569325b0d1e2a69e0d6fb6d3a2d6 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ Name: lorax Version: 34.1 -Release: 7 +Release: 8 Summary: A set of tools used to create bootable images License: GPLv2+ URL: https://github.com/weldr/lorax @@ -31,7 +31,7 @@ Patch100: 0001-support-loongarch-for-lorax.patch Patch200: 0001-add-sw64-architecture.patch Patch300: 0001-support-riscv64-for-lorax.patch -BuildRequires: python3-devel python3-sphinx_rtd_theme python3-magic +BuildRequires: python3-devel python3-sphinx_rtd_theme python3-file-magic BuildRequires: python3-pytest python3-pytest-mock python3-pocketlint python3-gevent BuildRequires: python3-mock python3-urllib3 python3-dnf python3-librepo BuildRequires: python3-libselinux python3-mako python3-kickstart @@ -234,6 +234,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/*.1* %changelog +* Tue Sep 23 2025 liweigang - 34.1-8 +- use python3-file-magic instead of python3-magic + * Fri Dec 13 2024 liweigang - 34.1-7 - Clean spec