Blame SOURCES/bz1568588-10-gcloud-support-info.patch

391384
diff -uNr a/bundled/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py b/bundled/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py
391384
--- a/bundled/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py	1980-01-01 09:00:00.000000000 +0100
391384
+++ b/bundled/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py	2018-06-25 17:27:48.677568874 +0200
391384
@@ -812,6 +812,9 @@
391384
   buf.write("""
391384
 For detailed information on this command and its flags, run:
391384
   {command_path} --help
391384
+
391384
+WARNING: {command_path} is only supported for "{command_path} init" and for use with
391384
+the agents in resource-agents.
391384
 """.format(command_path=' '.join(command.GetPath())))
391384
 
391384
   return buf.getvalue()
391384
diff -uNr a/bundled/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py b/bundled/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py
391384
--- a/bundled/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py	1980-01-01 09:00:00.000000000 +0100
391384
+++ b/bundled/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py	2018-06-25 18:42:28.414510873 +0200
391384
@@ -81,7 +81,7 @@
391384
 
391384
   pkg_root = os.path.dirname(os.path.dirname(surface.__file__))
391384
   loader = cli.CLILoader(
391384
-      name='gcloud',
391384
+      name='gcloud-ra',
391384
       command_root_directory=os.path.join(pkg_root, 'surface'),
391384
       allow_non_existing_modules=True,
391384
       version_func=VersionFunc,