Install the composer-cli library and include it in the rpm

This commit is contained in:
Brian C. Lane 2018-03-15 09:12:24 -07:00
parent 5c878a695f
commit 579e6840f8
2 changed files with 2 additions and 1 deletions

View File

@ -160,6 +160,7 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%files -n composer-cli
%{_bindir}/composer-cli
%{python_sitelib}/composer/*
%changelog
* Thu Feb 22 2018 Brian C. Lane <bcl@redhat.com> 19.7.10-1

View File

@ -44,7 +44,7 @@ setup(name="lorax",
url="https://rhinstaller.github.io/lorax/",
download_url="https://github.com/rhinstaller/lorax/releases",
license="GPLv2+",
packages=["pylorax", "pylorax.api"],
packages=["pylorax", "pylorax.api", "composer", "composer.cli"],
package_dir={"" : "src"},
data_files=data_files
)