From 37269f5fa4cc9d386f0b0b90eeabf2be8aad6d0c Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Jun 22 2020 14:40:22 +0000 Subject: add BR for perl(FileHandle) needed by %check --- diff --git a/attr.spec b/attr.spec index a1679ed..11dd8d8 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing filesystem extended attributes Name: attr Version: 2.4.48 -Release: 8%{?dist} +Release: 9%{?dist} Source: https://download-mirror.savannah.gnu.org/releases/attr/attr-%{version}.tar.gz # fix test-suite failure with perl-5.26.0 (#1473853) @@ -22,6 +22,9 @@ BuildRequires: gettext BuildRequires: libtool Requires: libattr = %{version}-%{release} +# needed for %%check +BuildRequires: perl(FileHandle) + %description A set of tools for manipulating extended attributes on filesystem objects, in particular getfattr(1) and setfattr(1). @@ -121,6 +124,9 @@ ln -fs ../sys/xattr.h $RPM_BUILD_ROOT%{_includedir}/attr/xattr.h %config(noreplace) %{_sysconfdir}/xattr.conf %changelog +* Mon Jun 22 2020 Kamil Dudka - 2.4.48-9 +- add BR for perl(FileHandle) needed by %%check + * Tue Jan 28 2020 Fedora Release Engineering - 2.4.48-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild