Add perl BR to fix FTBFS
This commit is contained in:
parent
73b4e91415
commit
b4907a9c77
@ -1,6 +1,6 @@
|
|||||||
Name: libcap
|
Name: libcap
|
||||||
Version: 2.25
|
Version: 2.25
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Library for getting and setting POSIX.1e capabilities
|
Summary: Library for getting and setting POSIX.1e capabilities
|
||||||
URL: https://sites.google.com/site/fullycapable/
|
URL: https://sites.google.com/site/fullycapable/
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -12,7 +12,7 @@ Source: https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{nam
|
|||||||
Source1: getpcaps.8
|
Source1: getpcaps.8
|
||||||
Patch0: %{name}-2.25-buildflags.patch
|
Patch0: %{name}-2.25-buildflags.patch
|
||||||
|
|
||||||
BuildRequires: libattr-devel pam-devel
|
BuildRequires: libattr-devel pam-devel perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
|
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
|
%{_libdir}/pkgconfig/libcap.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 25 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.25-2
|
||||||
- Fix pkgconfig install location on aarch64
|
- Fix pkgconfig install location on aarch64
|
||||||
- Spec file cleanups
|
- Spec file cleanups
|
||||||
|
Loading…
Reference in New Issue
Block a user