diff options
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -2,11 +2,11 @@ # Red Hat BIND package .spec file # -#%define PATCHVER P1 +%define PATCHVER P1 #%define PREVER rc1 #%define VERSION %{version} #%define VERSION %{version}-%{PATCHVER} -%define VERSION %{version} +%define VERSION %{version}-%{PATCHVER} %{?!SDB: %define SDB 1} %{?!test: %define test 0} @@ -20,7 +20,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.6.1 -Release: 3%{?dist} +Release: 4.%{PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -429,7 +429,7 @@ fi # bind-libs between 32:9.6.1-0.1.b1 and 32:9.6.1-0.4.rc1 have bigger SOnames # than current bind - https://bugzilla.redhat.com/show_bug.cgi?id=509635. # Remove this trigger when SOnames get bigger. -%triggerpostun -n bind-libs -- bind-libs > 32:9.6.1-0.1.b1 +%triggerpostun -n bind-libs -p /bin/bash -- bind-libs > 32:9.6.1-0.1.b1 /sbin/ldconfig %post chroot @@ -583,6 +583,10 @@ rm -rf ${RPM_BUILD_ROOT} %ghost %{chroot_prefix}/etc/localtime %changelog +* Wed Jul 29 2009 Adam Tkac <atkac redhat com> 32:9.6.1-4.P1 +- 9.6.1-P1 release (CVE-2009-0696) +- fix postun trigger (#513016, hopefully) + * Mon Jul 13 2009 Adam Tkac <atkac redhat com> 32:9.6.1-3 - fix broken symlinks in bind-libs (#509635) - fix typos in /etc/sysconfig/named (#509650) |
