[nsd/el6] for next build, remove an obsolete build option thats ignored

Paul Wouters pwouters at fedoraproject.org
Thu Jul 19 22:54:24 UTC 2012


commit 71b9330cdf270f24f351ed7892cb90724d2f5c3f
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jul 19 18:52:25 2012 -0400

    for next build, remove an obsolete build option thats ignored

 nsd.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/nsd.spec b/nsd.spec
index f9229ca..222373b 100644
--- a/nsd.spec
+++ b/nsd.spec
@@ -1,7 +1,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
 Version: 3.2.12
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
@@ -31,7 +31,6 @@ consult the REQUIREMENTS document which is a part of this distribution
 %configure --enable-bind8-stats \
     --enable-checking \
     --enable-nsec3 \
-    --enable-nsid \
     --with-pidfile=%{_localstatedir}/run/%{name}/%{name}.pid \
     --with-ssl \
     --with-user=nsd \
@@ -101,6 +100,9 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
+* Thu Jul 19 2012 Paul Wouters <pwouters at redhat.com> - 3.2.12-2UNRELEASED
+- Removed obsolete --enable-nsid (sneaked back somehow)
+
 * Thu Jul 19 2012 Paul Wouters <pwouters at redhat.com> - 3.2.12-1
 - Upgraded to 3.2.12 which fixes CVE-2012-2978 (rhbz#841268)
 


More information about the scm-commits mailing list