rpms/openser/EL-4 import.log,1.6,1.7 openser.spec,1.17,1.18

Peter Lemenkov peter at fedoraproject.org
Fri Nov 20 11:20:26 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/openser/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24173/EL-4

Modified Files:
	import.log openser.spec 
Log Message:
macro disable_snmpstats reverted back to string value


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/openser/EL-4/import.log,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- import.log	16 Nov 2009 14:03:27 -0000	1.6
+++ import.log	20 Nov 2009 11:20:25 -0000	1.7
@@ -4,3 +4,4 @@ openser-1_3_4-1_fc10:EL-4:openser-1.3.4-
 openser-1_3_4-9_fc11:EL-4:openser-1.3.4-9.fc11.src.rpm:1258038864
 openser-1_3_4-10_fc12:EL-4:openser-1.3.4-10.fc12.src.rpm:1258376264
 openser-1_3_4-11_fc12:EL-4:openser-1.3.4-11.fc12.src.rpm:1258380038
+openser-1_3_4-12_fc12:EL-4:openser-1.3.4-12.fc12.src.rpm:1258715980


Index: openser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openser/EL-4/openser.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- openser.spec	16 Nov 2009 14:03:27 -0000	1.17
+++ openser.spec	20 Nov 2009 11:20:25 -0000	1.18
@@ -1,18 +1,16 @@
-%define disable_snmpstats 0
-
 %if 0%{?rhel}
 # copied from lm_sensors exclusive arch
-%ifnarch alpha i386 i486 i586 i686 pentium3 pentium4 athlon x86_64
-%define disable_snmpstats 1
+%ifnarch alpha %{ix86} x86_64
+%define disable_snmpstats snmpstats
 %endif
 %endif
 
-%define	EXCLUDE_MODULES	mi_xmlrpc osp %{?disable_snmpstats:snmpstats}
+%define	EXCLUDE_MODULES	mi_xmlrpc osp %{?disable_snmpstats}
 
 Summary:	Open Source SIP Server
 Name:		openser
 Version:	1.3.4
-Release:	11%{?dist}
+Release:	12%{?dist}
 License:	GPLv2+
 Group:		System Environment/Daemons
 Source0:	http://www.kamailio.org/pub/%{name}/%{version}/src/%{name}-%{version}-tls_src.tar.gz
@@ -34,7 +32,7 @@ BuildRequires:	mysql-devel
 BuildRequires:	postgresql-devel
 
 # required by snmpstats module
-%if 0%{!?disable_snmpstats}
+%if %{undefined disable_snmpstats}
 BuildRequires:	lm_sensors-devel
 %endif
 BuildRequires:	net-snmp-devel
@@ -356,7 +354,7 @@ like SMS confirmation--the gateway can c
 message really reached its destination as a SMS--or multi-part messages--if
 a SIP messages is too long it will be split and sent as multiple SMS.
 
-%if 0%{!?disable_snmpstats}
+%if %{undefined disable_snmpstats}
 %package	snmpstats
 Summary:	SNMP management interface for the OpenSER
 Group:		System Environment/Daemons
@@ -814,7 +812,7 @@ fi
 %{_libdir}/openser/modules/sms.so
 %doc docdir/README.sms
 
-%if 0%{!?disable_snmpstats}
+%if %{undefined disable_snmpstats}
 %files snmpstats
 %defattr(-,root,root,-)
 %{_libdir}/openser/modules/snmpstats.so
@@ -854,6 +852,9 @@ fi
 %doc docdir/README.xmpp
 
 %changelog
+* Fri Nov 20 2009 Peter Lemenkov <lemenkov at gmail.com> 1.3.4-12
+- disable_snmpstats macro reverted back to string
+
 * Mon Nov 16 2009 Peter Lemenkov <lemenkov at gmail.com> 1.3.4-11
 - Last minute fix
 




More information about the fedora-extras-commits mailing list