diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-08-23 12:57:57 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-08-23 12:57:57 +0000 |
| commit | 77c85ac7aebed5399ac41cd35c8c3706394ced95 (patch) | |
| tree | 8445480d6a0d5fbff90cda71d0474ab3262f37f4 | |
| parent | c2ec1465ff20d8a59ef4bd898498fc6685443073 (diff) | |
| download | bind-77c85ac7aebed5399ac41cd35c8c3706394ced95.tar.gz bind-77c85ac7aebed5399ac41cd35c8c3706394ced95.tar.xz bind-77c85ac7aebed5399ac41cd35c8c3706394ced95.zip | |
- removed end dots from Summary sections (skasal@redhat.com)
- fixed wrong file creation by autotools patch (skasal@redhat.com)
| -rw-r--r-- | bind.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
2 files changed, 12 insertions, 8 deletions
@@ -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} @@ -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 @@ -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 |
