Mercurial > dnsbl
comparison dnsbl.spec.in @ 244:ef97c7cd4a6e stable-6-0-27
const correctness fixes from new gcc, libresolv.a moved to glibc-static on newer distributions
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 15 Aug 2011 21:08:11 -0700 |
parents | d8ee4c97b9ab |
children | 8b0f16abee53 |
comparison
equal
deleted
inserted
replaced
243:b4bcc42c30ef | 244:ef97c7cd4a6e |
---|---|
14 Requires(pre): /usr/bin/getent | 14 Requires(pre): /usr/bin/getent |
15 Requires(postun): /usr/sbin/userdel | 15 Requires(postun): /usr/sbin/userdel |
16 Requires(post,preun): /sbin/chkconfig | 16 Requires(post,preun): /sbin/chkconfig |
17 Requires(post,preun): /sbin/service | 17 Requires(post,preun): /sbin/service |
18 BuildRequires: sendmail-devel >= 8.12.1 | 18 BuildRequires: sendmail-devel >= 8.12.1 |
19 BuildRequires: glibc-devel | |
20 %if 0%{?fedora} >= 14 | |
21 BuildRequires: glibc-static | |
22 %endif | |
23 %if 0%{?el6} | |
24 BuildRequires: glibc-static | |
25 %endif | |
19 Requires: sendmail >= 8.12.1 | 26 Requires: sendmail >= 8.12.1 |
20 Requires: sendmail-cf | 27 Requires: sendmail-cf |
21 Requires: spamassassin | 28 Requires: spamassassin |
22 | 29 |
23 | 30 |
94 /etc/rc.d/init.d/%{name} | 101 /etc/rc.d/init.d/%{name} |
95 %dir %attr(0750,%{name},root) /var/run/%{name} | 102 %dir %attr(0750,%{name},root) /var/run/%{name} |
96 | 103 |
97 | 104 |
98 %changelog | 105 %changelog |
106 * Mon Aug 15 2011 Carl Byington <carl@five-ten-sg.com> - 6.27-1 | |
107 - const correctness fixes from new gcc | |
108 | |
99 * Fri Nov 19 2010 Carl Byington <carl@five-ten-sg.com> - 6.26-1 | 109 * Fri Nov 19 2010 Carl Byington <carl@five-ten-sg.com> - 6.26-1 |
100 - 64bit fixes for libresolv.a | 110 - 64bit fixes for libresolv.a |
101 | 111 |
102 * Thu Jul 22 2010 Carl Byington <carl@five-ten-sg.com> - 6.25-2 | 112 * Thu Jul 22 2010 Carl Byington <carl@five-ten-sg.com> - 6.25-2 |
103 - chkconfig -del in %%preun, not %%postun | 113 - chkconfig -del in %%preun, not %%postun |