[setools/f14/master] * Tue Aug 3 2010 Dan Walsh <dwalsh at redhat.com> 3.3.6-5 - Add port support to setools python

Daniel J Walsh dwalsh at fedoraproject.org
Tue Aug 3 21:28:17 UTC 2010


commit 9f7395e7629b5f204a920ae67a1d6bc8d6deb6c5
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue Aug 3 17:28:12 2010 -0400

    * Tue Aug 3 2010 Dan Walsh <dwalsh at redhat.com> 3.3.6-5
    - Add port support to setools python

 setools-python.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/setools-python.patch b/setools-python.patch
index ceca4af..745eb56 100644
--- a/setools-python.patch
+++ b/setools-python.patch
@@ -1463,7 +1463,7 @@ diff -up setools-3.3.7/python/setools/Makefile.in.python setools-3.3.7/python/se
 +.NOEXPORT:
 diff -up setools-3.3.7/python/setools/seinfo.c.python setools-3.3.7/python/setools/seinfo.c
 --- setools-3.3.7/python/setools/seinfo.c.python	2010-07-30 15:02:10.000000000 -0400
-+++ setools-3.3.7/python/setools/seinfo.c	2010-08-03 16:49:15.000000000 -0400
++++ setools-3.3.7/python/setools/seinfo.c	2010-08-03 17:27:28.000000000 -0400
 @@ -0,0 +1,754 @@
 +/**
 + *  @file
@@ -1536,7 +1536,7 @@ diff -up setools-3.3.7/python/setools/seinfo.c.python setools-3.3.7/python/setoo
 +{
 +	int retval = -1;
 +	PyObject *dict = PyDict_New(); 
-+	const qpol_type_t *atotr_datum = NULL;
++	const qpol_type_t *attr_datum = NULL;
 +	qpol_iterator_t *iter = NULL;
 +	const char *attr_name = NULL, *type_name = NULL;
 +	qpol_policy_t *q = apol_policy_get_qpol(policydb);


More information about the scm-commits mailing list