Fix -n option in %setup

This commit is contained in:
Jan Chaloupka 2016-03-04 11:26:29 +01:00
commit 5f9b18d080

View file

@ -194,7 +194,7 @@ providing packages with %{import_path} prefix.
%endif
%prep
%setup -q n %{name}-%{version}
%setup -q -n %{name}-%{version}
%if ! 0%{?with_bundled}
rm -rf Godeps/_workspace/src/github.com/{codegangsta,coreos,stretchr,jonboulle}
rm -rf Godeps/_workspace/src/{code.google.com,bitbucket.org,golang.org}