diff options
| author | Tomas Hozza <thozza@redhat.com> | 2013-06-03 09:47:13 +0200 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2013-06-03 09:47:13 +0200 |
| commit | 1bf060007d03f28835d8c700e4fff789db463412 (patch) | |
| tree | 909194e6bd36686e6aa55e5722dbdf496927bba6 /bind.spec | |
| parent | 2cc782fdffc63edd4bbb5ca8d5e2d75d650c7609 (diff) | |
update to 9.9.3
- install dns/update.h header
Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -3,9 +3,9 @@ # #%%global PATCHVER P2 -%global PREVER rc2 -%global VERSION %{version}%{PREVER} -#%%global VERSION %{version} +#%%global PREVER rc2 +#%%global VERSION %{version}%{PREVER} +%global VERSION %{version} #%%global VERSION %{version}-%{PATCHVER} %{?!SDB: %global SDB 1} @@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.3 -Release: 0.7.%{PREVER}%{?dist} +Release: 1%{?PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -81,13 +81,13 @@ Patch133:bind99-rh640538.patch Patch134:bind97-rh669163.patch Patch136:rl-9.9.3rc2.patch Patch137:bind99-rrl.patch +# Install dns/update.h header for bind-dyndb-ldap plugin +Patch138:bind-9.9.3-include-update-h.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch Patch12: bind-9.5-sdb.patch Patch62: bind-9.5-sdb-sqlite-bld.patch -# ISC-Bugs #33375 -Patch139:bind-9.9-sdb-zone2sqlite-table-name.patch # needs inpection Patch17: bind-9.3.2b1-fix_sdb_ldap.patch @@ -281,6 +281,7 @@ popd %patch131 -p1 -b .multlib-conflict %patch136 -p1 -b .rl %patch137 -p1 -b .rrl +%patch138 -p1 -b .update %if %{SDB} %patch101 -p1 -b .old-api @@ -292,7 +293,6 @@ cp -fp contrib/sdb/ldap/ldapdb.[ch] bin/named-sdb # SDB postgreSQL cp -fp contrib/sdb/pgsql/pgsqldb.[ch] bin/named-sdb # SDB sqlite -%patch139 -p1 -b .table_name cp -fp contrib/sdb/sqlite/sqlitedb.[ch] bin/named-sdb # SDB Berkeley DB - needs to be ported to DB4! #cp -fp contrib/sdb/bdb/bdb.[ch] bin/named_sdb @@ -779,6 +779,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Jun 03 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.3-1 +- update to 9.9.3 +- install dns/update.h header + * Fri May 17 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.3-0.7.rc2 - Fix segfault in host/nslookup (#878139) |
