!55 remove duplicate files in lorax
From: @sherlock2010 Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
6433bd23e4
11
lorax.spec
11
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 34.1
|
Version: 34.1
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -183,6 +183,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
|
||||||
@ -193,7 +194,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.*
|
||||||
@ -217,6 +218,12 @@ 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> - 34.1-2
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:remove duplicate files in lorax
|
||||||
|
|
||||||
* Fri Nov 18 2022 yanglu <yanglu72@h-partners.com> - 34.1-1
|
* Fri Nov 18 2022 yanglu <yanglu72@h-partners.com> - 34.1-1
|
||||||
- Type:requirement
|
- Type:requirement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user