summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2006-11-21 12:39:58 +0000
committerMartin Stransky <stransky@fedoraproject.org>2006-11-21 12:39:58 +0000
commit61a46ae5d26c5b3215ec17d680eb4c0dfebdc27c (patch)
treeeee0a1856f1c6fc4e99da81c53187f43e8e56a3c
parent5fd50d86bf14dafb0720e4244460de1d2b11430b (diff)
downloadbind-61a46ae5d26c5b3215ec17d680eb4c0dfebdc27c.tar.gz
bind-61a46ae5d26c5b3215ec17d680eb4c0dfebdc27c.tar.xz
bind-61a46ae5d26c5b3215ec17d680eb4c0dfebdc27c.zip
renamed package, it should meet the N-V-R criteria
-rw-r--r--bind.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/bind.spec b/bind.spec
index b70eba6..d9fee95 100644
--- a/bind.spec
+++ b/bind.spec
@@ -18,8 +18,8 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.3.3
-Release: 7%{?dist}
-Epoch: 30
+Release: 0.1.%{prever}%{?dist}
+Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
Group: System Environment/Daemons
@@ -447,7 +447,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.143 2006/11/10 14:00:17 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.144 2006/11/21 12:39:58 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -776,8 +776,9 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
-* Fri Nov 10 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-7
+* Fri Nov 21 2006 Martin Stransky <stransky@redhat.com> - 31:9.3.3-0.1.rc3
- added back an interval to restart
+- renamed package, it should meet the N-V-R criteria
* Mon Oct 30 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-6
- fix for #200465: named-checkzone and co. cannot be run as non-root user