rpms/amanda/devel amanda.spec,1.48,1.49

Daniel Novotny dnovotny at fedoraproject.org
Tue Aug 26 10:52:38 UTC 2008


Author: dnovotny

Update of /cvs/pkgs/rpms/amanda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9018

Modified Files:
	amanda.spec 
Log Message:

Added --with-tcpportrange=1025,65535 to ./configure options
(resolves #449764)



Index: amanda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amanda/devel/amanda.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- amanda.spec	20 Aug 2008 09:12:48 -0000	1.48
+++ amanda.spec	26 Aug 2008 10:52:06 -0000	1.49
@@ -114,7 +114,8 @@
 	--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 @@
 %{_libdir}/libamandad.so
 
 %changelog
-* Wed Aug 20 2008 Daniel Novotny <dnovotny at redhat.com> 2.5.2.p1-11
+* Thu Aug 21 2008 Daniel Novotny <dnovotny at redhat.com> 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 <rbrich at redhat.com> 2.5.2.p1-10
 - do not require gnuplot by -server subpackage (bz#433101)




More information about the fedora-extras-commits mailing list