diff 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
line wrap: on
line diff
--- a/dnsbl.spec.in	Fri Nov 19 13:04:47 2010 -0800
+++ b/dnsbl.spec.in	Mon Aug 15 21:08:11 2011 -0700
@@ -16,6 +16,13 @@
 Requires(post,preun):   /sbin/chkconfig
 Requires(post,preun):   /sbin/service
 BuildRequires:          sendmail-devel >= 8.12.1
+BuildRequires:          glibc-devel
+%if 0%{?fedora} >= 14
+BuildRequires:          glibc-static
+%endif
+%if 0%{?el6}
+BuildRequires:          glibc-static
+%endif
 Requires:               sendmail >= 8.12.1
 Requires:               sendmail-cf
 Requires:               spamassassin
@@ -96,6 +103,9 @@
 
 
 %changelog
+* Mon Aug 15 2011 Carl Byington <carl@five-ten-sg.com> - 6.27-1
+- const correctness fixes from new gcc
+
 * Fri Nov 19 2010 Carl Byington <carl@five-ten-sg.com> - 6.26-1
 - 64bit fixes for libresolv.a