1 |
# $Id: e-smith-ntp.spec,v 1.2 2013/02/05 03:57:24 wellsi Exp $ |
# $Id: e-smith-ntp.spec,v 1.7 2015/01/03 23:29:52 charliebrady Exp $ |
2 |
|
|
3 |
Summary: e-smith specific NTP configuration files and templates |
Summary: e-smith specific NTP configuration files and templates |
4 |
%define name e-smith-ntp |
%define name e-smith-ntp |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 3 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch1: e-smith-ntp-2.4.0-Memlimit.patch |
Patch1: e-smith-ntp-2.4.0-Memlimit.patch |
14 |
Patch2: e-smith-ntp-2.4.0-Memlimit2.patch |
Patch2: e-smith-ntp-2.4.0-Memlimit2.patch |
15 |
|
Patch3: e-smith-ntp-2.4.0-Memlimit3.patch |
16 |
|
Patch4: e-smith-ntp-2.4.0-restrict_default_noquery.patch |
17 |
|
Patch5: e-smith-ntp-2.4.0-allowLocalHost.patch |
18 |
|
Patch6: e-smith-ntp-2.4.0-bz10454-ntp_posttransaction.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Wed Nov 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-7.sme |
30 |
|
- added post transaction rule for ntp [SME: 10454] |
31 |
|
- backport of SME10 [SME: 10190] |
32 |
|
- thank you to Stefano Zamboni for this work |
33 |
|
|
34 |
|
* Sat Jan 3 2015 Charlie Brady <charlieb.brady@mitel.com> 2.4.0-6.sme |
35 |
|
- Allow ntp status queries from localhost. [SME: 8764] |
36 |
|
|
37 |
|
* Mon Feb 3 2014 chris burnat <devlist@burnat.com> 2.4.0-5.sme |
38 |
|
- Prevent server being used in NTP amplification attacks. |
39 |
|
- Code by Jesper Holck [SME: 8181] |
40 |
|
|
41 |
|
* Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme |
42 |
|
- Increase memory limit [SME: 7502] |
43 |
|
|
44 |
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
45 |
- Remove default and migrate fragments for ntpd memory limit [SME: 7243] |
- Remove default and migrate fragments for ntpd memory limit [SME: 7243] |
46 |
|
|
725 |
%setup |
%setup |
726 |
%patch1 -p1 |
%patch1 -p1 |
727 |
%patch2 -p1 |
%patch2 -p1 |
728 |
|
%patch3 -p1 |
729 |
|
%patch4 -p1 |
730 |
|
%patch5 -p1 |
731 |
|
%patch6 -p1 |
732 |
|
|
733 |
%build |
%build |
734 |
for i in ip-change post-install post-upgrade timeserver-update \ |
for i in ip-change post-install post-upgrade timeserver-update \ |