[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/bind/devel bind.spec,1.99,1.100
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/bind/devel bind.spec,1.99,1.100
- Date: Wed, 29 Mar 2006 19:52:39 -0500
Author: jvdias
Update of /cvs/dist/rpms/bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25008
Modified Files:
bind.spec
Log Message:
fix bug 186577 - libbind.pc, more .spec file cleanup; add sample configuration files to %doc; rebuild for new gcc and glibc
Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/bind.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- bind.spec 30 Mar 2006 00:35:52 -0000 1.99
+++ bind.spec 30 Mar 2006 00:52:34 -0000 1.100
@@ -52,6 +52,9 @@
Source26: bind-chroot-admin.in
Source27: named.rfc1912.zones
Source28: libbind.pc
+Source29: named.conf.sample
+Source30: named.rfc1912.zones.sample
+Source31: named.root.hints
#
Patch: bind-9.2.0rc3-varrun.patch
Patch1: bind-9.3.2b2-rndckey.patch
@@ -464,10 +467,10 @@
install -m 754 bind-chroot-admin ${RPM_BUILD_ROOT}/%{_sbindir}
# sample bind configuration files for %doc:
mkdir -p sample/etc sample/var/named/{data,slaves}
-cp -fp %{_sourcedir}/named.conf.sample sample/etc/named.conf
-cp -fp %{_sourcedir}/named.rfc1912.zones.sample sample/etc/named.rfc1912.zones
-cp -fp %{_sourcedir}/named.root.hints sample/etc/
-cp -fp %{_sourcedir}/{named.root,named.local,localhost.zone,localdomain.zone,named.ip6.local,named.broadcast,named.zero} sample/var/named
+cp -fp %{SOURCE29} sample/etc/named.conf
+cp -fp %{SOURCE30} sample/etc/named.rfc1912.zones
+cp -fp %{SOURCE31} sample/etc/
+cp -fp %{SOURCE17} %{SOURCE18} %{SOURCE19} %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} sample/var/named
for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.internal.zone.db my.external.zone.db; do
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]