https://bugzilla.redhat.com/show_bug.cgi?id=1114175 --- Comment #4 from Vincent Batts <vbatts@xxxxxxxxxx> --- one little nit, the "p" in the `cp` args <pre> Index: rpmbuild/SPECS/golang-github-codegangsta-cli.spec =================================================================== --- rpmbuild.orig/SPECS/golang-github-codegangsta-cli.spec +++ rpmbuild/SPECS/golang-github-codegangsta-cli.spec @@ -40,7 +40,7 @@ which use codegangsta/cli. %install install -d -p %{buildroot}%{gopath}/src/%{import_path} -cp -av *.go %{buildroot}%{gopath}/src/%{import_path} +cp -pav *.go %{buildroot}%{gopath}/src/%{import_path} %check GOPATH=%{gopath}:%{buildroot}/%{gopath} go test %{import_path} </pre> -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review