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

Multi-package build fixes.

parent 6bbb6b3f
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ include spfquery.py
include test.py
include sample.py
include spfmilter.py
include spfmilter.rc
include spfmilter.cfg
include test/*
include doc/*
include Milter/*.py
......
......@@ -94,6 +94,7 @@ mkdir -p $RPM_BUILD_ROOT%{libdir}
cp *.txt $RPM_BUILD_ROOT/var/log/milter
cp bms.py spfmilter.py $RPM_BUILD_ROOT%{libdir}
cp milter.cfg $RPM_BUILD_ROOT/etc/mail/pymilter.cfg
cp spfmilter.cfg $RPM_BUILD_ROOT/etc/mail
# logfile rotation
mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
......@@ -146,7 +147,6 @@ python="%{python}"
w
q
EOF
%endif
ed $RPM_BUILD_ROOT/etc/rc.d/init.d/spfmilter <<'EOF'
/^python=/
c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment