summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2012-08-08 12:59:35 +0200
committerTomas Hozza <thozza@redhat.com>2012-08-08 12:59:35 +0200
commitfd468c0f8061a6422bae508f12b4ec02e49959b2 (patch)
treee4114365252ae9b0ea09b0ece7850b42d297274b /bind.spec
parenta0133983199c505fcdca6cdad98c972740d033ba (diff)
downloadbind-fd468c0f8061a6422bae508f12b4ec02e49959b2.tar.gz
bind-fd468c0f8061a6422bae508f12b4ec02e49959b2.tar.xz
bind-fd468c0f8061a6422bae508f12b4ec02e49959b2.zip
Changed PrivateTmp to "false" in *-chroot.service unit files (#825869)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 88a8bda..0bcf82a 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: 7.%{PATCHVER}%{?dist}
+Release: 8.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -775,6 +775,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Wed Aug 08 2012 Tomas Hozza <thozza@redhat.com> 32:9.9.1-8.P2
+- Changed PrivateTmp to "false" in *-chroot.service unit files (#825869)
+
* Wed Aug 01 2012 Tomas Hozza <thozza@redhat.com> 32:9.9.1-7.P2
- Fixed bind-devel multilib conflict (#478718)