rpms/python-kerberos/devel PyKerberos-delegation.patch, 1.2, 1.3 python-kerberos.spec, 1.9, 1.10

Simo Sorce simo at fedoraproject.org
Tue Dec 16 01:45:39 UTC 2008


Author: simo

Update of /cvs/pkgs/rpms/python-kerberos/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7109

Modified Files:
	PyKerberos-delegation.patch python-kerberos.spec 
Log Message:
* Mon Dec 15 2008 Simo Sorce <ssorce at redhat.com> - 1.1-3.1
- Fix minor issue with delegation patch


PyKerberos-delegation.patch:

Index: PyKerberos-delegation.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-kerberos/devel/PyKerberos-delegation.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyKerberos-delegation.patch	15 Dec 2008 15:46:51 -0000	1.2
+++ PyKerberos-delegation.patch	16 Dec 2008 01:45:09 -0000	1.3
@@ -45,7 +45,7 @@
      gss_client_state *state;
      PyObject *pystate;
 +    static char *kwlist[] = {"service", "gssflags", NULL};
-+    long int gss_flags = 0;
++    long int gss_flags = GSS_C_MUTUAL_FLAG|GSS_C_SEQUENCE_FLAG;
      int result = 0;
      
 -    if (!PyArg_ParseTuple(args, "s", &service))


Index: python-kerberos.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-kerberos/devel/python-kerberos.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-kerberos.spec	15 Dec 2008 15:46:51 -0000	1.9
+++ python-kerberos.spec	16 Dec 2008 01:45:09 -0000	1.10
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:           python-kerberos
 Version:        1.1
-Release:        3%{?dist}
+Release:        3.1%{?dist}
 Summary:        A high-level wrapper for Kerberos (GSSAPI) operations
 
 Group:          System Environment/Libraries
@@ -53,7 +53,10 @@
 
 
 %changelog
-* Fri Dec 12 2008 Simo Sorce <ssorce at redhat.com> - 1.1-x3
+* Mon Dec 15 2008 Simo Sorce <ssorce at redhat.com> - 1.1-3.1
+- Fix minor issue with delegation patch
+
+* Fri Dec 12 2008 Simo Sorce <ssorce at redhat.com> - 1.1-3
 - Add delegation patch
 
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.1-2




More information about the fedora-extras-commits mailing list