SPECS: bind.spec - correctly autodetect number of threads (based o...
arekm
arekm at pld-linux.org
Fri Jun 1 20:15:56 CEST 2007
Author: arekm Date: Fri Jun 1 18:15:56 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- correctly autodetect number of threads (based on number of online cpus) even if chroot is used.
---- Files affected:
SPECS:
bind.spec (1.249 -> 1.250)
---- Diffs:
================================================================
Index: SPECS/bind.spec
diff -u SPECS/bind.spec:1.249 SPECS/bind.spec:1.250
--- SPECS/bind.spec:1.249 Fri Jun 1 19:25:09 2007
+++ SPECS/bind.spec Fri Jun 1 20:15:50 2007
@@ -21,7 +21,7 @@
Summary(zh_CN.UTF-8): Internet 域名服务器
Name: bind
Version: 9.4.1
-Release: 1
+Release: 1.2
Epoch: 6
License: BSD-like
Group: Networking/Daemons
@@ -47,6 +47,7 @@
Patch6: %{name}-noinet6.patch
Patch7: %{name}-getifaddrs.patch
Patch8: %{name}-dighost_asccheck.patch
+Patch9: %{name}-chroot-numcpus.patch
URL: http://www.isc.org/products/BIND/bind9.html
BuildRequires: autoconf
BuildRequires: automake
@@ -340,6 +341,7 @@
%patch6 -p1
%patch7 -p1
%patch8 -p1
+%patch9 -p1
%{?with_hip:mv bind-hip/hip_55.[ch] lib/dns/rdata/generic}
%build
@@ -547,6 +549,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.250 2007/06/01 18:15:50 arekm
+- correctly autodetect number of threads (based on number of online cpus) even if chroot is used.
+
Revision 1.249 2007/06/01 17:25:09 arekm
- /dev/random is not needed inside of chroot (bind can use pre-chroot one). maybe even /dev/null is not needed (works without it with default config)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bind.spec?r1=1.249&r2=1.250&f=u
More information about the pld-cvs-commit
mailing list