diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-02-05 12:40:39 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-02-05 12:40:39 +0000 |
| commit | 1dab7103576b579bc812bbd482dc1a4440dac0b7 (patch) | |
| tree | 486119c7a1b2fb55c2d28c63ec1d71e23b3288cb | |
| parent | f591b15708dfa5b14bf9d6873e9e17bdc0d7a5fc (diff) | |
| download | bind-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.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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) |
