[setroubleshoot] - Add ProtocolError from xmlrpclib so Bugzilla reporting throwing an error will work.

Daniel J Walsh dwalsh at fedoraproject.org
Mon Jan 24 19:17:58 UTC 2011


commit 36061a7e53ee19a3dede5a7511e46b64040392f7
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Jan 24 14:17:51 2011 -0500

    - Add ProtocolError from xmlrpclib so Bugzilla reporting throwing an error will work.

 .gitignore          |    1 +
 setroubleshoot.spec |    5 ++++-
 sources             |    3 +--
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b431a3..21c9c09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,3 +127,4 @@ setroubleshoot-2.2.93.tar.gz
 /setroubleshoot-3.0.20.tar.gz
 /setroubleshoot-3.0.22.tar.gz
 /setroubleshoot-3.0.23.tar.gz
+/setroubleshoot-3.0.24.tar.gz
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index 54c9fb6..8474b59 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 3.0.23
+Version: 3.0.24
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -206,6 +206,9 @@ Setroubleshoot documentation package
 %{pkgdocdir}/setroubleshoot*
 
 %changelog
+* Mon Jan 24 2011  <dwalsh at redhat.com> - 3.0.24-1
+- Add ProtocolError from xmlrpclib so Bugzilla reporting throwing an error will work.
+
 * Tue Jan 18 2011  <dwalsh at redhat.com> - 3.0.23-1
 - Fixup for allow_execstack have to add pid to avc struct
 
diff --git a/sources b/sources
index d4c542f..0645a72 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-b072b784e1e35b6847a9cca6b2df64ab  setroubleshoot-3.0.22.tar.gz
-a91f2dbb7ae3df295e60f6f9eef6916b  setroubleshoot-3.0.23.tar.gz
+5e1e6717102253bbfef6fb03c8518bf1  setroubleshoot-3.0.24.tar.gz


More information about the scm-commits mailing list