diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-05-21 10:30:45 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-05-21 10:30:45 +0000 |
| commit | 23e79e02a488f18cca846ae80e18234c896cb9e3 (patch) | |
| tree | 2acdd7b826dc8335f907cb2231f0bf49410e8345 | |
| parent | 6109c48d8a9b553fc5efb4482948cb69f9eb05ef (diff) | |
| download | bind-23e79e02a488f18cca846ae80e18234c896cb9e3.tar.gz bind-23e79e02a488f18cca846ae80e18234c896cb9e3.tar.xz bind-23e79e02a488f18cca846ae80e18234c896cb9e3.zip | |
- bind-chroot now depends on bind (#446477)
| -rw-r--r-- | bind.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.0 -Release: 33.%{RELEASEVER}%{dist} +Release: 33.1.%{RELEASEVER}%{dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -167,6 +167,7 @@ Group: System Environment/Daemons Prefix: %{chroot_prefix} Requires(post): grep Requires(preun):grep +Requires: bind = %{epoch}:%{version}-%{release} %description chroot This package contains a tree of files which can be used as a @@ -637,6 +638,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Wed May 21 2008 Adam Tkac <atkac redhat com> 32:9.5.0-33.1.rc1 +- bind-chroot now depends on bind (#446477) + * Wed May 14 2008 Adam Tkac <atkac redhat com> 32:9.5.0-33.rc1 - updated to 9.5.0rc1 - merged patches |
