diff --git a/bind.spec b/bind.spec index 78ed6ea..5f71114 100644 --- a/bind.spec +++ b/bind.spec @@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.1 -Release: 9.%{PATCHVER}%{?dist} +Release: 10.%{PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -595,7 +595,7 @@ if [ $1 -ge 1 ] ; then /bin/systemctl try-restart named-chroot.service >/dev/null 2>&1 || : /bin/systemctl try-restart named-sdb-chroot.service >/dev/null 2>&1 || : fi -;; +:; %clean rm -rf ${RPM_BUILD_ROOT} @@ -773,6 +773,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Sep 24 2012 Tomas Hozza 32:9.9.1-10.P3 +- Fixed last line in chroot %%postun script (#859687) + * Thu Sep 13 2012 Adam Tkac 32:9.9.1-9.P3 - update to 9.9.1-P3