rpms/amanda/devel amanda-2.6.0p2-tcpport.patch, NONE, 1.1 amanda.spec, 1.57, 1.58

Daniel Novotny dnovotny at fedoraproject.org
Wed Apr 8 13:13:07 UTC 2009


Author: dnovotny

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

Modified Files:
	amanda.spec 
Added Files:
	amanda-2.6.0p2-tcpport.patch 
Log Message:

tcpport patch lost after rebase, adding again


amanda-2.6.0p2-tcpport.patch:

--- NEW FILE amanda-2.6.0p2-tcpport.patch ---
diff -up amanda-2.6.0p2/example/amanda-client.conf.in.tcpp amanda-2.6.0p2/example/amanda-client.conf.in
--- amanda-2.6.0p2/example/amanda-client.conf.in.tcpp	2009-04-06 16:46:35.000000000 +0200
+++ amanda-2.6.0p2/example/amanda-client.conf.in	2009-04-06 16:46:51.000000000 +0200
@@ -22,3 +22,5 @@ auth "bsdtcp"
 
 ssh_keys ""			# your ssh keys file if you use ssh auth
 
+#resolves "resource temporarily unavailable" bug
+unreserved-tcp-port 1025,65535
\ No newline at end of file
diff -up amanda-2.6.0p2/example/amanda.conf.in.tcpp amanda-2.6.0p2/example/amanda.conf.in
--- amanda-2.6.0p2/example/amanda.conf.in.tcpp	2009-04-06 16:46:19.000000000 +0200
+++ amanda-2.6.0p2/example/amanda.conf.in	2009-04-06 16:47:10.000000000 +0200
@@ -730,3 +730,6 @@ define interface local {
 # configurations.
 
 #includefile "@CONFIG_DIR@/amanda.conf.main"
+
+#resolves "resource temporarily unavailable" bug
+unreserved-tcp-port 1025,65535
\ No newline at end of file


Index: amanda.spec
===================================================================
RCS file: /cvs/extras/rpms/amanda/devel/amanda.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- amanda.spec	24 Feb 2009 00:53:03 -0000	1.57
+++ amanda.spec	8 Apr 2009 13:12:36 -0000	1.58
@@ -7,7 +7,7 @@
 Summary: A network-capable tape backup solution
 Name: amanda
 Version: 2.6.0p2
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
 #Source: http://www.zmanda.com/downloads/community/community-builds/amanda-%{version}.tar.gz
 Source1: amanda.crontab
@@ -17,6 +17,7 @@
 Source9: README-rpm
 Patch1: amanda-2.6.0b3-example.patch
 Patch2: amanda-2.6.0b2-xattrs.patch
+Patch3: amanda-2.6.0p2-tcpport.patch
 Patch4: amanda-2.6.0b3-lib.patch
 Patch5: amanda-2.6.0p2-pie.patch
 License: BSD
@@ -87,6 +88,7 @@
 %setup -q -n %{name}-%{version}
 %patch1 -p1 -b .example
 %patch2 -p1 -b .xattrs
+%patch3 -p1 -b .tcpport
 %patch4 -p1 -b .lib
 %patch5 -p1 -b .pie
 ./autogen
@@ -373,6 +375,10 @@
 %{_libdir}/libamandad.so
 
 %changelog
+* Wed Apr 08 2009 Daniel Novotny <dnovotny at redhat.com> 2.6.0p2-7
+- the tcpport patch was lost after rebase, adding again
+  (#448071, #462681)
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.0p2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list