From ae50aceffa287babb8cb142c259c72ca78107b33 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 23 Jul 2018 12:59:37 -0400 Subject: [PATCH] add BuildRequires: gcc --- libsrtp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libsrtp.spec b/libsrtp.spec index b75150a..6717ac7 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -2,7 +2,7 @@ Name: libsrtp Version: 1.5.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: An implementation of the Secure Real-time Transport Protocol (SRTP) Group: System Environment/Libraries License: BSD @@ -10,6 +10,7 @@ URL: https://github.com/cisco/libsrtp Source0: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz # Universal config.h Source2: config.h +BuildRequires: gcc # Fix shared lib so ldconfig doesn't complain Patch0: libsrtp-1.5.4-shared-fix.patch Patch1: libsrtp-srtp_aes_encrypt.patch @@ -71,6 +72,9 @@ cp -a %{SOURCE2} %{buildroot}%{_includedir}/%{shortname}/config.h %{_libdir}/*.so %changelog +* Mon Jul 23 2018 Tom Callaway - 1.5.4-9 +- add BuildRequires: gcc + * Fri Jul 13 2018 Fedora Release Engineering - 1.5.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild