/[smecontribs]/rpms/smeserver-sysmon/contribs10/smeserver-sysmon.spec
ViewVC logotype

Annotation of /rpms/smeserver-sysmon/contribs10/smeserver-sysmon.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (hide annotations) (download)
Wed Sep 21 07:54:37 2022 UTC (19 months, 4 weeks ago) by trevorb
Branch: MAIN
Changes since 1.6: +5 -2 lines
added patch for 12191 this time

1 trevorb 1.7 # $Id: smeserver-sysmon.spec,v 1.6 2022/09/21 07:17:13 trevorb Exp $
2 brianr 1.1 # Authority: slords
3     # Name: Shad L. Lords
4    
5     Summary: sme server system monitor
6     %define name smeserver-sysmon
7     Name: %{name}
8     %define version 6.5
9 trevorb 1.7 %define release 5
10 brianr 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: Freely distributable
13     Group: Service
14     Source: %{name}-%{version}.tar.gz
15     BuildRoot: /var/tmp/e-smith-buildroot
16     BuildRequires: e-smith-devtools
17     BuildArchitectures: noarch
18 trevorb 1.4 Requires: smeserver-release >= 10
19 brianr 1.1 Requires: sysstat >= 5
20     Requires: rrdtool >= 1.2
21     Requires: perl(RRDs)
22     Requires: fping
23     Requires: perl(File::Find::Rule)
24     Requires: perl(File::Slurp)
25     AutoReqProv: no
26     Patch0: smeserver-sysmon-6.5-bz4449.patch
27 trevorb 1.2 Patch1: smeserver-sysmon-backup-12024.patch
28 trevorb 1.4 Patch2: smeserver-sysmon-systemd-11072.patch
29 trevorb 1.6 Patch3: smeserver-sysmon-remove-unecessary-50koozali-12191.patch
30 brianr 1.1
31     %changelog
32 trevorb 1.7 * Wed Sep 21 2022 Trevor Batley <trevor@batley.id.au> 6.5-5.sme
33     - redo patch to remove 50koozali.conf (as not added to cvs) [SME: 12191]
34    
35 trevorb 1.6 * Wed Sep 21 2022 Trevor Batley <trevor@batley.id.au> 6.5-4.sme
36     - remove superflous and incorrect references to 50koozali.conf [SME: 12191]
37    
38 trevorb 1.5 * Mon Aug 15 2022 Trevor Batley <trevor@batley.id.au> 6.5-3.sme
39     - add -U parameter to sadf call to enforce datetime type [SME: 11702]
40 trevorb 1.4 - alter sysmon service to use to use systemd [SME: 11072]
41     - initial release to contribs10
42    
43 trevorb 1.2 * Sun Jul 31 2022 Trevor Batley <trevor@batley.id.au> 6.5-2.sme
44     - add to backup [SME: 12024]
45    
46 brianr 1.1 * Fri Dec 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 6.5-1.sme
47     - fix utf8 error
48     - fix ups not displaying [SME: 4449]
49     - fix broken image when DS not all available for ups, fan, temperature and voltage graphs
50    
51     * Thu Jan 18 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 6.4-6.sme
52     - Fix database backups iunspec file [[SME: 7096]]
53    
54     * Mon Jan 15 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 6.4-5.sme
55     - Fix missing swap information [[SME: 10493]]
56     - Remove unnecessary daemonising line
57    
58     * Thu Sep 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 6.4-4.sme
59     - Network labels have changed in rrdtools
60     - Added smeserver-sysmon-6.4.change_rrd_network_label.patch
61    
62     * Thu Sep 24 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 6.4-2.sme
63     - Initial release to contribs9
64    
65     * Wed Aug 15 2012 JP Pialasse <tests@pialasse.com> 6.2-2.sme
66     - patch for sysstats 7 and for 64 bit systems
67    
68     * Thu Aug 9 2012 Shad L. Lords <slords@mail.com> 6.2-1.sme
69     - Initial version
70    
71     %description
72     System monitor for SME Server version 9
73    
74     %prep
75     %setup
76     %patch0 -p1
77 trevorb 1.3 %patch1 -p1
78 trevorb 1.4 %patch2 -p1
79 brianr 1.1
80     %build
81     perl createlinks
82    
83     %install
84     rm -rf $RPM_BUILD_ROOT
85     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
86     rm -f %{name}-%{version}-filelist
87     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
88     echo "%doc COPYING" >> %{name}-%{version}-filelist
89    
90     %clean
91     rm -rf $RPM_BUILD_ROOT
92    
93     %pre
94     if [ $1 -ge 1 ]; then
95     /sbin/service sysmon stop &> /dev/null || :
96     fi
97    
98     %post
99     if [ $1 -ge 2 ]; then
100     /sbin/service sysmon restart &> /dev/null || :
101     fi
102    
103    
104     %preun
105     if [ $1 -eq 0 ]; then
106     /sbin/service sysmon stop &> /dev/null || :
107     fi
108    
109     %postun
110     if [ $1 -ge 1 ]; then
111     /sbin/service sysmon restart &> /dev/null || :
112     fi
113    
114     %files -f %{name}-%{version}-filelist
115     %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed