summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 03:29:52 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 03:29:52 +0000
commit533e01e3629fd92eefcf3b3e332e85395cb2b523 (patch)
treef78066a508bfadcdf2d7a300d7dc862f54c6c9b8
parentf67f86c00ff9086284c175d7b5e5371249d3231d (diff)
downloadbind-533e01e3629fd92eefcf3b3e332e85395cb2b523.tar.gz
bind-533e01e3629fd92eefcf3b3e332e85395cb2b523.tar.xz
bind-533e01e3629fd92eefcf3b3e332e85395cb2b523.zip
auto-import changelog data from bind-8.2.2_P7-2.src.rpmbind-8_2_2_P7-2
Tue Nov 14 2000 Bill Nottingham <notting@redhat.com> - static libraries may be used in shared objects. Build with -fPIC on ia64
-rw-r--r--bind.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 9966224..9b77812 100644
--- a/bind.spec
+++ b/bind.spec
@@ -1,7 +1,7 @@
Summary: A DNS (Domain Name System) server.
Name: bind
Version: 8.2.2_P7
-Release: 1
+Release: 2
Copyright: distributable
Group: System Environment/Daemons
Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz
@@ -18,6 +18,7 @@ Patch4: bind-8.2-host.patch
Patch5: bind-8.8.2p5-hostmx.patch
Patch6: bind-8.8.2p5-ttl.patch
Patch7: bind-8.2.2_P5-restart.patch
+Patch8: bind-8.2.2_P7-pic.patch
Buildroot: %{_tmppath}/%{name}-root
Prereq: /sbin/chkconfig, sh-utils, /bin/cat, /bin/chmod, /usr/sbin/useradd, perl
@@ -75,6 +76,9 @@ bind.
%patch5 -p1 -b .mx
%patch6 -p1 -b .ttl
%patch7 -p1 -b .restart
+%ifarch ia64
+%patch8 -p1 -b .pic
+%endif
rm -f compat/include/sys/cdefs.h
@@ -201,6 +205,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man3/tsig.3*
%changelog
+* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
+- static libraries may be used in shared objects. Build with -fPIC on ia64
+
* Fri Nov 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 8.2.2-P7 (fixes Bug #20546)