summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 03:36:54 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 03:36:54 +0000
commit7a83e68dd4356afd35f08b5985acf32bb7389d5a (patch)
tree35f53af5391b271f7d5accf6a1a61ee58bb85045
parentd6fdf5a03369c6240d2a4beb49fb449152df3b8d (diff)
downloadbind-7a83e68dd4356afd35f08b5985acf32bb7389d5a.tar.gz
bind-7a83e68dd4356afd35f08b5985acf32bb7389d5a.tar.xz
bind-7a83e68dd4356afd35f08b5985acf32bb7389d5a.zip
auto-import changelog data from bind-9.2.3-16.src.rpmbind-9_2_3-16
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 08 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-15 - Remove device files from chroot, Named uses the system one
-rw-r--r--bind.spec26
-rw-r--r--sources2
2 files changed, 14 insertions, 14 deletions
diff --git a/bind.spec b/bind.spec
index 38e86cd..05420cd 100644
--- a/bind.spec
+++ b/bind.spec
@@ -26,7 +26,7 @@ Patch9: bind-9.2.3rc3-deprecation_msg_shut_up.diff.bz2
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
Version: 9.2.3
-Release: 13
+Release: 16
BuildRequires: openssl-devel gcc glibc-devel >= 2.2.5-26 glibc-kernheaders >= 2.4-7.10 libtool pkgconfig fileutils tar
Requires(pre,preun): shadow-utils
@@ -91,8 +91,6 @@ based off code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
%defattr(-,root,root)
%attr(770,named,named) %prefix/var/run/named
%attr(640,root,named) %config(noreplace) %verify(user group mode) %prefix/etc/named.conf
-%attr(640,root,named) %config(noreplace) %verify(user group mode) %prefix/dev/random
-%attr(640,root,named) %config(noreplace) %verify(user group mode) %prefix/dev/null
%attr(640,root,named) %config(noreplace) %verify(user group mode) %prefix/etc/rndc.key
%attr(750,root,named) %prefix/var/named
@@ -103,15 +101,6 @@ else
echo ROOTDIR="%{prefix}" >>/etc/sysconfig/named
if [ ! -d "${prefix}/var/tmp" ]; then
mkdir -m770 -p "%{prefix}/var/tmp"
- rm -f "%{prefix}/dev/null"
- mknod "%{prefix}/dev/null" c 1 3
- chmod 666 "%{prefix}/dev/null"
- rm -f "%{prefix}/dev/random"
- # We deliberately create a /dev/urandom instead of /dev/random to protect
- # the not-so-trusted named(8) binary to suck all the randomness from the RNG.
- mknod "%{prefix}/dev/random" c 1 9
- chmod 640 "%{prefix}/dev/random"
- chown root:named "%{prefix}/dev/random"
if test -r /etc/localtime
then
cp /etc/localtime "%{prefix}/etc/localtime"
@@ -181,6 +170,7 @@ fi
%configure --with-libtool --localstatedir=/var \
--enable-threads \
--enable-ipv6 \
+ --disable-linux-caps \
--with-openssl=/usr
make
@@ -279,7 +269,7 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
%files
%defattr(-,root,root)
%doc CHANGES COPYRIGHT README
-%doc doc/arm doc/draft doc/rfc doc/misc
+%doc doc/arm doc/misc
%config(noreplace) /etc/logrotate.d/named
%config /etc/rc.d/init.d/named
%config(noreplace) /etc/sysconfig/named
@@ -333,9 +323,19 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
%{_includedir}/*
%{_mandir}/man3/*
%{_bindir}/isc-config.sh
+%doc doc/draft doc/rfc
%endif
%changelog
+* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Wed Jun 8 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-15
+- Remove device files from chroot, Named uses the system one
+
+* Fri Mar 26 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-14
+- Move RFC to devel package
+
* Fri Mar 26 2004 Daniel Walsh <dwalsh@redhat.com> 9.2.3-13
- Fix location of restorecon
diff --git a/sources b/sources
index f0920b7..4864133 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,5 @@
3551c7bf39d9b50c9826bb7d6f501b96 bind-9.2.3.tar.bz2
f1266fa636426e2f3ce6771f09ce787f bind-9.2.3rc3-deprecation_msg_shut_up.diff.bz2
-682fa30aef039f9a752d006121d834d8 bind-chroot.tar.gz
+c7633478012957e98e2c39b2a070f888 bind-chroot.tar.gz
8b23572c278767cb64ced447df3ffdcc bind-manpages.patch.bz2
c2f6322d4ef48684478cbb3c5cccbd3f bind-manpages.tar.bz2