From b4907a9c77373163c84f9ea7a064a34f7dd4fd4c Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Nov 27 2016 19:17:37 +0000 Subject: Add perl BR to fix FTBFS --- diff --git a/libcap.spec b/libcap.spec index 24bc086..1229a92 100644 --- a/libcap.spec +++ b/libcap.spec @@ -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 - 2.25-3 +- Add perl BR to fix FTBFS + * Mon Apr 25 2016 Peter Robinson 2.25-2 - Fix pkgconfig install location on aarch64 - Spec file cleanups