From ecd948b893bba9b4ba25752391b3f6dac3b06a60 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Feb 19 2018 10:00:44 +0000 Subject: Add missing BR: gcc-c++, make --- diff --git a/sipwitch.spec b/sipwitch.spec index 5900b5b..095f1dc 100644 --- a/sipwitch.spec +++ b/sipwitch.spec @@ -13,17 +13,19 @@ Name: sipwitch Summary: A secure peer-to-peer VoIP server for the SIP protocol Version: 1.9.15 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/sipwitch Source: https://github.com/tychosoft/sipwitch/archive/v%{version}.tar.gz +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: make BuildRequires: ucommon-devel >= 6.6.0 BuildRequires: libeXosip2-devel >= 3.0.0 BuildRequires: avahi-devel BuildRequires: openssl-devel -BuildRequires: cmake Requires(post): systemd Requires(preun): systemd @@ -194,6 +196,9 @@ make %{?_smp_mflags} %changelog +* Mon feb 19 2018 Sandro Mani - 1.9.15-8 +- Add missing BR: gcc-c++, make + * Fri Feb 09 2018 Fedora Release Engineering - 1.9.15-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild