diff --git a/lorax.spec b/lorax.spec index 700155ac963f423a4acd837f308cc1b2b3621f76..3f15b7f31351de854aeea384effb386e336811a3 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ Name: lorax Version: 33.6 -Release: 3 +Release: 4 Summary: A set of tools used to create bootable images License: GPLv2+ URL: https://github.com/weldr/lorax @@ -175,6 +175,7 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %dir %{_datadir}/lorax/templates.d %{_datadir}/lorax/templates.d/* %{_tmpfilesdir}/lorax.conf +%exclude %{python3_sitelib}/pylorax/api %if 0%{?disable_cross} %files lmc-virt @@ -185,7 +186,7 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %files composer %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/lorax/composer.conf -%{python3_sitelib}/pylorax/api/* +%{python3_sitelib}/pylorax/api %{python3_sitelib}/lifted/* %{_sbindir}/lorax-composer %{_unitdir}/lorax-composer.* @@ -209,6 +210,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/*.1* %changelog +* Sat Nov 26 2022 zhouyihang - 33.6-4 +- remove duplicate files in lorax + * Mon Apr 12 2021 orange-snn - 33.6-3 - add python3-pycdlib in requires for livecd