[amanda] fix autogen for parallel test

Petr Hracek phracek at fedoraproject.org
Fri Feb 1 08:36:26 UTC 2013


commit 499fc77f9129def480f4742c81eb4d92f45c3cb7
Author: phracek <phracek at redhat.com>
Date:   Fri Feb 1 09:29:39 2013 +0100

    fix autogen for parallel test

 amanda-3.3.2-autogen.patch |   10 ++++++++++
 amanda.spec                |    3 +++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
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 <phracek at redhat.com> - 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 <lnykryn at redhat.com> - 3.3.2-3
 - Fix group ownership


More information about the scm-commits mailing list