Python3 patch for miltermodule.c

This commit is contained in:
Stuart D. Gathman
2016-09-20 16:25:52 -04:00
parent 1337bf612b
commit cddef88ed9
4 changed files with 361 additions and 3 deletions
+8 -2
View File
@@ -6,10 +6,13 @@
Summary: Python interface to sendmail milter API
Name: %{pythonbase}-pymilter
Version: 1.0
Version: 1.1
Release: 1%{dist}
Source: http://downloads.sourceforge.net/pymilter/pymilter-%{version}.tar.gz
Source1: pymilter.te
# Patch miltermodule to python3
# FIXME: replace with reverse patch at some point (make py3 the default)
Patch: milter.patch
License: GPLv2+
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -81,6 +84,9 @@ if [ $1 -eq 0 ] ; then
fi
%changelog
* Tue Sep 20 2016 Stuart Gathman <stuart@gathman.org> 1.1-1
- Support python3
* Sat Mar 1 2014 Stuart Gathman <stuart@gathman.org> 1.0-2
- Remove start.sh to track EPEL repository, suggest daemonize as replacement
- Selinux subpackage should not care about pymilter version
@@ -113,7 +119,7 @@ fi
- Fix milter-template.py
- Tweak Milter.utils.addr2bin and Milter.dynip to handle IP6
* Wed Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.4-1
* Tue Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.4-1
- Handle IP6 in Milter.utils.iniplist()
- python-2.6