1 |
# $Id: smeserver-arpwatch.spec,v 1.8 2022/07/18 12:07:28 terryfage Exp $ |
# $Id: smeserver-arpwatch.spec,v 1.11 2022/07/26 03:35:50 terryfage Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
6 |
%define name smeserver-arpwatch |
%define name smeserver-arpwatch |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.3 |
%define version 0.3 |
9 |
%define release 6 |
%define release 9 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
15 |
Patch0: smeserver-arpwatch-0.3-Add-in-systemd-stuff.patch |
Patch0: smeserver-arpwatch-0.3-Add-in-systemd-stuff.patch |
16 |
Patch1: smeserver-arpwatch-0.3-Add-After-in-service-file-to-delay-startup.patch |
Patch1: smeserver-arpwatch-0.3-Add-After-in-service-file-to-delay-startup.patch |
17 |
Patch2: smeserver-arpwatch-0.3-Log-bz11949.patch |
Patch2: smeserver-arpwatch-0.3-Log-bz11949.patch |
18 |
|
Patch3: smeserver-arpwatch-0.3-Log2-bz11949.patch |
19 |
|
Patch4: smeserver-arpwatch-bz12261-partof-network-restart5.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
34 |
user-level packet capture. |
user-level packet capture. |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Thu Dec 22 2022 zsolt vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-9.sme |
38 |
|
- Arpwatch fails on network restart patch [SME: 12261] |
39 |
|
|
40 |
|
* Tue Jul 26 2022 zsolt vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-8.sme |
41 |
|
- 2nd typo fix added, part of previous patch [SME: 11949] |
42 |
|
|
43 |
|
* Tue Jul 19 2022 zsolt vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-7.sme |
44 |
|
- typo fix added, part of previous patch [SME: 11949] |
45 |
|
|
46 |
* Mon Jul 18 2022 zsolt vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-6.sme |
* Mon Jul 18 2022 zsolt vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-6.sme |
47 |
- arpwatch logs to messages, typo fix added [SME: 11949] |
- arpwatch logs to messages, typo fix added [SME: 11949] |
48 |
|
|
86 |
%patch0 -p1 |
%patch0 -p1 |
87 |
%patch1 -p1 |
%patch1 -p1 |
88 |
%patch2 -p1 |
%patch2 -p1 |
89 |
|
%patch3 -p1 |
90 |
|
%patch4 -p1 |
91 |
|
|
92 |
%build |
%build |
93 |
perl createlinks |
perl createlinks |
117 |
fi |
fi |
118 |
|
|
119 |
true |
true |
|
|
|