rpms/python-sippy/devel python-sippy.spec,1.1,1.2

Peter Lemenkov peter at fedoraproject.org
Thu May 28 18:33:15 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/python-sippy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23856/devel

Modified Files:
	python-sippy.spec 
Log Message:
Fixed build for EL-4


Index: python-sippy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sippy/devel/python-sippy.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-sippy.spec	28 May 2009 16:13:59 -0000	1.1
+++ python-sippy.spec	28 May 2009 18:32:45 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           python-sippy
 Version:        0
-Release:        0.8.20090429cvs%{?dist}
+Release:        0.9.20090429cvs%{?dist}
 Summary:        B2BUA (back-to-back user agent) SIP call controlling component
 Group:          Development/Libraries
 License:        GPLv2+
@@ -64,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/sippy/dictionary
 %{_bindir}/b2bua_radius.py
 %{_bindir}/b2bua_simple.py
-%if 0%{?fedora} < 11 || 0%{?rhel}
+%if 0%{?fedora} == 10 || 0%{?el5}
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182498
 %exclude %{_bindir}/*.pyc
 %exclude %{_bindir}/*.pyo
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 28 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.9.20090429cvs
+- Fixed build for EL-4
+
 * Sun May 17 2009 Peter Lemenkov <lemenkov at gmail.com> 0-0.8.20090429cvs
 - Removed unnecessary BuildRequires python-setuptools, pkgconfig
 - Cosmetic changes




More information about the scm-commits mailing list