From ed2423060e83faa3f54ed2bc78e709adee8bfbe9 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 21 Nov 2006 12:39:58 +0000 Subject: renamed package, it should meet the N-V-R criteria --- bind.spec | 9 +++++---- 1 file 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 - 30:9.3.3-7 +* Fri Nov 21 2006 Martin Stransky - 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 - 30:9.3.3-6 - fix for #200465: named-checkzone and co. cannot be run as non-root user -- cgit