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

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

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


Revision 1.8 - (hide annotations) (download)
Mon Jul 18 12:07:28 2022 UTC (22 months, 2 weeks ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-arpwatch-0_3-6_el7_sme
Changes since 1.7: +7 -2 lines
* Mon Jul 18 2022 zsolt vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-6.sme
- Fix service dropin file with proper extension [SME: 11026]

1 terryfage 1.8 # $Id: smeserver-arpwatch.spec,v 1.7 2021/02/27 07:19:39 brianr Exp $
2 brianr 1.1 # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5     Summary: Arpwatch is a tool that monitors ethernet activity
6     %define name smeserver-arpwatch
7     Name: %{name}
8 jcrisp 1.2 %define version 0.3
9 terryfage 1.8 %define release 6
10 brianr 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Monitoring
14     Source: %{name}-%{version}.tar.gz
15 brianr 1.5 Patch0: smeserver-arpwatch-0.3-Add-in-systemd-stuff.patch
16 brianr 1.6 Patch1: smeserver-arpwatch-0.3-Add-After-in-service-file-to-delay-startup.patch
17 terryfage 1.8 Patch2: smeserver-arpwatch-0.3-Log-bz11949.patch
18 brianr 1.1
19     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20     BuildArchitectures: noarch
21    
22     BuildRequires: e-smith-devtools
23    
24     Requires: e-smith-base
25     Requires: arpwatch
26    
27     %description
28     Arpwatch is a tool that monitors ethernet activity and keeps
29     a database of ethernet/ip address pairings.
30     It also reports certain changes via email.
31     Arpwatch uses libpcap, a system-independent interface for
32     user-level packet capture.
33    
34     %changelog
35 terryfage 1.8 * Mon Jul 18 2022 zsolt vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-6.sme
36     - Fix service dropin file with proper extension [SME: 11026]
37    
38 brianr 1.7 * Sat Feb 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.3-5.sme
39     - Fix service dropin file with proper extension [SME: 11026]
40    
41 brianr 1.6 * Fri Feb 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.3-4.sme
42     - Add-After-in-service-file-to-delay-startup [SME: 11026]
43    
44 brianr 1.5 * Tue Feb 02 2021 Brian Read <brianr@bjsystems.co.uk> 0.3-3.sme
45     - Add in Createlink stuff for systemd [SME: 11026]
46    
47 brianr 1.4 * Wed Nov 04 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-2.sme
48     - Add in systemd startup for arpwatch to spec file [SME: 11026]
49    
50 jcrisp 1.2 * Mon Oct 12 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-1.sme
51 jcrisp 1.3 - based on work by Brian Read [SME: 11026]
52 jcrisp 1.2 - Build for Koozali SME v10
53     - remove createlinks safetouch to fix conflict
54     - remove /var/lib/arpwatch lines in genfilelist
55    
56 brianr 1.1 * Mon Sep 07 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.2-3.sme
57     - changed the user pcap to arpwatch [SME: 8429]
58    
59     * Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 0.2-1.sme
60     - initial import to SME9 contribs
61    
62     * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [0.1-2]
63     - Add e-smith-devtools as a build dependency
64    
65     * Tue Jan 27 2009 Daniel B. <daniel@firewall-services.com> [0.1-1]
66     - Service not supervised (as the only option to disable forking is -d
67     which also disable email alerts)
68    
69     * Tue Jan 27 2009 Daniel B. <daniel@firewall-services.com> [0.1-0]
70     - Initial release
71    
72     %prep
73    
74     %setup -q -n %{name}-%{version}
75 brianr 1.5 %patch0 -p1
76 brianr 1.6 %patch1 -p1
77 terryfage 1.8 %patch2 -p1
78 brianr 1.1
79     %build
80     perl createlinks
81    
82     %install
83     /bin/rm -rf $RPM_BUILD_ROOT
84     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
85     /bin/rm -f %{name}-%{version}-filelist
86     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
87     > %{name}-%{version}-filelist
88    
89     %files -f %{name}-%{version}-filelist
90     %defattr(-,root,root)
91    
92     %clean
93     rm -rf $RPM_BUILD_ROOT
94     %pre
95    
96     %post
97 brianr 1.5 #systemctl enable arpwatch
98     #systemctl start arpwatch
99 brianr 1.1
100     %preun
101     if [ $1 -eq 0 ] ; then
102     /sbin/e-smith/db configuration setprop arpwatch status disabled
103 brianr 1.5 #/etc/init.d/arpwatch stop
104 brianr 1.1 fi
105    
106     true
107    

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