summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-11-26 12:18:37 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-11-26 12:18:37 +0000
commit443731aa6639429591a751ba6ee3409aaf0a8779 (patch)
tree28ddde00a03683b59ba9d1b84942d9f194670fca
parentc768d86633425310a1c73476aa6aeac556b242b9 (diff)
downloadbind-443731aa6639429591a751ba6ee3409aaf0a8779.tar.gz
bind-443731aa6639429591a751ba6ee3409aaf0a8779.tar.xz
bind-443731aa6639429591a751ba6ee3409aaf0a8779.zip
- build bind-chroot as noarchbind-9_6_0-0_3_b1_fc11
-rw-r--r--bind.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 974a6bf..9573e77 100644
--- a/bind.spec
+++ b/bind.spec
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.6.0
-Release: 0.2.1.%{PREVER}%{?dist}
+Release: 0.3.%{PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -164,6 +164,7 @@ Prefix: %{chroot_prefix}
Requires(post): grep
Requires(preun):grep
Requires: bind = %{epoch}:%{version}-%{release}
+BuildArch: noarch
%description chroot
This package contains a tree of files which can be used as a
@@ -600,6 +601,9 @@ rm -rf ${RPM_BUILD_ROOT}
%ghost %{chroot_prefix}/etc/localtime
%changelog
+* Wed Nov 26 2008 Adam Tkac <atkac redhat com> 32:9.6.0-0.3.b1
+- build bind-chroot as noarch
+
* Mon Nov 24 2008 Adam Tkac <atkac redhat com> 32:9.6.0-0.2.1.b1
- updates due libtool 2.2.6
- don't pass -DLDAP_DEPRECATED to cpp, handle it directly in sources