Fix wrong name for /etc/composer.conf

This commit is contained in:
Brian C. Lane 2017-11-22 16:37:00 -08:00
parent 27a3f4e38c
commit c1bd07635a
2 changed files with 2 additions and 1 deletions

View File

@ -135,6 +135,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%files composer
%config(noreplace) %{_sysconfdir}/lorax/composer.conf
%{python_sitelib}/pylorax/api/*
%{_sbindir}/lorax-composer
%{_unitdir}/lorax-composer.service

View File

@ -7,7 +7,7 @@ import sys
# config file
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"])]
# shared files