From f811a9ec38eb3e528d24ed4250743048be802716 Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Oct 15 2009 13:36:18 +0000 Subject: fix build error --- diff --git a/amanda-2.6.0p2-builderr.patch b/amanda-2.6.0p2-builderr.patch new file mode 100644 index 0000000..83b6278 --- /dev/null +++ b/amanda-2.6.0p2-builderr.patch @@ -0,0 +1,11 @@ +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 \ diff --git a/amanda.spec b/amanda.spec index 1bfbcac..c894e2d 100644 --- a/amanda.spec +++ b/amanda.spec @@ -20,6 +20,8 @@ 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 +93,7 @@ be used to develop amanda applications. %patch3 -p1 -b .tcpport %patch4 -p1 -b .lib %patch5 -p1 -b .pie +%patch6 -p1 ./autogen %build @@ -378,6 +381,7 @@ grep -l -E '^dumpuser[[:blank:]]*"amanda"' /etc/amanda/*/amanda.conf | %changelog * Thu Oct 15 2009 Daniel Novotny 2.6.0p2-9 - add amanda user to group "tape" (#529159) +- fix failed build (#510961) * Tue Apr 14 2009 Daniel Novotny 2.6.0p2-8 - fix #495724 (spec file fix, use "useradd -N" instead of "useradd -n")