From bc88a64d9bfe9953484e3d3baf5bf523805f3159 Mon Sep 17 00:00:00 2001 From: Stuart Gathman <stuart@gathman.org> Date: Sat, 11 Oct 2008 15:58:00 +0000 Subject: [PATCH] Release 0.8.11 --- pymilter.spec | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pymilter.spec b/pymilter.spec index 9e9ad17..afc66ef 100644 --- a/pymilter.spec +++ b/pymilter.spec @@ -249,7 +249,7 @@ EOF %endif chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh %if !%{redhat7} -grep '.pyc$' INSTALLED_FILES | sed -e 's/c$/o/' >>INSTALLED_FILES +#grep '.pyc$' INSTALLED_FILES | sed -e 's/c$/o/' >>INSTALLED_FILES %endif # start.sh is used by spfmilter and milter, and could be used by diff --git a/setup.cfg b/setup.cfg index bdae5ed..eda58bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bdist_rpm] -#python=python2.4 +python=python2.4 doc_files=README NEWS TODO packager=Stuart D. Gathman <stuart@bmsi.com> release=1 -- GitLab