[setroubleshoot/f14/master] - Make sure all python scripts have #! /usr/bin/python -Es

Daniel J Walsh dwalsh at fedoraproject.org
Tue Sep 7 17:40:03 UTC 2010


commit 1e3e75b1b1e0721cfeb8d75b2d01d1e7c4292c44
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue Sep 7 12:37:54 2010 -0400

    - Make sure all python scripts have #! /usr/bin/python -Es

 .gitignore          |    1 +
 setroubleshoot.spec |    5 ++++-
 sources             |    3 +--
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0ea1b1..562bb48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -99,3 +99,4 @@ setroubleshoot-2.2.91.tar.gz
 setroubleshoot-2.2.93.tar.gz
 /setroubleshoot-2.2.95.tar.gz
 /setroubleshoot-2.2.96.tar.gz
+/setroubleshoot-2.2.97.tar.gz
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index c4f2b34..4fe5097 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 2.2.96
+Version: 2.2.97
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -210,6 +210,9 @@ Setroubleshoot documentation package
 %doc %{pkgdocdir}
 
 %changelog
+* Thu Aug 26 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.97-1
+- Make sure all python scripts have #! /usr/bin/python -Es
+
 * Thu Aug 26 2010  Dan Walsh <dwalsh at redhat.com> - 2.2.96-1
 - Check in sealert if selinux is disabled and display message box informing user
 
diff --git a/sources b/sources
index f08d3fd..ffa0f28 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-f3ae19ccf806ea05b3db019ace87ec06  setroubleshoot-2.2.95.tar.gz
-16b0ae7a2bb50d0fe28fb2efc445faee  setroubleshoot-2.2.96.tar.gz
+d0f98002edd29d0739d773810575b834  setroubleshoot-2.2.97.tar.gz


More information about the scm-commits mailing list