Move command line python files to python package
We cannot have files that have a py extension in packages that are not in noarch rpm. This is to prevent a user from installing both 32bit and 64bit packages on the same system from having signature conflicts for the compiled python files (pyc). Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
3b31b02a85
commit
ded0b223cc
@ -208,9 +208,6 @@ getent passwd libstoragemgmt >/dev/null || \
|
||||
%{_bindir}/lsmcli
|
||||
%{_bindir}/lsmd
|
||||
%{_bindir}/simc_lsmplugin
|
||||
%{python_sitelib}/lsm/lsmcli/__init__.*
|
||||
%{python_sitelib}/lsm/lsmcli/data_display.*
|
||||
%{python_sitelib}/lsm/lsmcli/cmdline.*
|
||||
|
||||
%{_unitdir}/*
|
||||
|
||||
@ -241,6 +238,9 @@ getent passwd libstoragemgmt >/dev/null || \
|
||||
%{python_sitelib}/lsm/plugin/sim/__init__.*
|
||||
%{python_sitelib}/lsm/plugin/sim/simulator.*
|
||||
%{python_sitelib}/lsm/plugin/sim/simarray.*
|
||||
%{python_sitelib}/lsm/lsmcli/__init__.*
|
||||
%{python_sitelib}/lsm/lsmcli/data_display.*
|
||||
%{python_sitelib}/lsm/lsmcli/cmdline.*
|
||||
%{_bindir}/sim_lsmplugin
|
||||
|
||||
%files smis-plugin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user