Install the composer-cli library and include it in the rpm
This commit is contained in:
parent
5c878a695f
commit
579e6840f8
@ -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
|
||||
|
2
setup.py
2
setup.py
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user