solar.spec install path fixed
We don't need -c as we already have directory inside tarball root. Change-Id: Id1df52953f3908ef3eaab18ab147d25d8fc43a11
This commit is contained in:
parent
170aa1827e
commit
7c8e19e0d7
@ -49,7 +49,7 @@ Requires: python-zerorpc >= 0.5.2
|
||||
Solar is a resource manager and orchestration engine for distributed systems.
|
||||
|
||||
%prep
|
||||
%setup -cq -n %{name}-%{version}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
cd %{_builddir}/%{name}-%{version} && PBR_VERSION=%{version} python setup.py build
|
||||
|
Loading…
x
Reference in New Issue
Block a user