add BR for perl(FileHandle) needed by %check
This commit is contained in:
parent
b3585c9db4
commit
37269f5fa4
1 changed files with 7 additions and 1 deletions
|
|
@ -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 <kdudka@redhat.com> - 2.4.48-9
|
||||
- add BR for perl(FileHandle) needed by %%check
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.48-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue