diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-04-27 13:45:53 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-04-27 13:45:53 +0000 |
| commit | 6539046350116dce7c206c7a35557ec13faf651b (patch) | |
| tree | 6a55be9ce5381f02204509099ba3f2ba93c4fa9c /bind.spec | |
| parent | 03f646e50fa5a93225ecc80e904b01d62c84486c (diff) | |
- fixed race-condition in dbus code (#235809)
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -82,7 +82,7 @@ Patch64: bind-9.4.0-idnkit-autotools.patch Patch65: bind-9.4.0-dig-idn.patch %endif Patch66: bind-9.4.0-zone-freeze.patch -#Patch67: bind-9.4.0-dbus-race-condition.patch +Patch67: bind-9.4.0-dbus-race-condition.patch # Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp Requires(post): grep, chkconfig >= 1.3.26 @@ -288,7 +288,7 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools # # this must follow all dbus patches: # -#%patch67 -p1 -b .race-condition +%patch67 -p1 -b .race-condition cp -fp contrib/dbus/{dbus_mgr.c,dbus_service.c} bin/named cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %if %{SDB} @@ -315,7 +315,7 @@ popd %build -export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="$RPM_OPT_FLAGS -O0" %if %{IDN} pushd contrib/idn/idnkit-1.0-src @@ -808,10 +808,11 @@ rm -rf ${RPM_BUILD_ROOT} %changelog -* Tue Apr 24 2007 Adam Tkac <atkac redhat com> 31:9.4.0-8.fc7 +* Fri Apr 27 2007 Adam Tkac <atkac redhat com> 31:9.4.0-8.fc7 - improved "zone freeze patch" - if multiple zone with same name exists no zone is freezed - minor cleanup in caching-nameserver's config file +- fixed race-condition in dbus code (#235809) * Tue Apr 17 2007 Adam Tkac <atkac redhat com> 31:9.4.0-7.fc7 - removed DEBUGINFO option because with this option (default) was bind |
