diff --git a/amanda.spec b/amanda.spec index 9d6a423..4c7fa2e 100644 --- a/amanda.spec +++ b/amanda.spec @@ -10,7 +10,7 @@ Summary: A network-capable tape backup solution Name: amanda Version: 3.5.1 -Release: 9%{?dist} +Release: 10%{?dist} Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz Source1: amanda.crontab Source4: disklist @@ -54,6 +54,9 @@ Requires(postun): /sbin/ldconfig # feature, bug #1309664 %global __provides_exclude_from %{?__provides_exclude_from:%{__provides_exclude_from}|}^%{perl_vendorarch}/auto/.*\\.so$ +#exclude Dancer2 module +%global __requires_exclude ^perl\\(Dancer2\\) + %description AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that allows the administrator of a LAN to set up a @@ -429,6 +432,9 @@ make check %changelog +* Thu Apr 12 2018 Josef Ridky - 3.5.1-10 +- remove perl(Dancer2) requirements + * Wed Feb 21 2018 Josef Ridky - 3.5.1-9 - add RPM_LD_FLAGS to build section (#1547499)