remove duplicate files in lorax
(cherry picked from commit 2bdf89ec4a835b2946d33d8c9ab7775e4416cc88)
This commit is contained in:
parent
9935bb0833
commit
a8e31a3eb3
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 33.6
|
Version: 33.6
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: A set of tools used to create bootable images
|
Summary: A set of tools used to create bootable images
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/weldr/lorax
|
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
|
%dir %{_datadir}/lorax/templates.d
|
||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
%{_tmpfilesdir}/lorax.conf
|
%{_tmpfilesdir}/lorax.conf
|
||||||
|
%exclude %{python3_sitelib}/pylorax/api
|
||||||
|
|
||||||
%if 0%{?disable_cross}
|
%if 0%{?disable_cross}
|
||||||
%files lmc-virt
|
%files lmc-virt
|
||||||
@ -185,7 +186,7 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%files composer
|
%files composer
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%config(noreplace) %{_sysconfdir}/lorax/composer.conf
|
%config(noreplace) %{_sysconfdir}/lorax/composer.conf
|
||||||
%{python3_sitelib}/pylorax/api/*
|
%{python3_sitelib}/pylorax/api
|
||||||
%{python3_sitelib}/lifted/*
|
%{python3_sitelib}/lifted/*
|
||||||
%{_sbindir}/lorax-composer
|
%{_sbindir}/lorax-composer
|
||||||
%{_unitdir}/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*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 26 2022 zhouyihang <zhouyihang3@h-partners.com> - 33.6-4
|
||||||
|
- remove duplicate files in lorax
|
||||||
|
|
||||||
* Mon Apr 12 2021 orange-snn <songnannan2@huawei.com> - 33.6-3
|
* Mon Apr 12 2021 orange-snn <songnannan2@huawei.com> - 33.6-3
|
||||||
- add python3-pycdlib in requires for livecd
|
- add python3-pycdlib in requires for livecd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user