Project

Profile

Help

Issue #8950

Updated by jsherril@redhat.com almost 3 years ago

when building pulp_ansible_client-0.8.0 ruby bindings into an rpm, we noticed these errors 
 ~~~ 
     

     Installed (but unpackaged) file(s) found: 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/__init__.py 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/__init__.pyc 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/__init__.pyo 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/__init__.py 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/__init__.pyc 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/__init__.pyo 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/__init__.py 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/__init__.pyc 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/__init__.pyo 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/__init__.py 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/__init__.pyc 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/__init__.pyo 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/ansible_collections_api.py 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/ansible_collections_api.pyc 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/ansible_collections_api.pyo 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/ansible_copy_api.py 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/ansible_copy_api.pyc 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/ansible_copy_api.pyo 
    /opt/theforeman/tfm/root/usr/share/gems/gems/pulp_ansible_client-0.8.0/build/lib/pulpcore/client/pulp_ansible/api/api_collections_api.py 
 ~~~ 
 

 it looks like the python client is included too?

Back