Logoj0ke.net Open Build Service > Projects > home:netmax > nagios > Changes
Sign Up | Log In

Changes of Revision 21

[-] Changed nagios.spec
x
 
1
@@ -30,15 +30,11 @@
2
 Release: %{release}
3
 License: GPL
4
 Group: Application/System
5
-Source0: %{name}-%{version}.tar.gz
6
+Source0: %{name}-%{version}.tar.bz2
7
+Source1: %{name}-rpmlintrc
8
 Patch0:    %{name}-init-lsb.patch
9
 BuildRoot: %{_tmppath}/%{name}-buildroot
10
-Prefix: %{_prefix}
11
-Prefix: /etc/init.d
12
-Prefix: /etc/nagios
13
-Prefix: /var/log/nagios
14
-Prefix: /var/spool/nagios
15
-Requires: gd > 1.8 zlib libpng libjpeg bash grep
16
+Requires: gd > 1.8 zlib libpng libjpeg bash grep perl
17
 PreReq: /bin/logger, sed, mktemp
18
 BuildRequires: gd-devel > 1.8 zlib-devel libpng-devel libjpeg-devel glibc-devel libgcc gcc gcc-c++ perl
19
 %if 0%{?fedora_version} >= 7
20
@@ -64,7 +60,7 @@
21
 
22
 %package www
23
 Group: Application/System
24
-Summary: Provides the HTML and CGI files for the Nagios web interface.
25
+Summary: Provides the HTML and CGI files for the Nagios web interface
26
 Requires: %{name} = %{version}
27
 Requires: http_daemon
28
 
29
@@ -86,7 +82,7 @@
30
 
31
 %package devel
32
 Group: Application/System
33
-Summary: Provides include files that Nagios-related applications may compile against.
34
+Summary: Provides include files that Nagios-related applications may compile against
35
 Requires: %{name} = %{version}
36
 
37
 %description devel
38
@@ -323,6 +319,7 @@
39
 %dir /var/log/nagios/archives
40
 %defattr(2775,%{nsusr},%{nsgrp})
41
 %dir /var/spool/nagios
42
+%defattr(0644,root,root)
43
 %doc Changelog INSTALLING LICENSE README UPGRADING
44
 
45
 
46
@@ -343,7 +340,7 @@
47
 
48
 
49
 %changelog
50
-* Mon May 19 2008 Carsten Schoene <cs@linux-administrator.com>
51
+* Mon May 19 2008 Carsten Schoene <cs@linux-administrator.com> - 2.12
52
 - version bump to 2.12
53
  - Minor bug fixes in CGIs to ensure extra host/servicegroup url strings are terminated properly
54
  - Patches for possible XSS vulnerability in CGIs (CVE-2007-5803) - SUSE Linux team
55
Renamed nagios-2.12.tar.bz2 ^
[+] Added nagios-rpmlintrc ^