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:
Don Penney 2018-10-23 10:37:06 -04:00
parent af7eca5b33
commit 5912afaf64
1 changed files with 2 additions and 2 deletions

View File

@ -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/*