Add perl BR to fix FTBFS

This commit is contained in:
Lubomir Rintel 2016-11-27 20:17:37 +01:00
parent 73b4e91415
commit b4907a9c77
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libcap
Version: 2.25
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Library for getting and setting POSIX.1e capabilities
URL: https://sites.google.com/site/fullycapable/
License: GPLv2
@ -12,7 +12,7 @@ Source: https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{nam
Source1: getpcaps.8
Patch0: %{name}-2.25-buildflags.patch
BuildRequires: libattr-devel pam-devel
BuildRequires: libattr-devel pam-devel perl
%description
libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
@ -77,6 +77,9 @@ chmod +x %{buildroot}/%{_libdir}/*.so.*
%{_libdir}/pkgconfig/libcap.pc
%changelog
* Sun Nov 27 2016 Lubomir Rintel <lkundrak@v3.sk> - 2.25-3
- Add perl BR to fix FTBFS
* Mon Apr 25 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.25-2
- Fix pkgconfig install location on aarch64
- Spec file cleanups