Skip to content
Snippets Groups Projects
Commit 670e97cb authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Test on Centos5

parent 6397b702
No related branches found
No related tags found
No related merge requests found
%define version 0.8.9
%define release 1
# what version of RH are we building for?
%define redhat7 1
%define redhat7 0
# Options for Redhat version 6.x:
# rpm -ba|--rebuild --define "rh7 1"
......@@ -17,8 +17,9 @@
%define sysvinit milter.rc
%endif
# RH9, other systems (single ps line per process)
%ifos Linux
%define python python2.4
%ifos Linux # whether to use system default python?
%define python python
#define python python2.4
%else
%define python python
%endif
......@@ -60,6 +61,7 @@ mail application. It uses pydspam if installed for bayesian filtering.
Group: Applications/System
Summary: BMS spam and reputation milter
Requires: pyspf >= 2.0.4, pymilter
Obsoletes: pymilter-spf
%description spf
A simple mail filter to add Received-SPF headers and reject forged mail.
......@@ -186,7 +188,7 @@ fi
%config %{libdir}/start.sh
/etc/logrotate.d/milter
/etc/cron.daily/milter
#{libdir}/bms.py?
%{libdir}/bms.py?
%ifos aix4.1
%defattr(-,smmsp,mail)
%else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment