From 84f465614063145a5c6c9bb53053a20ae46c8e07 Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Mon, 4 Jan 2016 20:55:44 -0500 Subject: [PATCH] correct rpmlint errors these are all tremendously minor changes, but they were necessary to stop rpmlint from throwing errors (which prevents official fedora package builds). Change-Id: I1f08753887583a90e26435b5ad0d8f86d2b30992 --- shade/cmd/inventory.py | 1 - shade/task_manager.py | 2 -- shade/tests/ansible/hooks/post_test_hook.sh | 1 + shade/tests/functional/hooks/post_test_hook.sh | 1 + 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/shade/cmd/inventory.py b/shade/cmd/inventory.py index 4f9538fff..47d38979c 100755 --- a/shade/cmd/inventory.py +++ b/shade/cmd/inventory.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shade/task_manager.py b/shade/task_manager.py index 8de4b3add..4bcc85d05 100644 --- a/shade/task_manager.py +++ b/shade/task_manager.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Copyright (C) 2011-2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shade/tests/ansible/hooks/post_test_hook.sh b/shade/tests/ansible/hooks/post_test_hook.sh index d79a9427f..bf4444ead 100755 --- a/shade/tests/ansible/hooks/post_test_hook.sh +++ b/shade/tests/ansible/hooks/post_test_hook.sh @@ -1,3 +1,4 @@ +#!/bin/sh # -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/shade/tests/functional/hooks/post_test_hook.sh b/shade/tests/functional/hooks/post_test_hook.sh index 35c1c06a7..ad823009a 100755 --- a/shade/tests/functional/hooks/post_test_hook.sh +++ b/shade/tests/functional/hooks/post_test_hook.sh @@ -1,3 +1,4 @@ +#!/bin/sh # -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); you may