/[smecontribs]/rpms/zabbix/contribs7/zabbix.spec
ViewVC logotype

Annotation of /rpms/zabbix/contribs7/zabbix.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (hide annotations) (download)
Tue Sep 29 16:07:13 2009 UTC (14 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: zabbix-1_6_6-1_el4_sme
Changes since 1.6: +5 -2 lines
Upsream upgrade to 1.6.6

1 vip-ire 1.7 # $Id: zabbix.spec,v 1.6 2009/06/16 21:43:48 vip-ire Exp $
2 slords 1.2 # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5 slords 1.1 Name: zabbix
6 vip-ire 1.7 Version: 1.6.6
7 vip-ire 1.5 Release: 1%{?dist}
8 slords 1.1 Summary: Open-source monitoring solution for your IT infrastructure
9    
10     Group: Applications/Internet
11     License: GPL
12     URL: http://www.zabbix.com/
13     Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
14     Source1: zabbix-web.conf
15     Source2: zabbix-server.init
16     Source3: zabbix-agent.init
17     Source4: zabbix-proxy.init
18     Source5: zabbix-logrotate.in
19    
20 vip-ire 1.4 Patch0: zabbix-1.6.3-curl_centos4.patch
21 slords 1.1
22     Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
23    
24     BuildRequires: mysql-devel
25     BuildRequires: postgresql-devel
26     BuildRequires: net-snmp-devel
27     BuildRequires: openldap-devel
28     BuildRequires: gnutls-devel
29     BuildRequires: iksemel-devel
30     BuildRequires: curl-devel
31     BuildRequires: sqlite-devel
32     BuildRequires: unixODBC-devel
33    
34     Requires: logrotate
35     Requires(pre): /usr/sbin/useradd
36    
37     %description
38     ZABBIX is software that monitors numerous parameters of a
39     network and the health and integrity of servers. ZABBIX
40     uses a flexible notification mechanism that allows users
41     to configure e-mail based alerts for virtually any event.
42     This allows a fast reaction to server problems. ZABBIX
43     offers excellent reporting and data visualisation features
44     based on the stored data. This makes ZABBIX ideal for
45     capacity planning.
46    
47     ZABBIX supports both polling and trapping. All ZABBIX
48     reports and statistics, as well as configuration
49     parameters are accessed through a web-based front end. A
50     web-based front end ensures that the status of your network
51     and the health of your servers can be assessed from any
52     location. Properly configured, ZABBIX can play an important
53     role in monitoring IT infrastructure. This is equally true
54     for small organisations with a few servers and for large
55     companies with a multitude of servers.
56    
57     %package server
58     Summary: Zabbix server common files
59     Group: Applications/Internet
60     Requires: zabbix = %{version}-%{release}
61     Requires: zabbix-server-implementation = %{version}-%{release}
62     Requires: fping
63     Requires: net-snmp
64     Requires(post): /sbin/chkconfig
65     Requires(preun): /sbin/chkconfig
66     Requires(preun): /sbin/service
67    
68     %description server
69     Zabbix server common files
70    
71     %package server-mysql
72     Summary: Zabbix server compiled to use MySQL
73     Group: Applications/Internet
74     Requires: zabbix = %{version}-%{release}
75     Requires: zabbix-server = %{version}-%{release}
76     Provides: zabbix-server-implementation = %{version}-%{release}
77     Obsoletes: zabbix <= 1.5.3-0.1
78     Conflicts: zabbix-server-pgsql
79     Conflicts: zabbix-server-sqlite3
80    
81     %description server-mysql
82     Zabbix server compiled to use MySQL
83    
84     %package server-pgsql
85     Summary: Zabbix server compiled to use PostgresSQL
86     Group: Applications/Internet
87     Requires: zabbix = %{version}-%{release}
88     Requires: zabbix-server = %{version}-%{release}
89     Provides: zabbix-server-implementation = %{version}-%{release}
90     Conflicts: zabbix-server-mysql
91     Conflicts: zabbix-server-sqlite3
92    
93     %description server-pgsql
94     Zabbix server compiled to use PostgresSQL
95    
96     %package server-sqlite3
97     Summary: Zabbix server compiled to use SQLite
98     Group: Applications/Internet
99     Requires: zabbix = %{version}-%{release}
100     Requires: zabbix-server = %{version}-%{release}
101     Provides: zabbix-server-implementation = %{version}-%{release}
102     Conflicts: zabbix-server-mysql
103     Conflicts: zabbix-server-pgsql
104    
105     %description server-sqlite3
106     Zabbix server compiled to use SQLite
107    
108     %package agent
109     Summary: Zabbix Agent
110     Group: Applications/Internet
111     Requires: zabbix = %{version}-%{release}
112     Requires(post): /sbin/chkconfig
113     Requires(preun): /sbin/chkconfig
114     Requires(preun): /sbin/service
115    
116     %description agent
117     The Zabbix client agent, to be installed on monitored systems.
118    
119     %package proxy
120     Summary: Zabbix Proxy
121     Group: Applications/Internet
122     Requires: zabbix = %{version}-%{release}
123     Requires: zabbix-proxy-implementation = %{version}-%{release}
124     Requires(post): /sbin/chkconfig
125     Requires(preun): /sbin/chkconfig
126     Requires(preun): /sbin/service
127     Requires: fping
128    
129     %description proxy
130     The Zabbix proxy
131    
132     %package proxy-mysql
133     Summary: Zabbix proxy compiled to use MySQL
134     Group: Applications/Internet
135     Requires: zabbix-proxy = %{version}-%{release}
136     Provides: zabbix-proxy-implementation = %{version}-%{release}
137    
138     %description proxy-mysql
139     The Zabbix proxy compiled to use MySQL
140    
141     %package proxy-pgsql
142     Summary: Zabbix proxy compiled to use PostgreSQL
143     Group: Applications/Internet
144     Requires: zabbix-proxy = %{version}-%{release}
145     Provides: zabbix-proxy-implementation = %{version}-%{release}
146    
147     %description proxy-pgsql
148     The Zabbix proxy compiled to use PostgreSQL
149    
150     %package proxy-sqlite3
151     Summary: Zabbix proxy compiled to use SQLite
152     Group: Applications/Internet
153     Requires: zabbix-proxy = %{version}-%{release}
154     Provides: zabbix-proxy-implementation = %{version}-%{release}
155    
156     %description proxy-sqlite3
157     The Zabbix proxy compiled to use SQLite
158    
159     %package web
160     Summary: Zabbix Web Frontend
161     Group: Applications/Internet
162     Requires: php
163     Requires: php-gd
164 vip-ire 1.3 #Requires: php-bcmath
165 slords 1.1 Requires: zabbix = %{version}-%{release}
166     Requires: zabbix-web-database = %{version}-%{release}
167    
168     %description web
169     The php frontend to display the zabbix web interface.
170    
171     %package web-mysql
172     Summary: Zabbix web frontend for MySQL
173     Group: Applications/Internet
174     Requires: zabbix-web = %{version}-%{release}
175     Requires: php-mysql
176     Provides: zabbix-web-database = %{version}-%{release}
177     Obsoletes: zabbix-web <= 1.5.3-0.1
178    
179     %description web-mysql
180     Zabbix web frontend for MySQL
181    
182     %package web-pgsql
183     Summary: Zabbix web frontend for PostgreSQL
184     Group: Applications/Internet
185     Requires: zabbix-web = %{version}-%{release}
186     Requires: php-pgsql
187     Provides: zabbix-web-database = %{version}-%{release}
188    
189     %description web-pgsql
190     Zabbix web frontend for PostgreSQL
191    
192     %package web-sqlite3
193     Summary: Zabbix web frontend for SQLite
194     Group: Applications/Internet
195     Requires: zabbix-web = %{version}-%{release}
196     Provides: zabbix-web-database = %{version}-%{release}
197    
198     %description web-sqlite3
199     Zabbix web frontend for SQLite
200    
201     %prep
202     %setup0 -q
203 vip-ire 1.4 %patch0 -p1
204 slords 1.1
205     chmod -R a+rX .
206    
207     # nuke erronious executable permissions
208     #chmod -x src/zabbix_agent/eventlog.c
209    
210     # fix up some lib64 issues
211     %{__perl} -pi.orig -e 's|_LIBDIR=/usr/lib|_LIBDIR=%{_libdir}|g' \
212     configure
213    
214     %build
215    
216     %configure \
217     --enable-server \
218     --enable-agent \
219     --enable-proxy \
220     --enable-ipv6 \
221     --with-mysql \
222     --with-net-snmp \
223     --with-ldap \
224     --with-libcurl \
225     --with-jabber \
226     --with-unixodbc
227    
228     make %{?_smp_mflags}
229    
230     mv src/zabbix_server/zabbix_server src/zabbix_server/zabbix_server_mysql
231     mv src/zabbix_proxy/zabbix_proxy src/zabbix_proxy/zabbix_proxy_mysql
232    
233     %configure \
234     --enable-server \
235     --enable-agent \
236     --enable-proxy \
237     --enable-ipv6 \
238     --with-pgsql \
239     --with-net-snmp \
240     --with-ldap \
241     --with-libcurl \
242     --with-jabber \
243     --with-unixodbc
244    
245     make %{?_smp_mflags}
246     mv src/zabbix_server/zabbix_server src/zabbix_server/zabbix_server_pgsql
247     mv src/zabbix_proxy/zabbix_proxy src/zabbix_proxy/zabbix_proxy_pgsql
248    
249     %configure \
250     --enable-server \
251     --enable-agent \
252     --enable-proxy \
253     --enable-ipv6 \
254     --with-sqlite3 \
255     --with-net-snmp \
256     --with-ldap \
257     --with-libcurl \
258     --with-jabber \
259     --with-unixodbc
260    
261     make %{?_smp_mflags}
262     mv src/zabbix_server/zabbix_server src/zabbix_server/zabbix_server_sqlite3
263     mv src/zabbix_proxy/zabbix_proxy src/zabbix_proxy/zabbix_proxy_sqlite3
264    
265     touch src/zabbix_server/zabbix_server
266     touch src/zabbix_proxy/zabbix_proxy
267    
268     %install
269     rm -rf $RPM_BUILD_ROOT
270     # set up some required directories
271     mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
272     mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/init.d
273     mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
274     mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
275     mkdir -p $RPM_BUILD_ROOT%{_datadir}
276     mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/%{name}
277     mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/%{name}
278    
279     #rm create/Makefile*
280     #rm create/data/images_oracle.sql
281     #rm create/schema/oracle.sql
282     #rm -r upgrades/dbpatches/1.6/oracle
283    
284     #pushd %{name}-%{version}-mysql
285     # php frontend
286     cp -a frontends/php $RPM_BUILD_ROOT%{_datadir}/%{name}
287     mv $RPM_BUILD_ROOT%{_datadir}/%{name}/include/db.inc.php \
288     $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/
289     ln -s ../../../..%{_sysconfdir}/%{name}/db.inc.php \
290     $RPM_BUILD_ROOT%{_datadir}/%{name}/include/db.inc.php
291     cat << __EOF__ >> $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/zabbix.conf.php
292     # This file is a place-holder. When you run through the zabbix
293     # web setup, a proper configuration file should be generated
294     # for you to drop in this location.
295     __EOF__
296     ln -s ../../../..%{_sysconfdir}/%{name}/zabbix.conf.php \
297     $RPM_BUILD_ROOT%{_datadir}/%{name}/conf/zabbix.conf.php
298     # kill off .htaccess files, options set in SOURCE1
299     rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/include/.htaccess
300     rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/include/classes/.htaccess
301     # drop config files in place
302     install -m 0644 -p misc/conf/zabbix_agent.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
303     cat misc/conf/zabbix_agentd.conf | sed \
304     -e 's|PidFile=.*|PidFile=%{_localstatedir}/run/zabbix/zabbix_agentd.pid|g' \
305     -e 's|LogFile=.*|LogFile=%{_localstatedir}/log/zabbix/zabbix_agentd.log|g' \
306     -e 's|#LogFileSize=.*|LogFileSize=0|g' \
307     > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/zabbix_agentd.conf
308     cat misc/conf/zabbix_server.conf | sed \
309     -e 's|PidFile=.*|PidFile=%{_localstatedir}/run/zabbix/zabbix.pid|g' \
310     -e 's|LogFile=.*|LogFile=%{_localstatedir}/log/zabbix/zabbix_server.log|g' \
311     -e 's|#LogFileSize=.*|LogFileSize=0|g' \
312     -e 's|AlertScriptsPath=/home/zabbix/bin/|AlertScriptsPath=%{_localstatedir}/lib/zabbix/|g' \
313     -e 's|DBUser=root|DBUser=zabbix|g' \
314     -e 's|DBSocket=/tmp/mysql.sock|DBSocket=%{_localstatedir}/lib/mysql/mysql.sock|g' \
315     > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/zabbix_server.conf
316     cat misc/conf/zabbix_proxy.conf | sed \
317     -e 's|PidFile=.*|PidFile=%{_localstatedir}/run/zabbix/zabbix_proxy.pid|g' \
318     -e 's|LogFile=.*|LogFile=%{_localstatedir}/log/zabbix/zabbix_proxy.log|g' \
319     -e 's|#LogFileSize=.*|LogFileSize=0|g' \
320     -e 's|AlertScriptsPath=/home/zabbix/bin/|AlertScriptsPath=%{_localstatedir}/lib/zabbix/|g' \
321     -e 's|DBUser=root|DBUser=zabbix|g' \
322     -e 's|DBSocket=/tmp/mysql.sock|DBSocket=%{_localstatedir}/lib/mysql/mysql.sock|g' \
323     > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/zabbix_proxy.conf
324     install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/%{name}.conf
325     # log rotation
326     cat %{SOURCE5} | sed -e 's|COMPONENT|server|g' > \
327     $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix-server
328     cat %{SOURCE5} | sed -e 's|COMPONENT|agentd|g' > \
329     $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix-agent
330     cat %{SOURCE5} | sed -e 's|COMPONENT|proxy|g' > \
331     $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix-proxy
332     # init scripts
333     install -m 0755 -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/zabbix-server
334     install -m 0755 -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/zabbix-agent
335     install -m 0755 -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/zabbix-proxy
336    
337     # set up config dir
338    
339     # install
340     make DESTDIR=$RPM_BUILD_ROOT install
341     rm $RPM_BUILD_ROOT%{_sbindir}/zabbix_server
342     install -m 0755 -p src/zabbix_server/zabbix_server_* $RPM_BUILD_ROOT%{_sbindir}/
343     rm $RPM_BUILD_ROOT%{_sbindir}/zabbix_proxy
344     install -m 0755 -p src/zabbix_proxy/zabbix_proxy_* $RPM_BUILD_ROOT%{_sbindir}/
345    
346     # nuke static libs and empty oracle upgrade sql
347     rm -rf $RPM_BUILD_ROOT%{_libdir}/libzbx*.a
348     # nuke extraneous sql files
349     rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/create
350    
351     %clean
352     rm -rf $RPM_BUILD_ROOT
353    
354     %pre
355     # Add the "zabbix" user
356     /usr/sbin/useradd -c "Zabbix Monitoring System" \
357     -s /sbin/nologin -r -d %{_localstatedir}/lib/%{name} zabbix 2> /dev/null || :
358    
359     %post server
360     /sbin/chkconfig --add zabbix-server
361    
362     %post agent
363     /sbin/chkconfig --add zabbix-agent
364    
365     %post proxy
366     /sbin/chkconfig --add zabbix-proxy
367    
368     %preun server
369     if [ "$1" = 0 ]
370     then
371     /sbin/service zabbix-server stop >/dev/null 2>&1 || :
372     /sbin/chkconfig --del zabbix-server
373     fi
374    
375     %preun agent
376     if [ "$1" = 0 ]
377     then
378     /sbin/service zabbix-agent stop >/dev/null 2>&1 || :
379     /sbin/chkconfig --del zabbix-agent
380     fi
381    
382     %preun proxy
383     if [ "$1" = 0 ]
384     then
385     /sbin/service zabbix-proxy stop >/dev/null 2>&1 || :
386     /sbin/chkconfig --del zabbix-proxy
387     fi
388    
389     %files
390     %defattr(-,root,root,-)
391     %dir %{_sysconfdir}/zabbix
392     %attr(0755,zabbix,zabbix) %dir %{_localstatedir}/log/zabbix
393     %attr(0755,zabbix,zabbix) %dir %{_localstatedir}/run/zabbix
394    
395     %files server
396     %defattr(-,root,root,-)
397     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
398     %doc docs/*.pdf upgrades/dbpatches create/data create/schema
399     %config(noreplace) %{_sysconfdir}/zabbix/zabbix_server.conf
400     %config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-server
401     %{_sysconfdir}/init.d/zabbix-server
402    
403     %files server-mysql
404     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
405     %defattr(-,root,root,-)
406     %{_sbindir}/zabbix_server_mysql
407    
408     %files server-pgsql
409     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
410     %defattr(-,root,root,-)
411     %{_sbindir}/zabbix_server_pgsql
412    
413     %files server-sqlite3
414     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
415     %defattr(-,root,root,-)
416     %{_sbindir}/zabbix_server_sqlite3
417    
418     %files agent
419     %defattr(-,root,root,-)
420     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
421     %config(noreplace) %{_sysconfdir}/zabbix/zabbix_agent.conf
422     %config(noreplace) %{_sysconfdir}/zabbix/zabbix_agentd.conf
423     %config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-agent
424     %{_sysconfdir}/init.d/zabbix-agent
425     %{_sbindir}/zabbix_agent
426     %{_sbindir}/zabbix_agentd
427     %{_sbindir}/zabbix_sender
428     %{_sbindir}/zabbix_get
429    
430     %files proxy
431     %defattr(-,root,root,-)
432     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
433     %config(noreplace) %{_sysconfdir}/zabbix/zabbix_proxy.conf
434     %config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-proxy
435     %{_sysconfdir}/init.d/zabbix-proxy
436    
437     %files proxy-mysql
438     %defattr(-,root,root,-)
439     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
440     %{_sbindir}/zabbix_proxy_mysql
441    
442     %files proxy-pgsql
443     %defattr(-,root,root,-)
444     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
445     %{_sbindir}/zabbix_proxy_pgsql
446    
447     %files proxy-sqlite3
448     %defattr(-,root,root,-)
449     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
450     %{_sbindir}/zabbix_proxy_sqlite3
451    
452     %files web
453     %defattr(-,root,root,-)
454     %doc AUTHORS ChangeLog COPYING FAQ NEWS README
455     %config(noreplace) %{_sysconfdir}/zabbix/zabbix.conf.php
456     %config(noreplace) %{_sysconfdir}/zabbix/db.inc.php
457     %config(noreplace) %{_sysconfdir}/httpd/conf.d/zabbix.conf
458     %{_datadir}/zabbix
459    
460     %files web-mysql
461     %defattr(-,root,root,-)
462    
463     %files web-pgsql
464     %defattr(-,root,root,-)
465    
466     %files web-sqlite3
467     %defattr(-,root,root,-)
468    
469     %changelog
470 vip-ire 1.7 * Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 1.6.6-1
471     - Upstream upgrade to 1.6.6
472    
473 vip-ire 1.6 * Tue Jun 16 2009 Daniel B. <daniel@firewall-services.com> 1.6.5-1
474     - Upstream upgrade to 1.6.5
475    
476 vip-ire 1.5 * Mon Apr 06 2009 Daniel B. <daniel@firewall-services.com> 1.6.4-1
477     - Upstream upgrade to 1.6.4
478    
479 vip-ire 1.4 * Fri Mar 27 2009 Daniel B. <daniel@firewall-services.com> 1.6.3-0
480     - Upstream upgrade to 1.6.3
481     - Remove CPUstat patch
482     - Remove snmp fixes (not needed anymore)
483    
484 vip-ire 1.3 * Thu Mar 03 2009 Daniel B. <daniel@firewall-services.com> 1.6.2-4
485     - Comment hard-coded php-bcmath dependencie as php4 includes this module
486    
487 slords 1.1 * Wed Jan 30 2009 Daniel B. <daniel@firewall-services.com> 1.6.2-3
488     - Added patch so it can compile on CentOS 4 (curl 7.12.1)
489    
490     * Fri Jan 23 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6.2-2
491     - Rebuild for MySQL 5.1.X
492    
493     * Fri Jan 16 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6.2-1
494     - Update to 1.6.2: http://www.zabbix.com/rn1.6.2.php
495    
496     * Thu Dec 4 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6.1-1
497     - Fix BZ#474593 by adding a requires.
498    
499     * Wed Nov 5 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6.1-1
500     - Update to 1.6.1
501    
502     * Tue Sep 30 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6-1.1
503     - Bump release because forgot to add some new files.
504    
505     * Thu Sep 30 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6-1
506     - Update to final 1.6
507    
508     * Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.4.6-2
509     - Fix license tag.
510    
511     * Fri Jul 25 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.6-1
512     - Update to 1.4.6
513    
514     * Mon Jul 07 2008 Dan Horak <dan[at]danny.cz> - 1.4.5-4
515     - add LSB headers into init scripts
516     - disable internal log rotation
517    
518     * Fri May 02 2008 Jarod Wilson <jwilson@redhat.com> - 1.4.5-3
519     - Seems the zabbix folks replaced the original 1.4.5 tarball with
520     an updated tarball or something -- it actually does contain a
521     tiny bit of additional code... So update to newer 1.4.5.
522    
523     * Tue Apr 08 2008 Jarod Wilson <jwilson@redhat.com> - 1.4.5-2
524     - Fix building w/postgresql (#441456)
525    
526     * Tue Mar 25 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.5-1
527     - Update to 1.4.5
528    
529     * Thu Feb 14 2008 Jarod Wilson <jwilson@redhat.com> - 1.4.4-2
530     - Bump and rebuild with gcc 4.3
531    
532     * Mon Dec 17 2007 Jarod Wilson <jwilson@redhat.com> - 1.4.4-1
533     - New upstream release
534     - Fixes two crasher bugs in 1.4.3 release
535    
536     * Wed Dec 12 2007 Jarod Wilson <jwilson@redhat.com> - 1.4.3-1
537     - New upstream release
538    
539     * Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.4.2-5
540     - Rebuild for deps
541    
542     * Sat Dec 01 2007 Dan Horak <dan[at]danny.cz> 1.4.2-4
543     - add security fix (#407181)
544    
545     * Thu Sep 20 2007 Dan Horak <dan[at]danny.cz> 1.4.2-3
546     - Add a patch to clean a warning during compile
547     - Add a patch to fix cpu load computations
548    
549     * Tue Aug 21 2007 Jarod Wilson <jwilson@redhat.com> 1.4.2-2
550     - Account for binaries moving from %%_bindir to %%_sbindir
551    
552     * Tue Aug 21 2007 Jarod Wilson <jwilson@redhat.com> 1.4.2-1
553     - New upstream release
554    
555     * Mon Jul 02 2007 Jarod Wilson <jwilson@redhat.com> 1.4.1-1
556     - New upstream release
557    
558     * Fri Jun 29 2007 Jarod Wilson <jwilson@redhat.com> 1.4-3
559     - Install correct sql init files (#244991)
560     - Add Requires: php-bcmath to zabbix-web (#245767)
561    
562     * Wed May 30 2007 Jarod Wilson <jwilson@redhat.com> 1.4-2
563     - Add placeholder zabbix.conf.php
564    
565     * Tue May 29 2007 Jarod Wilson <jwilson@redhat.com> 1.4-1
566     - New upstream release
567    
568     * Fri Mar 30 2007 Jarod Wilson <jwilson@redhat.com> 1.1.7-1
569     - New upstream release
570    
571     * Wed Feb 07 2007 Jarod Wilson <jwilson@redhat.com> 1.1.6-1
572     - New upstream release
573    
574     * Thu Feb 01 2007 Jarod Wilson <jwilson@redhat.com> 1.1.5-1
575     - New upstream release
576    
577     * Tue Jan 02 2007 Jarod Wilson <jwilson@redhat.com> 1.1.4-5
578     - Add explicit R:php to zabbix-web (#220676)
579    
580     * Wed Dec 13 2006 Jarod Wilson <jwilson@redhat.com> 1.1.4-4
581     - Fix snmp polling buffer overflow (#218065)
582    
583     * Wed Nov 29 2006 Jarod Wilson <jwilson@redhat.com> 1.1.4-3
584     - Rebuild for updated libnetsnmp
585    
586     * Thu Nov 16 2006 Jarod Wilson <jwilson@redhat.com> 1.1.4-2
587     - Fix up pt_br
588     - Add Req-pre on useradd
589    
590     * Wed Nov 15 2006 Jarod Wilson <jwilson@redhat.com> 1.1.4-1
591     - Update to 1.1.4
592    
593     * Tue Nov 14 2006 Jarod Wilson <jwilson@redhat.com> 1.1.3-3
594     - Add BR: gnutls-devel, R: net-snmp-libs
595    
596     * Tue Nov 14 2006 Jarod Wilson <jwilson@redhat.com> 1.1.3-2
597     - Fix php-pgsql Requires
598    
599     * Tue Nov 14 2006 Jarod Wilson <jwilson@redhat.com> 1.1.3-1
600     - Update to 1.1.3
601    
602     * Mon Oct 02 2006 Jarod Wilson <jwilson@redhat.com> 1.1.2-1
603     - Update to 1.1.2
604     - Enable alternate building with postgresql support
605    
606     * Thu Aug 17 2006 Jarod Wilson <jwilson@redhat.com> 1.1.1-2
607     - Yank out Requires: mysql-server
608     - Add Requires: for php-gd and fping
609    
610     * Tue Aug 15 2006 Jarod Wilson <jwilson@redhat.com> 1.1.1-1
611     - Update to 1.1.1
612     - More macroification
613     - Fix up zabbix-web Requires:
614     - Prep for enabling postgres support
615    
616     * Thu Jul 27 2006 Jarod Wilson <jwilson@redhat.com> 1.1-2
617     - Add Requires: on chkconfig and service
618     - Remove openssl-devel from BR, mysql-devel pulls it in
619     - Alter scriptlets to match Fedora conventions
620    
621     * Tue Jul 11 2006 Jarod Wilson <jwilson@redhat.com> 1.1-1
622     - Initial build for Fedora Extras

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed