From b9b09f2bf40891160dd8b1bba2b717ced246fdfd Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 21 Feb 2018 10:05:50 +0100 Subject: [PATCH] Buildrequire gcc --- libcap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcap.spec b/libcap.spec index 48e57d8..3b4032d 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 2.25 -Release: 9%{?dist} +Release: 10%{?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 perl-interpreter +BuildRequires: libattr-devel pam-devel perl-interpreter gcc %description libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) @@ -88,6 +88,9 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %{_libdir}/pkgconfig/libcap.pc %changelog +* Wed Feb 21 2018 Karsten Hopp - 2.25-10 +- buildrequire gcc + * Wed Feb 07 2018 Fedora Release Engineering - 2.25-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild