diff --git a/perl-Data-UUID.rpmlintrc b/perl-Data-UUID.rpmlintrc deleted file mode 100644 index 6890ce5..0000000 --- a/perl-Data-UUID.rpmlintrc +++ /dev/null @@ -1,2 +0,0 @@ -from Config import * -addFilter("spelling-error %description -l en_US namespace -> ") diff --git a/perl-Data-UUID.spec b/perl-Data-UUID.spec index 9af6cd8..851cfcd 100644 --- a/perl-Data-UUID.spec +++ b/perl-Data-UUID.spec @@ -1,6 +1,6 @@ Name: perl-Data-UUID Version: 1.226 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs) # Upstream says BSD but LICENSE file looks more like MIT # https://lists.fedoraproject.org/pipermail/legal/2013-August/002226.html @@ -22,6 +22,7 @@ BuildRequires: perl(Getopt::Long) BuildRequires: perl(Pod::Usage) BuildRequires: perl(warnings) # Module Runtime +BuildRequires: perl(blib) BuildRequires: perl(Carp) BuildRequires: perl(Digest::MD5) BuildRequires: perl(DynaLoader) @@ -89,6 +90,9 @@ perl smp-test/collision.t %{_mandir}/man3/Data::UUID.3* %changelog +* Thu Dec 16 2021 Paul Howarth - 1.226-7 +- BR: perl(blib) for smp-test/collision.t + * Thu Jul 22 2021 Fedora Release Engineering - 1.226-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild