rpms/amanda/devel amanda-2.6.0p2-builderr.patch, NONE, 1.1 amanda.spec, 1.60, 1.61

Daniel Novotny dnovotny at fedoraproject.org
Wed Jul 22 10:32:54 UTC 2009


Author: dnovotny

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

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

fix #510961


amanda-2.6.0p2-builderr.patch:
 Makefile.am |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE amanda-2.6.0p2-builderr.patch ---
diff -up amanda-2.6.0p2/man/Makefile.am.builderr amanda-2.6.0p2/man/Makefile.am
--- amanda-2.6.0p2/man/Makefile.am.builderr	2009-07-22 12:09:46.000000000 +0200
+++ amanda-2.6.0p2/man/Makefile.am	2009-07-22 12:10:03.000000000 +0200
@@ -31,7 +31,6 @@ SERVER_MAN_PAGES =  amadmin.8 \
 		    amverifyrun.8 \
 		    amserverconfig.8 \
 		    amaddclient.8 \
-		    amcheckdump.8 \
 		    amcrypt.8 \
 		    amaespipe.8 \
 		    amgpgcrypt.8 \


Index: amanda.spec
===================================================================
RCS file: /cvs/extras/rpms/amanda/devel/amanda.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- amanda.spec	24 Apr 2009 08:24:41 -0000	1.60
+++ amanda.spec	22 Jul 2009 10:32:23 -0000	1.61
@@ -7,7 +7,7 @@
 Summary: A network-capable tape backup solution
 Name: amanda
 Version: 2.6.0p2
-Release: 9%{?dist}
+Release: 10%{?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
@@ -20,6 +20,7 @@ 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
+Patch6: amanda-2.6.0p2-builderr.patch
 License: BSD
 Group: Applications/System
 URL: http://www.amanda.org
@@ -91,6 +92,7 @@ be used to develop amanda applications.
 %patch3 -p1 -b .tcpport
 %patch4 -p1 -b .lib
 %patch5 -p1 -b .pie
+%patch6 -p1 -b .builderr
 ./autogen
 
 %build
@@ -375,6 +377,9 @@ grep -l -E '^dumpuser[[:blank:]]*"amanda
 %{_libdir}/libamandad.so
 
 %changelog
+* Wed Jul 22 2009 Daniel Novotny <dnovotny at redhat.com> 2.6.0p2-10
+- fix #510961 -  FTBFS: amanda-2.6.0p2-9
+
 * Fri Apr 24 2009 Daniel Novotny <dnovotny at redhat.com> 2.6.0p2-9
 - fix #497488 -  amanda subpackages require only a specific version of amanda,
       not also release




More information about the fedora-extras-commits mailing list