[amanda] FTBFS with perl 5.20 (#1134732)

Petr Hracek phracek at fedoraproject.org
Wed Sep 3 10:11:49 UTC 2014


commit b738709b47c0139bb9dd5568fa379aa6cf5558dc
Author: Petr Hracek <phracek at redhat.com>
Date:   Wed Sep 3 11:54:08 2014 +0200

    FTBFS with perl 5.20 (#1134732)

 amanda.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/amanda.spec b/amanda.spec
index b1bd363..fd193dd 100644
--- a/amanda.spec
+++ b/amanda.spec
@@ -10,7 +10,7 @@
 Summary: A network-capable tape backup solution
 Name: amanda
 Version: 3.3.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
 Source1: amanda.crontab
 Source4: disklist
@@ -136,6 +136,10 @@ export MAILER=/bin/mail CFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS=-pie
            --with-bsdudp-security \
            --with-krb5-security
         
+pushd perl
+make maintainer-clean-am
+popd
+
 make %{?_smp_mflags}
 
 
@@ -470,6 +474,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Thu Sep 04 2014 Petr Hracek <phracek at redhat.com> - 3.3.6-5
+- FTBFS with perl 5.20 (#1134732)
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 3.3.6-4
 - Perl 5.20 rebuild
 


More information about the scm-commits mailing list