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

Release 0.8.10

parent 04ce8f81
Branches
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
%endif %endif
# RH9, other systems (single ps line per process) # RH9, other systems (single ps line per process)
%ifos Linux # whether to use system default python? %ifos Linux # whether to use system default python?
%define python python #define python python
#define python python2.4 %define python python2.4
%else %else
%define python python %define python python
%endif %endif
...@@ -168,7 +168,6 @@ fi ...@@ -168,7 +168,6 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
/etc/logrotate.d/milter /etc/logrotate.d/milter
/etc/cron.daily/milter /etc/cron.daily/milter
%{libdir}/bms.py?
%ifos aix4.1 %ifos aix4.1
%defattr(-,smmsp,mail) %defattr(-,smmsp,mail)
%else %else
...@@ -184,6 +183,7 @@ fi ...@@ -184,6 +183,7 @@ fi
%config(noreplace) /var/log/milter/neutral.txt %config(noreplace) /var/log/milter/neutral.txt
%config(noreplace) /var/log/milter/quarantine.txt %config(noreplace) /var/log/milter/quarantine.txt
%config(noreplace) /var/log/milter/permerror.txt %config(noreplace) /var/log/milter/permerror.txt
%config(noreplace) /var/log/milter/temperror.txt
%config(noreplace) /etc/mail/pymilter.cfg %config(noreplace) /etc/mail/pymilter.cfg
/usr/share/sendmail-cf/hack/rhsbl.m4 /usr/share/sendmail-cf/hack/rhsbl.m4
...@@ -257,7 +257,7 @@ EOF ...@@ -257,7 +257,7 @@ EOF
%endif %endif
chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh
%if !%{redhat7} %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 %endif
# start.sh is used by spfmilter and milter, and could be used by # start.sh is used by spfmilter and milter, and could be used by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment