From e5e90a0ca573b8f9f94eb09fed6447b5b3cc4867 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 09:07:39 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/sems.spec b/sems.spec index 98fa453..5079ad0 100644 --- a/sems.spec +++ b/sems.spec @@ -1,7 +1,7 @@ Summary: SIP Express Media Server, an extensible SIP media server Name: sems Version: 1.6.0 -Release: 11%{?dist} +Release: 12%{?dist} URL: https://github.com/sems-server/%{name} Source0: https://github.com/sems-server/%{name}/archive/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -80,7 +80,7 @@ BuildRequires: mISDN-devel BuildRequires: compat-openssl10-devel BuildRequires: mysql++-devel BuildRequires: cmake >= 2.4 -BuildRequires: python-devel +BuildRequires: python2-devel Requires(pre): /usr/sbin/useradd Requires(post): systemd-units Requires(preun): systemd-units @@ -197,7 +197,7 @@ iLBC support for SEMS. %package ivr Summary: IVR functionality for SEMS Group: Applications/Communications -Requires: python >= 2.3 +Requires: python2 >= 2.3 Requires: %{name}%{?_isa} = %{version}-%{release} %description ivr @@ -227,10 +227,10 @@ This application collects a PIN and then transfers using a #%package python #Summary: Python bindings for SEMS #Group: Applications/Communications -#BuildRequires: python >= 2.3 -#BuildRequires: sip-devel +#BuildRequires: python2 >= 2.3 +#BuildRequires: python2-sip-devel #%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} -#Requires: python >= 2.3 +#Requires: python2 >= 2.3 #Requires: %{name}%{?_isa} = %{version}-%{release} #%description python @@ -700,6 +700,10 @@ getent passwd %{name} >/dev/null || \ %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 1.6.0-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jan 25 2018 Peter Lemenkov - 1.6.0-11 - Fixed FTBFS in Rawhide