diff --git a/pdns-recursor.spec b/pdns-recursor.spec index fcbb857..77039c6 100644 --- a/pdns-recursor.spec +++ b/pdns-recursor.spec @@ -1,7 +1,7 @@ Summary: Modern, advanced and high performance recursing/non authoritative nameserver Name: pdns-recursor Version: 3.1.7.2 -Release: 1%{?dist} +Release: 1%{?dist}.1 Group: System Environment/Daemons License: GPLv2 @@ -33,7 +33,7 @@ OPTFLAGS="%{optflags}" make %{?_smp_mflags} %install %{__rm} -rf %{buildroot} make install DESTDIR=%{buildroot} CONFIGDIR="%{_sysconfdir}/%{name}" -%{__install} -D -p %{SOURCE1} %{buildroot}%{_initrddir}/pdns-recursor +%{__install} -D -p %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/pdns-recursor %{__mv} %{buildroot}%{_sysconfdir}/%{name}/recursor.conf{-dist,} @@ -69,13 +69,16 @@ fi %{_sbindir}/pdns_recursor %{_mandir}/man1/pdns_recursor.1.gz %{_mandir}/man1/rec_control.1.gz -%{_initrddir}/pdns-recursor +%{_sysconfdir}/init.d/pdns-recursor %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/recursor.conf %doc COPYING README %changelog +* Wed Jan 06 2010 Ruben Kerkhof 3.1.7.2-1.el4.1 +- Install init script in right location + * Wed Jan 06 2010 Ruben Kerkhof 3.1.7.2-1 - Upstream released new version - Fixes CVE-2009-4009 and CVE-2009-4010