Fix wrong name for /etc/composer.conf
This commit is contained in:
parent
27a3f4e38c
commit
c1bd07635a
@ -135,6 +135,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%files composer
|
%files composer
|
||||||
|
%config(noreplace) %{_sysconfdir}/lorax/composer.conf
|
||||||
%{python_sitelib}/pylorax/api/*
|
%{python_sitelib}/pylorax/api/*
|
||||||
%{_sbindir}/lorax-composer
|
%{_sbindir}/lorax-composer
|
||||||
%{_unitdir}/lorax-composer.service
|
%{_unitdir}/lorax-composer.service
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ import sys
|
|||||||
|
|
||||||
# config file
|
# config file
|
||||||
data_files = [("/etc/lorax", ["etc/lorax.conf"]),
|
data_files = [("/etc/lorax", ["etc/lorax.conf"]),
|
||||||
("/etc/lorax", ["etc/configure.conf"]),
|
("/etc/lorax", ["etc/composer.conf"]),
|
||||||
("/usr/lib/systemd/system", ["systemd/lorax-composer.service"])]
|
("/usr/lib/systemd/system", ["systemd/lorax-composer.service"])]
|
||||||
|
|
||||||
# shared files
|
# shared files
|
||||||
|
Loading…
Reference in New Issue
Block a user