mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add missing ? to specfile variable.
Signed-off-by: Avi Miller <avi.miller@oracle.com>
This commit is contained in:
parent
28f52bd06a
commit
c64f9407a4
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ for deploying and scaling web apps, databases, and backend services without
|
|||
depending on a particular stack or provider.
|
||||
|
||||
%prep
|
||||
%if 0%{?centos} <= 6 || 0%{oraclelinux} <=6
|
||||
%if 0%{?centos} <= 6 || 0%{?oraclelinux} <=6
|
||||
%setup -n %{name}
|
||||
%else
|
||||
%autosetup -n %{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue