From 499fc77f9129def480f4742c81eb4d92f45c3cb7 Mon Sep 17 00:00:00 2001 From: phracek Date: Feb 01 2013 08:29:39 +0000 Subject: fix autogen for parallel test --- diff --git a/amanda-3.3.2-autogen.patch b/amanda-3.3.2-autogen.patch new file mode 100644 index 0000000..e12af16 --- /dev/null +++ b/amanda-3.3.2-autogen.patch @@ -0,0 +1,10 @@ +diff --git a/autogen b/autogen +index 1d593d8..7cb7343 100755 +--- a/autogen ++++ b/autogen +@@ -57,4 +57,4 @@ autoheader || die "autoheader failed" + touch config/config.h.in + + echo "..automake" +-automake --force --copy --warnings=none || die "automake failed" ++automake --add-missing --force --copy --warnings=none || die "automake failed" diff --git a/amanda.spec b/amanda.spec index ccde962..254b39f 100644 --- a/amanda.spec +++ b/amanda.spec @@ -23,6 +23,7 @@ Patch2: amanda-3.1.1-xattrs.patch Patch3: amanda-3.1.1-tcpport.patch Patch6: amanda-3.2.0-config-dir.patch Patch10: amanda-3.3.1-stdio.patch +Patch11: amanda-3.3.2-autogen.patch License: BSD and GPLv3+ and GPLv2+ and GPLv2 Group: Applications/System @@ -90,6 +91,7 @@ server also needs to have the amanda-client package installed. %patch3 -p1 -b .tcpport %patch6 -p1 -b .config %patch10 -p1 -b .stdio +%patch11 -p1 -b .autogen ./autogen %build @@ -451,6 +453,7 @@ rm -rf ${RPM_BUILD_ROOT} * Thu Jan 31 2013 Petr Hracek - 3.3.2-4 - fix (#858703) add killpgrp(8) man page to the amanda-client package (killpgrp will be removed from man-pages package) +- Fix autogen for parallel tests. * Thu Dec 06 2012 Lukáš Nykrýn - 3.3.2-3 - Fix group ownership