diff options
author | Tim Rozet <trozet@redhat.com> | 2016-11-19 20:52:36 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-11-19 20:52:36 -0500 |
commit | 052dcd5a9d49617f1600977b9b85d10e41d622a2 (patch) | |
tree | e261fa6c4688c92014def7f0de3aee36dac79f81 /build/rpm_specs/opnfv-apex-common.spec | |
parent | 345b49b9b7c374c81296f5f371d2d360db337fb9 (diff) |
Fixes missing inventory.py file in RPM spec
Change-Id: I716fc0bc488072b7492858e8514ea140a16b8d58
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/rpm_specs/opnfv-apex-common.spec')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index 33e14861..4c2b5f81 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -70,6 +70,7 @@ mkdir -p %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/__init__.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/deploy_settings.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/ip_utils.py %{buildroot}%{python3_sitelib}/apex/ +install lib/python/apex/inventory.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/network_environment.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/network_settings.py %{buildroot}%{python3_sitelib}/apex/ install lib/python/apex/clean.py %{buildroot}%{python3_sitelib}/apex/ |