From 362c75f464cdf749e706c04a7193c052e575e5fd Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Aug 26 2008 10:52:06 +0000 Subject: Added --with-tcpportrange=1025,65535 to ./configure options (resolves #449764) --- diff --git a/amanda.spec b/amanda.spec index 02ac135..63983b4 100644 --- a/amanda.spec +++ b/amanda.spec @@ -114,7 +114,8 @@ export SED=sed --with-rsh-security \ --with-bsdtcp-security \ --with-bsdudp-security \ - --with-krb5-security + --with-krb5-security \ + --with-tcpportrange=1025,65535 make %{?_smp_mflags} @@ -362,10 +363,12 @@ grep -l -E '^dumpuser[[:blank:]]*"amanda"' /etc/amanda/*/amanda.conf | %{_libdir}/libamandad.so %changelog -* Wed Aug 20 2008 Daniel Novotny 2.5.2.p1-11 +* Thu Aug 21 2008 Daniel Novotny 2.5.2.p1-11 - Username in /etc/xinetd.d/amanda has to be changed to 'amandabackup' because of the change from Thu Nov 22 2007 (resolves #448071) +- Added --with-tcpportrange=1025,65535 to ./configure options + (resolves #449764) * Mon Feb 18 2008 Radek Brich 2.5.2.p1-10 - do not require gnuplot by -server subpackage (bz#433101)