diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2009-09-21 10:52:09 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2009-09-21 10:52:09 +0000 |
| commit | b67005f4192d71827086edccd32c4377f4952583 (patch) | |
| tree | a7295b420840d328471b318729af8d322dad1b8b /bind.spec | |
| parent | 56c6be15dfd7f24e3ebdf48de7001ec1001a5c95 (diff) | |
- determine file size via `stat` instead of `ls` (#523682)bind-9_6_1-6_P1_fc11
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: 5.%{PATCHVER}%{?dist} +Release: 6.%{PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -588,6 +588,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-6.P1 +- determine file size via `stat` instead of `ls` (#523682) + * Thu Sep 15 2009 Adam Tkac <atkac redhat com> 32:9.6.1-5.P1 - fix libs postun section again (#514728) - improve chroot related documentation (#507795) |
