comparison dnsbl.spec.in @ 214:82886d4dd71f stable-6-0-19

Fixes to compile on Fedora 9 and for const correctness.
author Carl Byington <carl@five-ten-sg.com>
date Tue, 10 Jun 2008 08:58:42 -0700
parents 4db1457cd11a
children 784030ac71f1
comparison
equal deleted inserted replaced
213:44ffef730bc4 214:82886d4dd71f
7 License: GPLv3+ 7 License: GPLv3+
8 Group: System Environment/Daemons 8 Group: System Environment/Daemons
9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz 9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
11 URL: http://www.five-ten-sg.com/%{name}/ 11 URL: http://www.five-ten-sg.com/%{name}/
12 AutoReqProv: no
13 12
14 Requires(pre): /usr/sbin/useradd 13 Requires(pre): /usr/sbin/useradd
15 Requires(pre): /usr/bin/getent 14 Requires(pre): /usr/bin/getent
16 Requires(postun): /usr/sbin/userdel 15 Requires(postun): /usr/sbin/userdel
17 Requires(post,preun): /sbin/chkconfig 16 Requires(post,preun): /sbin/chkconfig
18 Requires(post,preun): /sbin/service 17 Requires(post,preun): /sbin/service
19 BuildRequires: sendmail-devel >= 8.12.1 18 BuildRequires: sendmail-devel >= 8.12.1
20 Requires: sendmail >= 8.12.1 19 Requires: sendmail >= 8.12.1
21 Requires: sendmail-cf 20 Requires: sendmail-cf
22 Requires: spamassassin 21 Requires: spamassassin
23 Requires: libc.so.6, libgcc_s.so.1, libm.so.6, libpthread.so.0, libstdc++.so.6
24 22
25 %description 23 %description
26 We present here a mechanism whereby the backup mail server can use the 24 We present here a mechanism whereby the backup mail server can use the
27 correct set of DNSBLs for each recipient for each message. As a 25 correct set of DNSBLs for each recipient for each message. As a
28 side-effect, it gives us the ability to customize the set of DNSBLs on 26 side-effect, it gives us the ability to customize the set of DNSBLs on
95 /etc/rc.d/init.d/%{name} 93 /etc/rc.d/init.d/%{name}
96 %dir %attr(0750,%{name},root) /var/run/%{name} 94 %dir %attr(0750,%{name},root) /var/run/%{name}
97 95
98 96
99 %changelog 97 %changelog
100 * Tue Mar 04 2008 Carl Byington <carl@five-ten-sg.com> - 6.17 98 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 6.19-1
99 - Fixes to compile on Fedora 9 and for const correctness
100
101 * Wed Mar 05 2008 Carl Byington <carl@five-ten-sg.com> - 6.18-1
102 - Extend auto-whitelisting when receiving mail even if the auto
103 whitelist is specified in a parent context.
104
105 * Tue Mar 04 2008 Carl Byington <carl@five-ten-sg.com> - 6.17-1
101 - changes for Fedora packaging guidelines 106 - changes for Fedora packaging guidelines
102 107
103 * Thu Aug 30 2007 Carl Byington <carl@five-ten-sg.com> - 6.07 108 * Thu Aug 30 2007 Carl Byington <carl@five-ten-sg.com> - 6.07
104 - Add generic rdns filtering, fix pre/post scripts 109 - Add generic rdns filtering, fix pre/post scripts
105 110