File git-upstream.patch of Package kubernetes

Index: kubernetes-1.8.4+9befc2b8928a9426501d3bf62f72849d5cbcd5a3/hack/lib/util.sh
===================================================================
--- kubernetes-1.8.4+9befc2b8928a9426501d3bf62f72849d5cbcd5a3.orig/hack/lib/util.sh
+++ kubernetes-1.8.4+9befc2b8928a9426501d3bf62f72849d5cbcd5a3/hack/lib/util.sh
@@ -432,9 +432,7 @@ kube::util::fetch-swagger-spec() {
 # Returns the name of the upstream remote repository name for the local git
 # repo, e.g. "upstream" or "origin".
 kube::util::git_upstream_remote_name() {
-  git remote -v | grep fetch |\
-    grep -E 'github.com[/:]kubernetes/kubernetes|k8s.io/kubernetes' |\
-    head -n 1 | awk '{print $1}'
+  echo origin
 }
 
 # Ensures the current directory is a git tree for doing things like restoring or
openSUSE Build Service is sponsored by