This spec has different spec name and source name and it causes
error during setup command if name is not set with '-n' option.
Fix to use build dir path with source name with '-n' option.
Change-Id: I5567e0bdf43836c8ee243ad894c1603fe8cce422
Fixes: commit
7ebcfd522cb2 ("spec: packaging and defconfigs")
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
## End of Packages lists
%prep
-%setup -q
+%setup -q -n linux-kernel-%{version}
%build
%{?asan:/usr/bin/gcc-unforce-options}