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 - 3.3.6-5 +- FTBFS with perl 5.20 (#1134732) + * Wed Aug 27 2014 Jitka Plesnikova - 3.3.6-4 - Perl 5.20 rebuild