summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-02-05 12:40:39 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-02-05 12:40:39 +0000
commit1dab7103576b579bc812bbd482dc1a4440dac0b7 (patch)
tree486119c7a1b2fb55c2d28c63ec1d71e23b3288cb
parentf591b15708dfa5b14bf9d6873e9e17bdc0d7a5fc (diff)
downloadbind-1dab7103576b579bc812bbd482dc1a4440dac0b7.tar.gz
bind-1dab7103576b579bc812bbd482dc1a4440dac0b7.tar.xz
bind-1dab7103576b579bc812bbd482dc1a4440dac0b7.zip
fixed conflict between bind-sdb & ldapbind-9_3_4-4_fc7
-rw-r--r--bind.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 33d2127..f343f54 100644
--- a/bind.spec
+++ b/bind.spec
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.3.4
-Release: 3%{?dist}
+Release: 4%{?dist}
Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -601,7 +601,7 @@ chmod 0755 ${RPM_BUILD_ROOT}%{_libdir}/lib*so.*
%{_sbindir}/ldap2zone
%{_sbindir}/zonetodb
%defattr(0644,root,root,0755)
-%config /etc/openldap/schema/dnszone.schema
+%config(noreplace) /etc/openldap/schema/dnszone.schema
%defattr(0644,root,named,0755)
%{_mandir}/man1/zone2ldap.1*
%doc contrib/sdb/ldap/README.ldap contrib/sdb/ldap/INSTALL.ldap contrib/sdb/pgsql/README.sdb_pgsql
@@ -744,6 +744,10 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Mon Feb 05 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-4.fc7
+- fixed conflict between bind-sdb and ldap
+- removed duplicated bind directory in bind-libs
+
* Thu Feb 01 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-3.fc7
- fixed building without libbind
- fixed post section (selinux commands is now in if-endif statement)