Fix issue in pyasn1 patch
This commit is contained in:
parent
8b78abd6ef
commit
25fc6c9748
@ -28,7 +28,7 @@ diff -u -r1.9 syncrepl.py
|
|||||||
+ if cookie is None or not cookie.hasValue():
|
+ if cookie is None or not cookie.hasValue():
|
||||||
+ self.cookie = None
|
+ self.cookie = None
|
||||||
+ else:
|
+ else:
|
||||||
+ self.cookie = str(self.cookie)
|
+ self.cookie = str(cookie)
|
||||||
self.state = self.__class__.opnames[int(state)]
|
self.state = self.__class__.opnames[int(state)]
|
||||||
self.entryUUID = str(uuid)
|
self.entryUUID = str(uuid)
|
||||||
- if self.cookie is not None:
|
- if self.cookie is not None:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-ldap
|
Name: python-ldap
|
||||||
Version: 2.4.25
|
Version: 2.4.25
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: Python
|
License: Python
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -78,6 +78,9 @@ sed -i 's|#! python|#!/usr/bin/python|g' Demo/simplebrowse.py
|
|||||||
%{python_sitearch}/python_ldap-%{version}-*.egg-info
|
%{python_sitearch}/python_ldap-%{version}-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 08 2017 Christian Heimes <cheimes@redhat.com> - 0:2.4.25-9
|
||||||
|
- Fix issue in pyasn1 patch
|
||||||
|
|
||||||
* Tue Nov 07 2017 Christian Heimes <cheimes@redhat.com> - 0:2.4.25-8
|
* Tue Nov 07 2017 Christian Heimes <cheimes@redhat.com> - 0:2.4.25-8
|
||||||
- Apply fix for pyasn1 >= 0.3
|
- Apply fix for pyasn1 >= 0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user