Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymilter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
pymilter
Commits
670e97cb
Commit
670e97cb
authored
17 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
Test on Centos5
parent
6397b702
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pymilter.spec
+6
-4
6 additions, 4 deletions
pymilter.spec
with
6 additions
and
4 deletions
pymilter.spec
+
6
−
4
View file @
670e97cb
%define version 0.8.9
%define version 0.8.9
%define release 1
%define release 1
# what version of RH are we building for?
# what version of RH are we building for?
%define redhat7
1
%define redhat7
0
# Options for Redhat version 6.x:
# Options for Redhat version 6.x:
# rpm -ba|--rebuild --define "rh7 1"
# rpm -ba|--rebuild --define "rh7 1"
...
@@ -17,8 +17,9 @@
...
@@ -17,8 +17,9 @@
%define sysvinit milter.rc
%define sysvinit milter.rc
%endif
%endif
# RH9, other systems (single ps line per process)
# RH9, other systems (single ps line per process)
%ifos Linux
%ifos Linux # whether to use system default python?
%define python python2.4
%define python python
#define python python2.4
%else
%else
%define python python
%define python python
%endif
%endif
...
@@ -60,6 +61,7 @@ mail application. It uses pydspam if installed for bayesian filtering.
...
@@ -60,6 +61,7 @@ mail application. It uses pydspam if installed for bayesian filtering.
Group: Applications/System
Group: Applications/System
Summary: BMS spam and reputation milter
Summary: BMS spam and reputation milter
Requires: pyspf >= 2.0.4, pymilter
Requires: pyspf >= 2.0.4, pymilter
Obsoletes: pymilter-spf
%description spf
%description spf
A simple mail filter to add Received-SPF headers and reject forged mail.
A simple mail filter to add Received-SPF headers and reject forged mail.
...
@@ -186,7 +188,7 @@ fi
...
@@ -186,7 +188,7 @@ fi
%config %{libdir}/start.sh
%config %{libdir}/start.sh
/etc/logrotate.d/milter
/etc/logrotate.d/milter
/etc/cron.daily/milter
/etc/cron.daily/milter
#
{libdir}/bms.py?
%
{libdir}/bms.py?
%ifos aix4.1
%ifos aix4.1
%defattr(-,smmsp,mail)
%defattr(-,smmsp,mail)
%else
%else
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment