diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2009-09-21 10:41:04 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2009-09-21 10:41:04 +0000 |
| commit | db44b8ba7c90722d994d2808607f99aaeaab3927 (patch) | |
| tree | 1a3d73c960e5fcd0e266ab82a40cc752e2e57222 /bind.spec | |
| parent | 463476dd2f6054d1f52de6c581f428a50b78bdb6 (diff) | |
- determine file size via `stat` instead of `ls` (#523682)bind-9_6_1-11_P1_fc12
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: 10.%{PATCHVER}%{?dist} +Release: 11.%{PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -585,6 +585,9 @@ rm -rf ${RPM_BUILD_ROOT} %ghost %{chroot_prefix}/etc/localtime %changelog +* Mon Sep 21 2009 Adam Tkac <atkac redhat com> 32:9.6.1-11.P1 +- determine file size via `stat` instead of `ls` (#523682) + * Thu Sep 15 2009 Adam Tkac <atkac redhat com> 32:9.6.1-10.P1 - improve chroot related documentation (#507795) - add NetworkManager dispatcher script to reload named when network interface is |
