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

Changes of Revision 9

[-] Changed nrpe.spec
x
 
1
@@ -20,7 +20,9 @@
2
 Release: %{release}
3
 License: GPL
4
 Group: Application/System
5
-Source0: %{myname}-%{version}.tar.gz
6
+Source0: %{myname}-%{version}.tar.bz2
7
+Source1: %{myname}-rpmlintrc
8
+Patch0:    %{myname}-suse-init.patch
9
 BuildRoot: %{_tmppath}/%{name}-buildroot
10
 Prefix: %{_prefix}
11
 Prefix: /etc/init.d
12
@@ -47,7 +49,7 @@
13
 
14
 %package plugin
15
 Group: Application/System
16
-Summary: Provides nrpe plugin for Nagios.
17
+Summary: Provides nrpe plugin for Nagios
18
 Requires: nagios-plugins
19
 BuildRequires: nagios-plugins
20
 
21
@@ -62,7 +64,7 @@
22
 
23
 %prep
24
 %setup -q -n %{myname}-%{version}
25
-
26
+%patch0
27
 
28
 %pre
29
 # Create `nagios' group on the system if necessary
30
@@ -157,7 +159,7 @@
31
 %dir /etc/nagios
32
 %defattr(644,root,root)
33
 %config(noreplace) /etc/nagios/*.cfg
34
-%defattr(755,%{nsusr},%{nsgrp})
35
+%defattr(644,%{nsusr},%{nsgrp})
36
 %doc Changelog LEGAL README 
37
 
38
 %files plugin
39
[+] Added nrpe-suse-init.patch ^
Deleted nrpe-2.11.tar.gz ^
Renamed nrpe-2.12.tar.bz2 ^
[+] Added nrpe-rpmlintrc ^