Changes of Revision 28
[-] | Changed | icinga.changes |
1
2 ------------------------------------------------------------------- 3 +Mon Aug 15 20:09:56 UTC 2011 - cs@linux-administrator.com 4 + 5 +- update to release 1.5.0 beta 6 + 7 +------------------------------------------------------------------- 8 Wed Jun 29 20:54:43 UTC 2011 - cs@linux-administrator.com 9 10 - update to release 1.4.2 11 |
||
[-] | Changed | icinga.spec ^ |
28 1
2 #!BuildIgnore: post-build-checks 3 %define name icinga 4 -%define version 1.4.2 5 +%define version 1.4.991 6 +%define pkgversion 1.5.0-beta 7 %define release 1 8 %define nsusr icinga 9 %define nsgrp icinga 10
11 Release: %{release} 12 License: GPL 13 Group: Application/System 14 -Source0: %{name}-%{version}.tar.bz2 15 +Source0: %{name}-%{pkgversion}.tar.bz2 16 Source1: %{name}-rpmlintrc 17 BuildRoot: %{_tmppath}/%{name}-buildroot 18 Requires: gd > 1.8 zlib libpng libjpeg bash grep perl libdbi-drivers 19
20 21 22 %prep 23 -%setup -q 24 +%setup -q -n %{name}-%{pkgversion} 25 26 %pre 27 # Create `icinga' user on the system if necessary 28 |
||
[+] | Deleted | icinga-ido2db-init-lsb.patch ^ |
@@ -1,13 +0,0 @@ ---- rc.ido2db.in.orig 2009-09-27 12:10:57.000000000 +0200 -+++ rc.ido2db.in 2009-09-27 12:11:15.000000000 +0200 -@@ -2,8 +2,8 @@ - # - ### BEGIN INIT INFO - # Provides: ido2db --# Required-Start: --# Required-Stop: -+# Required-Start: $syslog $remote_fs -+# Required-Stop: $syslog $remote_fs - # Default-Start: 2 3 4 5 - # Default-Stop: 0 1 6 - # Short-Description: Icinga IDO2DB Initscript | ||
[+] | Deleted | icinga-init-lsb.patch ^ |
@@ -1,22 +0,0 @@ ---- daemon-init.in.orig 2009-06-16 23:28:56.000000000 +0200 -+++ daemon-init.in 2009-07-19 13:56:01.000000000 +0200 -@@ -28,7 +28,18 @@ - # Description: Starts and stops the Icinga monitor - # used to provide network services status. - # -- -+### BEGIN INIT INFO -+# Provides: icinga -+# Required-Start: $syslog $remote_fs -+# Should-Start: $time sendmail -+# Required-Stop: $syslog $remote_fs -+# Should-Stop: $time sendmail -+# Default-Start: 3 5 -+# Default-Stop: 0 1 2 6 -+# Short-Description: Icinga network monitor -+# Description: Icinga network monitor -+### END INIT INFO -+ - status_icinga () - { - | ||
Deleted | icinga-1.4.2.tar.bz2 ^ | |
Added | icinga-1.5.0-beta.tar.bz2 ^ |