/[smeserver]/rpms/e-smith-ntp/sme8/e-smith-ntp.spec
ViewVC logotype

Diff of /rpms/e-smith-ntp/sme8/e-smith-ntp.spec

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

Revision 1.2 by slords, Tue Jun 26 21:09:25 2007 UTC Revision 1.16 by charliebrady, Sat Jan 3 23:30:39 2015 UTC
# Line 1  Line 1 
1    # $Id: e-smith-ntp.spec,v 1.15 2014/02/03 00:17:15 burnat 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 1.16.0  %define version 2.2.0
7  %define release 10  %define release 8
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
13  Patch0: e-smith-ntp-1.16.0-success.patch  Patch0: e-smith-ntp-2.2.0-no-pool.ntp.org.patch
14  Patch1: e-smith-ntp/P/e-smith-ntp-1.16.0-hwsync.patch  Patch1: e-smith-ntp-2.2.0-support_large_drifts.patch
15  Patch2: e-smith-ntp-1.16.0-memlimit.patch  Patch2: e-smith-ntp-2.2.0-set-TZ-earlier.patch
16  Patch3: e-smith-ntp-1.16.0-ChangeInitialtoFirstDateTimePanel.patch  Patch3: e-smith-ntp-2.2.0-Memlimit.patch
17    Patch4: e-smith-ntp-2.2.0-restrict_default_noquery.patch
18    Patch5: e-smith-ntp-2.2.0-allowLocalHost.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
22    Requires: e-smith-formmagick >= 1.4.0-9
23  Requires: e-smith-base  Requires: e-smith-base
24  Requires: ntp  Requires: ntp
25  Requires: e-smith-lib >= 1.15.1-19  Requires: e-smith-lib >= 1.15.1-19
26  AutoReqProv: no  AutoReqProv: no
27    
28  %changelog  %changelog
29    * Sat Jan  3 2015 Charlie Brady <charlieb.brady@mitel.com> 2.2.0-8.sme
30    - Allow ntp status queries from localhost. [SME: 8517]
31    
32    * Mon Feb 3 2014 chris burnat <devlist@burnat.com> 2.2.0-7.sme
33    - Prevent server being used in NTP amplification attacks.
34    - Code by Jesper Holck [SME: 8142]
35    
36    * Sat Jul 27 2013 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
37    - Remove default and migrate fragments for ntpd memory limit.
38    - Increase memory limit for ntpd [SME: 7807]
39    
40    * Tue Oct 7 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
41    - Set the TimeZone property earlier, so templates can rely on it [SME: 6754]
42    
43    * Sun Nov 21 2010 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme
44    - SME 8.0 Changelog Cleanup [SME: 6368]
45    
46    * Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme
47    - Support large drifts [SME: 5648]
48    
49    * Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
50    - Do not allow pool.ntp.org as NTP server [SME: 5957]
51    
52    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
53    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
54    
55    * Mon Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.16.0-17
56    - Remove <base> tags now in general [SME: 3923]
57    
58    * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.16.0-16
59    - Remove <base> tags now in general [SME: 3923]
60    
61    * Sat Feb 09 2008 Gavin Weight <gweight@gmail.com> 1.16.0-15
62    - Remove the expand-template as set in previous patch, as we already
63      expand correct places. [SME: 3868]
64    
65    * Fri Feb 8 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.16.0-14
66    - Choose correct step-ticker for pool.ntp.org hosts. [SME: 3868]
67    
68    * Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.16.0-13
69    - Fix use of uninitialized value in 30pool migrate. [SME: 3594]
70    
71    * Sun Jul 08 2007 Stephen Noble <support@dungog.net> 1.16.0-12
72    - Migrate pool.ntp.org to smeserver.pool.ntp.org [SME: 1426]
73    
74    * Sun Jul 08 2007 Stephen Noble <support@dungog.net> 1.16.0-11
75    - Change default to smeserver.pool.ntp.org [SME: 1426]
76    
77  * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 1.16.0-10  * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 1.16.0-10
78  - Change Initial to First in the Datetime panel. [SME: 3108]  - Change Initial to First in the Datetime panel. [SME: 3108]
79    
# Line 661  Configuration files and templates for th Line 714  Configuration files and templates for th
714  %patch1 -p1  %patch1 -p1
715  %patch2 -p1  %patch2 -p1
716  %patch3 -p1  %patch3 -p1
717    %patch4 -p1
718    %patch5 -p1
719    
720  %build  %build
721  for i in ip-change post-install post-upgrade timeserver-update \  for i in ip-change post-install post-upgrade timeserver-update \


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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