[nsd/el5] * not --with but --enable for this one option :/

Paul Wouters pwouters at fedoraproject.org
Wed Feb 6 15:48:58 UTC 2013


commit 90539fcaf304ce7f478625faf0d238db23d8e982
Author: Paul Wouters <paul at xelerance.com>
Date:   Wed Feb 6 10:48:26 2013 -0500

    * not --with but --enable for this one option :/

 nsd.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nsd.spec b/nsd.spec
index d4c0066..0e53bd5 100644
--- a/nsd.spec
+++ b/nsd.spec
@@ -1,7 +1,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
 Version: 3.2.15
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
@@ -30,7 +30,7 @@ consult the REQUIREMENTS document which is a part of this distribution
            --with-user=nsd --with-difffile=%{_localstatedir}/lib/%{name}/ixfr.db \
            --with-xfrdfile=%{_localstatedir}/lib/%{name}/ixfr.state \
            --with-dbfile=%{_localstatedir}/lib/%{name}/nsd.db \
-           --with-ratelimit
+           --enable-ratelimit
 
 %{__make} %{?_smp_mflags}
 #convert to utf8
@@ -97,7 +97,7 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
-* Tue Feb 05 2013 Paul Wouters <pwouters at redhat.com> - 3.2.15-2
+* Tue Feb 05 2013 Paul Wouters <pwouters at redhat.com> - 3.2.15-3
 - Updates to 3.2.15 which contains rate limit code
 - Fix to nsd.init script to return non-zero on service status
   when not running (broke puppet)


More information about the scm-commits mailing list