rpms/zabbix/EL-4 zabbix.spec,1.11,1.12

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Thu Sep 20 15:35:28 UTC 2007


Author: sharkcz

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

Modified Files:
	zabbix.spec 
Log Message:
* Thu Sep 20 2007 Dan Horak <dan[at]danny.cz> 1.4.2-3
- Fix paths (%_bindir -> %_sbindir) in init scripts (#297061)
- Add a patch to clean a warning during compile
- Add a patch to fix cpu load computations



Index: zabbix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zabbix/EL-4/zabbix.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- zabbix.spec	20 Sep 2007 15:30:42 -0000	1.11
+++ zabbix.spec	20 Sep 2007 15:34:55 -0000	1.12
@@ -12,6 +12,8 @@
 Source3:        zabbix-agent.init
 Source4:        zabbix-logrotate.in
 Patch0:		zabbix-1.4.2-netsnmp-x86_64.patch
+Patch1:		zabbix-1.4.2-include.patch
+Patch2:		zabbix-1.4.2-cpustats.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %define database mysql
@@ -81,6 +83,8 @@
 %ifarch x86_64
 %patch0
 %endif
+%patch1 -p1 -b .include
+%patch2 -p1 -b .cpustats
 
 # shuffle sql init files around to fix up install
 mkdir -p dbinit/{schema,data}




More information about the fedora-extras-commits mailing list