summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-08-23 12:57:57 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-08-23 12:57:57 +0000
commit79505bd352fa8ad0706183b6102cc42072d6a798 (patch)
treef40b06a3929e5928e18c88327dbc7541879231b6
parent16d238e0ceb7472c4826e253129f57396a0da7a9 (diff)
- removed end dots from Summary sections (skasal@redhat.com)
- fixed wrong file creation by autotools patch (skasal@redhat.com)
-rw-r--r--bind.spec20
-rw-r--r--sources2
2 files changed, 13 insertions, 9 deletions
diff --git a/bind.spec b/bind.spec
index 3a87a0b..5d3b8ac 100644
--- a/bind.spec
+++ b/bind.spec
@@ -17,11 +17,11 @@
%define bind_dir /var/named
%define chroot_prefix %{bind_dir}/chroot
#
-Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server.
+Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
Name: bind
License: ISC
Version: 9.5.0
-Release: 11.%{RELEASEVER}%{?dist}
+Release: 11.1.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -47,7 +47,7 @@ Source22: bind-chroot-admin.in
Source24: libbind.pc
Source25: named.conf.sample
Source28: config.tar
-Source29: bind-%{version}%{RELEASEVER}.1-autotools.tar.bz2
+Source29: bind-%{version}%{RELEASEVER}-2.autotools.tar.bz2
Source30: ldap2zone.c
# Common patches
@@ -135,7 +135,7 @@ Contains libraries used by both the bind server package as well as the utils pac
%package utils
-Summary: Utilities for querying DNS name servers.
+Summary: Utilities for querying DNS name servers
Group: Applications/System
Requires: bind-libs = %{epoch}:%{version}-%{release}
@@ -151,7 +151,7 @@ servers.
%package devel
-Summary: Header files and libraries needed for BIND DNS development.
+Summary: Header files and libraries needed for BIND DNS development
Group: Development/Libraries
Requires: bind-libs = %{epoch}:%{version}-%{release}
Obsoletes: bind-libbind-devel
@@ -178,7 +178,7 @@ Conflicts: selinux-policy-targeted < 2.2.0
%description chroot
This package contains a tree of files which can be used as a
chroot(2) jail for the named(8) program from the BIND package.
-Based off code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
+Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
%prep
%setup -q -n %{name}-%{version}%{RELEASEVER}
@@ -400,7 +400,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.210 2007/08/23 11:11:25 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.211 2007/08/23 12:57:57 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -642,6 +642,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Thu Aug 23 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.1.a6
+- removed end dots from Summary sections (skasal@redhat.com)
+- fixed wrong file creation by autotools patch (skasal@redhat.com)
+
* Thu Aug 23 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.a6
- start using --disable-isc-spnego configure option
- remove bind-9.5-spnego-memory_management.patch (source isn't
@@ -656,7 +660,7 @@ rm -rf ${RPM_BUILD_ROOT}
* Tue Aug 21 2007 Adam Tkac <atkac redhat com> 32:9.5.0-10.a6
- dropped direct dependency to /etc/openldap/schema directory
-- changed hardcoded paths to marcros
+- changed hardcoded paths to macros
- fired away code which configure LDAP server
* Tue Aug 14 2007 Adam Tkac <atkac redhat com> 32:9.5.0-9.1.a6
diff --git a/sources b/sources
index 57cb525..6302af3 100644
--- a/sources
+++ b/sources
@@ -2,4 +2,4 @@ c5e5434487c69841c868bbbeb5cf2dec bind-9.5.0a6.tar.gz
4faa4395b955e5f8a3d50f308b9fabc8 bind-chroot.tar.bz2
bdea8168751a29e61525f11e8195ad48 config.tar
13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz
-a44a4e9ef9a596ec2bbd89ec730d803b bind-9.5.0a6.1-autotools.tar.bz2
+ae1b6fde3133a8dad425e0ec9dc6d576 bind-9.5.0a6-2.autotools.tar.bz2