rpms/zabbix/EL-4 zabbix.spec,1.9,1.10

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Sat Sep 15 11:46:59 UTC 2007


Author: sharkcz

Update of /cvs/pkgs/rpms/zabbix/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1589

Modified Files:
	zabbix.spec 
Log Message:
* Sat Sep 15 2007 Dan Horak <dan[at]danny.cz> 1.4.2-2
- Add a patch required for finding net-snmp libs on x86_64



Index: zabbix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zabbix/EL-4/zabbix.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- zabbix.spec	11 Sep 2007 05:37:14 -0000	1.9
+++ zabbix.spec	15 Sep 2007 11:46:26 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           zabbix
 Version:        1.4.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Open-source monitoring solution for your IT infrastructure
 
 Group:          Applications/Internet
@@ -11,6 +11,7 @@
 Source2:        zabbix-server.init
 Source3:        zabbix-agent.init
 Source4:        zabbix-logrotate.in
+Patch0:		zabbix-1.4.2-netsnmp-x86_64.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %define database mysql
@@ -77,6 +78,9 @@
 
 %prep
 %setup -q
+%ifarch x86_64
+%patch0
+%endif
 
 # shuffle sql init files around to fix up install
 mkdir -p dbinit/{schema,data}
@@ -248,6 +252,9 @@
 %{_datadir}/%{name}/js/*
 
 %changelog
+* Sat Sep 15 2007 Dan Horak <dan[at]danny.cz> 1.4.2-2
+- Add a patch required for finding net-snmp libs on x86_64
+
 * Tue Sep 11 2007 Dan Horak <dan[at]danny.cz> 1.4.2-1
 - New upstream release
 - built without WWW monitoring support due old libcurl




More information about the fedora-extras-commits mailing list