Fix invalid macro module_name in nova-api-proxy.spec
Replace module_name macro in nova-api-proxy.spec with name Change-Id: I2c561cdb60a9c89acc40607896d980b22b47ce1a Story: 2003907 Task: 27528 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
af7eca5b33
commit
5912afaf64
@ -71,10 +71,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{pythonroot}/api_proxy-%{version}.0-py2.7.egg-info/*
|
||||
|
||||
%package wheels
|
||||
Summary: %{module_name} wheels
|
||||
Summary: %{name} wheels
|
||||
|
||||
%description wheels
|
||||
Contains python wheels for %{module_name}
|
||||
Contains python wheels for %{name}
|
||||
|
||||
%files wheels
|
||||
/wheels/*
|
||||
|
Loading…
Reference in New Issue
Block a user