diff --git a/lorax.spec b/lorax.spec index 14e82399..99fc0c1a 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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 diff --git a/setup.py b/setup.py index 8a5ffa77..4ef4d666 100644 --- a/setup.py +++ b/setup.py @@ -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