1 |
# $Id: smeserver-sysmon.spec,v 1.4 2015/09/25 15:56:55 stephdl Exp $ |
# $Id: smeserver-sysmon.spec,v 1.5 2015/09/25 18:06:36 stephdl Exp $ |
2 |
# Authority: slords |
# Authority: slords |
3 |
# Name: Shad L. Lords |
# Name: Shad L. Lords |
4 |
|
|
6 |
%define name smeserver-sysmon |
%define name smeserver-sysmon |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 6.4 |
%define version 6.4 |
9 |
%define release 4 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
License: Freely distributable |
22 |
Requires: fping |
Requires: fping |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
Patch0: smeserver-sysmon-6.4.change_rrd_network_label.patch |
Patch0: smeserver-sysmon-6.4.change_rrd_network_label.patch |
25 |
|
Patch1: smeserver-sysmon-6.4.fix_swap_information.patch |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Mon Jan 15 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 6.4-5.sme |
29 |
|
- Fix missing swap information [[SME: 10493]] |
30 |
|
- Remove unnecessary daemonising line |
31 |
|
|
32 |
* Thu Sep 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 6.4-4.sme |
* Thu Sep 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 6.4-4.sme |
33 |
- Network labels have changed in rrdtools |
- Network labels have changed in rrdtools |
34 |
- Added smeserver-sysmon-6.4.change_rrd_network_label.patch |
- Added smeserver-sysmon-6.4.change_rrd_network_label.patch |
48 |
%prep |
%prep |
49 |
%setup |
%setup |
50 |
%patch0 -p1 |
%patch0 -p1 |
51 |
|
%patch1 -p1 |
52 |
|
|
53 |
%build |
%build |
54 |
perl createlinks |
perl createlinks |