diff --git a/.gitignore b/.gitignore index 6cc47b9..8c7e629 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/oauth2client-4.1.2.tar.gz +/*.tar.gz +/*.rpm +/*/ diff --git a/remove-python-shebang-from-module.patch b/remove-python-shebang-from-module.patch new file mode 100644 index 0000000..520075b --- /dev/null +++ b/remove-python-shebang-from-module.patch @@ -0,0 +1,9 @@ +diff -up oauth2client-1.4.11/oauth2client/util.py.orig oauth2client-1.4.11/oauth2client/util.py +--- oauth2client-1.4.11/oauth2client/util.py.orig 2015-06-04 10:21:35.117139303 +0200 ++++ oauth2client-1.4.11/oauth2client/util.py 2015-06-04 10:21:44.195196840 +0200 +@@ -1,5 +1,3 @@ +-#!/usr/bin/env python +-# + # Copyright 2014 Google Inc. All rights reserved. + # + # Licensed under the Apache License, Version 2.0 (the "License");