rpms/python-sippy/EL-4 import.log,1.3,1.4 python-sippy.spec,1.4,1.5

Peter Lemenkov peter at fedoraproject.org
Wed Mar 10 12:09:09 UTC 2010


Author: peter

Update of /cvs/pkgs/rpms/python-sippy/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8788/EL-4

Modified Files:
	import.log python-sippy.spec 
Log Message:
Dropped checking for F-10 and fixed EPEL-specific bug


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-sippy/EL-4/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	2 Mar 2010 14:27:48 -0000	1.3
+++ import.log	10 Mar 2010 12:09:09 -0000	1.4
@@ -1,3 +1,4 @@
 python-sippy-0-0_8_20090429cvs_fc10:EL-4:python-sippy-0-0.8.20090429cvs.fc10.src.rpm:1243528046
 python-sippy-1_0_1-1_fc11:EL-4:python-sippy-1.0.1-1.fc11.src.rpm:1250513660
 python-sippy-1_0_3-1_fc12:EL-4:python-sippy-1.0.3-1.fc12.src.rpm:1267540024
+python-sippy-1_0_3-2_fc12:EL-4:python-sippy-1.0.3-2.fc12.src.rpm:1268222916


Index: python-sippy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sippy/EL-4/python-sippy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-sippy.spec	2 Mar 2010 14:27:49 -0000	1.4
+++ python-sippy.spec	10 Mar 2010 12:09:09 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name:           python-%{realname}
 Version:        1.0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        B2BUA (back-to-back user agent) SIP call controlling component
 Group:          Development/Libraries
 License:        GPLv2+
@@ -40,6 +40,10 @@ into the media path.
 %setup -q -n %{realname}-%{version}
 %patch0 -p0 -b .do_not_install_copying
 chmod 644 sippy/Udp_server.py
+%if 0%{?rhel}
+find -type f -name "*.py" -exec sed -i s,hashlib,md5,g {} \;
+%endif
+
 
 %build
 python setup.py build
@@ -64,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/%{realname}/dictionary
 %{_bindir}/b2bua_radius.py
 %{_bindir}/b2bua_simple.py
-%if 0%{?fedora} == 10 || 0%{?el5}
+%if 0%{?el5}
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182498
 %exclude %{_bindir}/*.pyc
 %exclude %{_bindir}/*.pyo
@@ -73,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 10 2010 Peter Lemenkov <lemenkov at gmail.com> 1.0.3-2
+- Dropped checking for F-10
+- Fixed EPEL-specific bug
+
 * Tue Mar  2 2010 Peter Lemenkov <lemenkov at gmail.com> 1.0.3-1
 - Version 1.0.3 (bugfix release)
 



More information about the scm-commits mailing list