Mercurial > dnsbl
comparison dnsbl.spec.in @ 211:4db1457cd11a stable-6-0-18
Extend auto-whitelisting when receiving mail even if the auto whitelist is specified in a parent context.
Fixes for Solaris from sm-archive.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 22 Mar 2008 11:19:36 -0700 |
parents | 0fc1899391b6 |
children | 82886d4dd71f |
comparison
equal
deleted
inserted
replaced
210:cf2ecf5bacc9 | 211:4db1457cd11a |
---|---|
79 [ $1 = 0 ] && /sbin/chkconfig --del %{name} | 79 [ $1 = 0 ] && /sbin/chkconfig --del %{name} |
80 [ $1 = 0 ] && userdel %{name} || : | 80 [ $1 = 0 ] && userdel %{name} || : |
81 | 81 |
82 | 82 |
83 %clean | 83 %clean |
84 rm -rf $RPM_BUILD_ROOT | |
85 | |
84 | 86 |
85 %files | 87 %files |
86 %defattr(-,root,root,-) | 88 %defattr(-,root,root,-) |
87 %{_sbindir}/* | 89 %{_sbindir}/* |
88 %{_mandir}/man1/* | 90 %{_mandir}/man1/* |