1 |
# $Id: smeserver-nagios.spec,v 1.1 2013/06/01 13:18:54 unnilennium Exp $ |
# $Id: smeserver-nagios.spec,v 1.5 2013/10/14 03:53:56 unnilennium Exp $ |
2 |
# Authority: mweinber |
# Authority: mweinber |
3 |
# Name: Michael Weinberger |
# Name: Michael Weinberger |
4 |
|
|
6 |
%define name smeserver-nagios |
%define name smeserver-nagios |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.0.0 |
%define version 2.0.0 |
9 |
%define release 2 |
%define release 6 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: Applications/System |
Group: Applications/System |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
Patch0: smeserver-nagios-2.0.0-usermod.patch |
Patch0: smeserver-nagios-2.0.0-usermod.patch |
16 |
|
Patch1: smeserver-nagios-2.0.0-dbinit.patch |
17 |
|
Patch2: smeserver-nagios-2.0.0-pnpalias.patch |
18 |
|
Patch3: smeserver-nagios-2.0.0-pnppath.patch |
19 |
BuildRoot: /var/tmp/%{name}-buildroot/ |
BuildRoot: /var/tmp/%{name}-buildroot/ |
20 |
BuildArch: noarch |
BuildArch: noarch |
21 |
Requires: smeserver-release >= 8 |
Requires: smeserver-release >= 8 |
29 |
AutoReq: no |
AutoReq: no |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
* Sun Oct 13 2013 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.0-2.sme |
* Tue Oct 15 2013 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.0-6.sme |
33 |
|
- libexec nagios path [SME: 7908] |
34 |
|
- another time for [SME: 5539](one line missing in patch) |
35 |
|
|
36 |
|
* Sun Oct 13 2013 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.0-5.sme |
37 |
|
- pnp4nagio web path [SME: 7905] |
38 |
|
|
39 |
|
* Sun Oct 13 2013 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.0-4.sme |
40 |
- usermod bug [SME: 5539] |
- usermod bug [SME: 5539] |
41 |
- add requirements to ease isntallation : nagios-plugins nagios-plugins-setuid |
- add requirements to ease isntallation : nagios-plugins nagios-plugins-setuid |
42 |
- smeserver-nagios-plugins-mysql and smeserver-nagios-backup |
- smeserver-nagios-plugins-mysql and smeserver-nagios-backup |
43 |
|
- inserted config db default |
44 |
|
- added users to accounts defaults |
45 |
|
- corrected /etc/nagios/nagios.cfg-smeserver |
46 |
|
- /var/run/nagios |
47 |
|
|
48 |
* Mon Nov 17 2008 Michael Weinberger <mweinber@neddix.de> 2.0.0-1.sme |
* Mon Nov 17 2008 Michael Weinberger <mweinber@neddix.de> 2.0.0-1.sme |
49 |
removed scripts frpm spec file |
removed scripts frpm spec file |
63 |
%prep |
%prep |
64 |
%setup |
%setup |
65 |
%patch0 -p1 |
%patch0 -p1 |
66 |
|
%patch1 -p1 |
67 |
|
%patch2 -p1 |
68 |
|
%patch3 -p1 |
69 |
|
|
70 |
%build |
%build |
71 |
|
|