diff --git a/libsrtp.spec b/libsrtp.spec index 07beabf..aceff3d 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -2,12 +2,13 @@ Name: libsrtp Version: 2.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An implementation of the Secure Real-time Transport Protocol (SRTP) License: BSD URL: https://github.com/cisco/libsrtp Source0: https://github.com/cisco/libsrtp/archive/v%{version}.tar.gz BuildRequires: gcc, nss-devel, libpcap-devel +BuildRequires: make # Fix shared lib so ldconfig doesn't complain Patch0: libsrtp-2.3.0-shared-fix.patch # Fix namespace issue in test/util.c @@ -83,6 +84,9 @@ install -D -p -m 0755 test/test_srtp %{buildroot}%{_bindir}/test_srtp %{_bindir}/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.3.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Oct 12 2020 Tom Callaway - 2.3.0-4 - add -tools subpackage (thanks to Gerd v. Egidy)