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

Contents of /rpms/e-smith-ntp/sme10/e-smith-ntp.spec

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


Revision 1.1 - (show annotations) (download)
Fri Feb 5 22:20:33 2016 UTC (8 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-ntp-2_6_0-1_el7_sme
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme - Initial release to sme10

1 # $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
4 %define name e-smith-ntp
5 Name: %{name}
6 %define version 2.6.0
7 %define release 1
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14 BuildArchitectures: noarch
15 BuildRequires: e-smith-devtools >= 1.13.1-03
16 Requires: e-smith-formmagick >= 1.4.0-9
17 Requires: e-smith-base
18 Requires: ntp
19 Requires: e-smith-lib >= 1.15.1-19
20 AutoReqProv: no
21
22 %changelog
23 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
24 - Initial release to sme10
25
26 * Sat Jan 3 2015 Charlie Brady <charlieb.brady@mitel.com> 2.4.0-6.sme
27 - Allow ntp status queries from localhost. [SME: 8764]
28
29 * Mon Feb 3 2014 chris burnat <devlist@burnat.com> 2.4.0-5.sme
30 - Prevent server being used in NTP amplification attacks.
31 - Code by Jesper Holck [SME: 8181]
32
33 * Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme
34 - Increase memory limit [SME: 7502]
35
36 * Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
37 - Remove default and migrate fragments for ntpd memory limit [SME: 7243]
38
39 * Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme
40 - Increase memory limit for ntpd [SME: 7243]
41
42 * Fri Feb 1 2013 Ian Wells <esmith@wellsi.com> 2.4.0-1.sme
43 - Rolling for SME 9
44
45 * Tue Oct 7 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
46 - Set the TimeZone property earlier, so templates can rely on it [SME: 6754]
47
48 * Sun Nov 21 2010 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme
49 - SME 8.0 Changelog Cleanup [SME: 6368]
50
51 * Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme
52 - Support large drifts [SME: 5648]
53
54 * Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
55 - Do not allow pool.ntp.org as NTP server [SME: 5957]
56
57 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
58 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
59
60 * Mon Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.16.0-17
61 - Remove <base> tags now in general [SME: 3923]
62
63 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.16.0-16
64 - Remove <base> tags now in general [SME: 3923]
65
66 * Sat Feb 09 2008 Gavin Weight <gweight@gmail.com> 1.16.0-15
67 - Remove the expand-template as set in previous patch, as we already
68 expand correct places. [SME: 3868]
69
70 * Fri Feb 8 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.16.0-14
71 - Choose correct step-ticker for pool.ntp.org hosts. [SME: 3868]
72
73 * Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.16.0-13
74 - Fix use of uninitialized value in 30pool migrate. [SME: 3594]
75
76 * Sun Jul 08 2007 Stephen Noble <support@dungog.net> 1.16.0-12
77 - Migrate pool.ntp.org to smeserver.pool.ntp.org [SME: 1426]
78
79 * Sun Jul 08 2007 Stephen Noble <support@dungog.net> 1.16.0-11
80 - Change default to smeserver.pool.ntp.org [SME: 1426]
81
82 * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 1.16.0-10
83 - Change Initial to First in the Datetime panel. [SME: 3108]
84
85 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
86 - Clean up spec so package can be built by koji/plague
87
88 * Mon Jan 22 2007 Shad L. Lords <slords@mail.com> 1.16.0-9
89 - Up memory limit to remove out of memory errors [SME: 2241]
90
91 * Tue Jan 16 2007 Shad L. Lords <slords@mail.com> 1.16.0-8
92 - Rework hwclock sync patch to function properly. [SME: 1954]
93
94 * Tue Jan 16 2007 Shad L. Lords <slords@mail.com> 1.16.0-7
95 - Remove HWClockSupport needs rework. [SME: 1954]
96 - Rework success patch needs delay before signal-event [SME: 2292]
97
98 * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 1.16.0-6
99 - Fix migrate fragment [SME: 1954]
100
101 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 1.16.0-5
102 - Make success/failure messages standard [SME: 2292]
103
104 * Tue Jan 2 2007 Charlie Brady <charlie_brady@mitel.com> 1.16.0-4
105 - Add patch from Zac Sprackett to support sync to HW clock. [SME: 1954]
106
107 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
108 - Update to new release naming. No functional changes.
109 - Make Packager generic
110
111 * Sat Dec 02 2006 Shad L. Lords <slords@mail.com> 1.16.0-02
112 - Bump version so it gets installed on upgrade and forces ntp to be installed.
113
114 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-01
115 - Roll stable stream version. [SME: 1016]
116
117 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.2-02
118 - Bump release number only
119
120 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
121 - [1.15.2-01]
122 - Remove L10Ns from base packages [SF: 1309520]
123
124 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
125 - [1.15.1-01]
126 - New dev stream before relocating L10Ns
127
128 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
129 - [1.15.0-14]
130 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
131
132 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
133 - [1.15.0-13]
134 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
135
136 * Wed Aug 31 2005 Charlie Brady <charlieb@e-smith.com>
137 - [1.15.0-12]
138 - Enforce minimum value of content of env/MEMLIMIT file. [SF: 1270649]
139
140 * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
141 - [1.15.0-11]
142 - Fix update of /etc/localtime symlink after update via panel. [SF: 1264801]
143
144 * Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com>
145 - [1.15.0-10]
146 - Remove /etc/ntp.conf in %pre script, to work around
147 problems with update of ntpd RPM. Add conditional expand-template
148 to run script to be sure that file is regenerated before we need
149 it. [SF: 1237968]
150
151 * Fri Aug 12 2005 Charlie Brady <charlieb@e-smith.com>
152 - [1.15.0-09]
153 - Open config db r/w to allow property update. [SF: 1216546]
154
155 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
156 - [1.15.0-08]
157 - Update to current db access APIs. [SF: 1216546]
158
159 * Thu Jun 23 2005 Charlie Brady <charlieb@e-smith.com>
160 - [1.15.0-07]
161 - Increase MemLimit setting to 6MB (for CentOS4 build). [SF: 1225925]
162 - Remove obsolete "authenticate" directive from ntpd.conf. [SF: 1225925]
163
164 * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
165 - [1.15.0-06]
166 - Ensure that 'status' property is recognised at startup. [MN00061795]
167
168 * Thu Mar 31 2005 Charlie Brady <charlieb@e-smith.com>
169 - [1.15.0-05]
170 - Add default fragment for MemLimit property of ntp service.
171 [MN00064130]
172
173 * Thu Mar 31 2005 Charlie Brady <charlieb@e-smith.com>
174 - [1.15.0-04]
175 - Remove explicity call of generic_template_expand - it's now
176 implicit. [MN00064130]
177
178 * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
179 - [1.15.0-03]
180 - Fix template expansion of /etc/ntp/step-tickers and ./env/MEMLIMIT
181 [MN00064130]
182 - Use generic service adjust action for reload/restart. [MN00065576]
183
184 * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
185 - [1.15.0-02]
186 - Combine set-date and set-clock, and use a shell script rather than
187 perl. [MN00064941]
188 - Use generic_template_expand action where possible, in place
189 of specific actions. Update e-smith-lib dependency. [MN00064130]
190
191 * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
192 - [1.15.0-01]
193 - Changing version to development stream number - 1.15.0
194
195 * Thu Nov 11 2004 Michael Soulier <msoulier@e-smith.com>
196 - [1.14.0-02]
197 - Patched stderr "leaking" from ntpdate call. [msoulier MN00056927]
198
199 * Wed Nov 3 2004 Charlie Brady <charlieb@e-smith.com>
200 - [1.14.0-01]
201 - Changing version to stable stream number - 1.14.0
202
203 * Tue Oct 19 2004 Gordon Rowell <gordonr@e-smith.com>
204 - [1.13.0-21]
205 - pool.ntp.org now uses 0, 1, 2 prefixes rather than relying on
206 short DNS TTLs. So, we need to add the prefixes if we are talking
207 with pool.ntp.org or {region}.pool.ntp.org and revert to listing
208 "normal" NTP servers once [gordonr MN00053174]
209
210 * Mon Oct 18 2004 Gordon Rowell <gordonr@e-smith.com>
211 - [1.13.0-20]
212 - List the ntp server three times, for DNS round-robin servers,
213 such as pool.ntp.org, {region}.pool.ntp.org and time.nrc.ca
214 - [gordonr MN00053174]
215
216 * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
217 - [1.13.0-19]
218 - Convert ntp.conf/10localhost template fragment from DOS text format
219 [charlieb MN00050805]
220
221 * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
222 - [1.13.0-18]
223 - Convert ntp.conf/30other template fragment from DOS text format
224 [charlieb MN00050805]
225 - Don't create pid file, and remove one if we find an old one.
226 [charlieb MN00050806]
227 - ntpdate should log to standard output, not to syslog. [charlieb MN00049205]
228
229 * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
230 - [1.13.0-17]
231 - Need to create empty /service/ntpd/env directory for template to be
232 expanded into. [charlieb MN00050192]
233
234 * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
235 - [1.13.0-16]
236 - Increase memory limit for running ntpd. While we are at it,
237 we'll make the value templated, and update code in conf-ntpd
238 to modern standards. [charlieb MN00050192]
239
240 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
241 - [1.13.0-15]
242 - Fixed logging to go to stdout. [msoulier MN00049205]
243
244 * Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com>
245 - [1.13.0-14]
246 - Clean BuildRequires. [charlieb MN00043055]
247
248 * Wed May 5 2004 Michael Soulier <msoulier@e-smith.com>
249 - [1.13.0-13]
250 - Fixed a logic error from last change. [msoulier MN00027900]
251
252 * Wed May 5 2004 Michael Soulier <msoulier@e-smith.com>
253 - [1.13.0-12]
254 - Added localhost as a stratum 10 server. [msoulier MN00027900]
255
256 * Wed Jan 28 2004 Michael Soulier <msoulier@e-smith.com>
257 - [1.13.0-11]
258 - Added ntpdate call to run script. [msoulier 10929]
259
260 * Thu Jan 22 2004 Michael Soulier <msoulier@e-smith.com>
261 - [1.13.0-10]
262 - Raised the softlimit for ntpd. libc is big. :) [msoulier 10929]
263
264 * Thu Jan 22 2004 Michael Soulier <msoulier@e-smith.com>
265 - [1.13.0-09]
266 - Moved proxy-start/stop to e-smith-proxy where they belong. [msoulier 10929]
267
268 * Thu Jan 22 2004 Michael Soulier <msoulier@e-smith.com>
269 - [1.13.0-08]
270 - Fixed missing directives to genfilelist. [msoulier 10586]
271
272 * Thu Jan 22 2004 Michael Soulier <msoulier@e-smith.com>
273 - [1.13.0-07]
274 - Fixed a typo in createlinks. The new ntpd initscript must not conflict with
275 the one in the ntpd package. [msoulier 10586]
276
277 * Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com>
278 - [1.13.0-06]
279 - Removing old symlink creation and moving to createlinks. [msoulier 10586]
280
281 * Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com>
282 - [1.13.0-05]
283 - Adding supervision of ntpd. [msoulier 10586]
284
285 * Fri Nov 7 2003 Gordon Rowell <gordonr@e-smith.com>
286 - [1.13.0-04]
287 - Enable ntpd by default [gordonr 10566]
288
289 * Fri Nov 7 2003 Gordon Rowell <gordonr@e-smith.com>
290 - [1.13.0-03]
291 - Default time server to pool.ntp.org [gordonr 10566]
292
293 * Tue Jul 22 2003 Charlie Brady <charlieb@e-smith.com>
294 - [1.13.0-02]
295 - Remove deprecated -startup script, and add default db
296 fragments [charlieb 9553]
297 - s/Copyright/License/
298
299 * Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com>
300 - [1.13.0-01]
301 - Changing version to development stream number - 1.13.0
302
303 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
304 - [1.12.0-01]
305 - Changing version to stable stream number - 1.12.0
306
307 * Fri May 9 2003 Tony Clayton <apc@e-smith.com>
308 - [1.11.0-22]
309 - Fix save button justification [tonyc 1588]
310
311 * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
312 - [1.11.0-21]
313 - Add Spanish lexicon for datetime panel [lijied 3793]
314
315 * Thu May 1 2003 Tony Clayton <apc@e-smith.com>
316 - [1.11.0-20]
317 - Background the timeserver-update event in panel [tonyc 1588]
318
319 * Wed Apr 30 2003 Tony Clayton <apc@e-smith.com>
320 - [1.11.0-19]
321 - Fix datetime panel when ntp stays disabled [tonyc 1588]
322 - Show date when ntp is enabled [tonyc 1588]
323
324 * Thu Apr 17 2003 Gordon Rowell <gordonr@e-smith.com>
325 - [1.11.0-18]
326 - Start ntp after external network is (possibly) up [gordonr 8391]
327
328 * Thu Apr 10 2003 Lijie Deng <lijied@e-smith.com>
329 - [1.11.0-17]
330 - Change $q->table back [lijied 8034]
331
332 * Wed Apr 9 2003 Lijie Deng <lijied@e-smith.com>
333 - [1.11.0-16]
334 - Added French trans for "Set Date and Time" [lijied 7949]
335
336 * Fri Apr 4 2003 Lijie Deng <lijied@e-smith.com>
337 - [1.11.0-15]
338 - Changed $q->table to $->start_table where necessary [lijied 8034]
339
340 * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
341 - [1.11.0-14]
342 - Removed en-us and fr 'Mitel Networks SME Server' branding [lijied 8016]
343
344 * Tue Apr 1 2003 Tony Clayton <apc@e-smith.com>
345 - [1.11.0-13]
346 - Fix datetime to loop back to Initial page w/ status report [tonyc 1588]
347 - Fix link to Verify page [tonyc 1588]
348
349 * Tue Apr 1 2003 Tony Clayton <apc@e-smith.com>
350 - [1.11.0-12]
351 - Add container table to fix IE 6 handling of table-layout: fixed [tonyc 1588]
352 - Remove redundant newlines from some print statements [tonyc 1588]
353
354 * Fri Mar 28 2003 Tony Clayton <apc@e-smith.com>
355 - [1.11.0-11]
356 - Update fr l10n strings [tonyc 1588]
357
358 * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
359 - [1.11.0-10]
360 - Major refactoring and cleanup of datetime.pm [tonyc 1588]
361 - Expand tabs to spaces in datetime.pm [tonyc 1588]
362 - Add radio buttons and don't allow setting date manually when ntp is enabled
363 [tonyc 1588]
364 - Modified French lexicon to use lang="fr", rename the lexicon
365 directory to fr [lijied 6787]
366
367 * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
368 - [1.11.0-09]
369 - Deleted inappropriate template-begin file
370 deleted empty template-end files [lijied 3295]
371
372 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
373 - [1.11.0-08]
374 - Modified datetime panel order [lijied 7356]
375
376 * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
377 - [1.11.0-07]
378 - Split en-us lexicon from datetime panel [lijied 4030]
379
380 * Mon Mar 3 2003 Lijie Deng <lijied@e-smith.com>
381 - [1.11.0-06]
382 - Add French lexicon for datetime [lijied 5003]
383
384 * Thu Jan 16 2003 Mark Knox <markk@e-smith.com>
385 - [1.11.0-05]
386 - Use new gen_locale_date_string routine [markk 3357]
387
388 * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
389 - [1.11.0-04]
390 - updated the datetime panel to use css [miked 5494]
391
392 * Tue Dec 10 2002 Mike Dickson <miked@e-smith.com>
393 - [1.11.0-03]
394 - ui update [miked 5494]
395
396 * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
397 - [1.11.0-02]
398 - update to new UI system [miked 5494]
399
400 * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
401 - [1.11.0-01]
402 - Changing to development stream; version upped to 1.11.0
403
404 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
405 - [1.10.0-01]
406 - Rolling stable version number to 1.10.0
407
408 * Fri Aug 23 2002 Mark Knox <markk@e-smith.com>
409 - [1.9.4-01]
410 - Fixed duplicate English-only footers in panel [markk 3615]
411
412 * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
413 - [1.9.3-01]
414 - Remove masq script update and restart symlinks. They are no longer
415 needed not that we have connection tracking enabled. [charlieb 4501]
416 - Add rc7.d symlink, and don't set obsolete InitscriptsOrder property
417 [charlieb 4458]
418
419 * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
420 - [1.9.2-01]
421 - Remove NTP masq template fragment. We no longer need it, as netfilter
422 connection tracking allows NTP replies. [charlieb 4499]
423
424 * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
425 - [1.9.1-01]
426 - Change masq script fragment to use iptables. [charlieb 1268]
427
428 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
429 - [1.9.0-01]
430 - Changing version to development stream number - 1.9.0
431
432 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
433 - [1.8.0-01]
434 - Changing version to maintained stream number to 1.8.0
435
436 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
437 - [1.7.5-01]
438 - RPM rebuild forced by cvsroot2rpm
439
440 * Wed May 8 2002 Mark Knox <markk@e-smith.com>
441 - [1.7.4-01]
442 - Subst <base> -> </base> in lexicon [markk 3309]
443
444 * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
445 - [1.7.3-01]
446 - Localised "Network Time Server" heading [markk 3311]
447 - Localised date display [markk 3311]
448 - Added nav bar entry [gordonr 3155]
449
450 * Mon Apr 15 2002 Mark Knox <markk@e-smith.com>
451 - [1.7.2-01]
452 - Moved all code into module datetime.pm [markk 3159]
453 - Converted to FormMagick panel and internationalized [markk 3159]
454 - Added POD and testsuite [markk 3159]
455
456 * Fri Apr 5 2002 Kirrily Robert <skud@e-smith.com>
457 - [1.7.1-01]
458 - Testing CVS import
459
460 * Fri Apr 5 2002 Kirrily Robert <skud@e-smith.com>
461 - [1.7.0-01]
462 - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-01.
463
464 * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
465 - [1.6.0-01]
466 - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-02.
467
468 * Tue Nov 06 2001 Charlie Brady <charlieb@e-smith.com>
469 - [1.5.0-02]
470 - Initialise TimeZone db setting from /etc/sysconfig/clock if not set
471 - Branding changes in web panel.
472
473 * Tue Nov 6 2001 Charlie Brady <charlieb@e-smith.com>
474 - [1.5.0-01]
475 - Rolled version number to 1.5.0-01. Includes patches upto 1.4.0-03.
476
477 * Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com>
478 - [1.4.0-03]
479 - Removed deprecated post-restore event directory
480
481 * Fri Aug 17 2001 gordonr
482 - [1.4.0-02]
483 - Autorebuild by rebuildRPM
484
485 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
486 - [1.4.0-01]
487 - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-06.
488
489 * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
490 - [1.3.0-06]
491 - More branding changes
492
493 * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
494 - [1.3.0-05]
495 - Branding text changes to the datetime web panel
496
497 * Tue Jul 17 2001 Jason Miller <jmiller@e-smith.com>
498 - [1.3.0-04]
499 - Patch to datetime panel to fix mismatched section headers
500
501 * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
502 - [1.3.0-03]
503 - fixed actions that had tied %conf when calling serviceControl (4 actions)
504
505 * Wed Apr 11 2001 Adrian Chung <adrianc@e-smith.com>
506 - [1.3.0-02]
507 - changing h4 tags to paragraph bold tags.
508
509 * Wed Apr 11 2001 Adrian Chung <mac@e-smith.com>
510 - [1.3.0-01]
511 - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-13.
512
513 * Fri Feb 23 2001 Paul Nesbit <pkn@e-smith.com>
514 - [1.2.0-13]
515 - Fixed conf-timezone to properly handle timezone after restore
516
517 * Mon Feb 12 2001 Adrian Chung <adrianc@e-smith.com>
518 - Roll release number for GPG signing.
519
520 * Mon Feb 12 2001 Charlie Brady <charlieb@e-smith.com>
521 - [1.2.0-12]
522 - Expand ntp.conf always, even when ntpd is disabled. Otherwise ntpd
523 refuses to shut down.
524
525 * Fri Feb 9 2001 Adrian Chung <adrianc@e-smith.com>
526 - Added restart-crond to timezone-update event.
527
528 * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
529 - Rolling release number for GPG signing.
530
531 * Wed Feb 07 2001 Charlie Brady <charlieb@e-smith.com>
532 - [1.2.0-08]
533 - Add some missing event symlinks
534
535 * Sun Feb 04 2001 Gordon Rowell <gordonr@e-smith.com>
536 - [1.2.0-07]
537 - Loop through all addresses in case NTPServer refers to multiple IPs
538
539 * Fri Feb 02 2001 Gordon Rowell <gordonr@e-smith.com>
540 - [1.2.0-06]
541 - Build ip masq rule with IP address of NTP server
542
543 * Tue Jan 30 2001 Jason Miller <jmiller@e-smith.com>
544 - [1.2.0-05]
545 - Updated datetime panel to run the timeserver-update
546 event (added rules to make sure that updates to the
547 configuration database aren't affected UnsavedChanges flag).
548
549 * Tue Jan 30 2001 Jason Miller <jmiller@e-smith.com>
550 - [1.2.0-04]
551 - Added a comment in the ipchains rules
552 - Added symlinks for the conf-masq and restart-masq actions
553 to be run as part of timeserver-update event (thereby
554 expanding the /etc/rc.d/init.d/masq template).
555
556 * Sat Jan 27 2001 Charlie Brady <charlieb@e-smith.com>
557 - [1.2.0-03]
558 - Change ref to %conf => %services in masq template fragment
559
560 * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
561 - [1.2.0-02]
562 - Fix perl syntax error in masq template fragment
563 - Save/restore unsavedchanges flag around timezone change.
564
565 * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
566 - [1.2.0-01]
567 - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-28.
568
569 * Wed Jan 24 2001 Charlie Brady <charlieb@e-smith.com>
570 - [1.1.0-28]
571 - Remove restart-ntp from post-upgrade action
572 - Remove post-restore event
573 - Tighten up NTP packet filter rule.
574 - Remove conf-ntpd from ip-change event
575 - Remove duplication of timezone migration code - it is in base as well.
576
577 * Wed Jan 24 2001 Jason Miller <jmiller@e-smith.com>
578 - [1.1.0-27]
579 - Changed conf-timezone action so that during an upgrade
580 it will preserve the existing symlink for /etc/localtime
581 and use that value to set the configuration database
582 value for TimeZone
583
584 * Wed Jan 24 2001 Jason Miller <jmiller@e-smith.com>
585 - [1.1.0-26]
586 - removed the signal event for datetime-set in the datetime
587 web panel
588
589 * Wed Jan 24 2001 Jason Miller <jmiller@e-smith.com>
590 - [1.1.0-25]
591 - combined the timezone-update and datetime-set events
592 into a single event (and might combine the action scripts
593 as well)
594
595 * Wed Jan 24 2001 Jason Miller <jmiller@e-smith.com>
596 - [1.1.0-24]
597 - added new service control mechanism to not background
598 the proxy-stop action to shutdown squid
599
600 * Tue Jan 23 2001 Jason Miller <jmiller@e-smith.com>
601 - moved all date and time settings into a new event/action
602 sequence (datetime-set) which then calls the proxy-stop,
603 set-date, set-clock, proxy-start and removed the previous
604 system calls from the web manager form
605 - removed the squid stop/start actions from conf-timezone
606 action
607
608 * Mon Jan 22 2001 Jason Miller <jmiller@e-smith.com>
609 - Updated createlinks to have update-timezone and
610 update-timeserver events link in the action restart-syslog
611 to improve on the strange log times recorded otherwise
612
613 * Mon Jan 22 2001 Jason Miller <jmiller@e-smith.com>
614 - Added service control to stop the proxy server (squid)
615 from running prior to changing the timezone information
616 in conf-timezone, then starting it again after the change
617 to remove squid hangups on shutdown
618
619 * Mon Jan 22 2001 Gordon Rowell <gordonr@e-smith.com>
620 - Added NTP fragment to packet filter - Thanks Bernd Leibing
621
622 * Tue Jan 16 2001 Jason Miller <jmiller@e-smith.com>
623 - Removed the %postun section which was deleting ntpd
624 configuration values after uninstalling e-smith-ntp
625 (which occurs in an upgrade) and the %post section
626 which expanded the templates for ntpd without checking
627 the status (now done properly in the actions)
628
629 * Tue Jan 16 2001 Jason Miller <jmiller@e-smith.com>
630 - Fixed the /etc/ntp.conf template expansion to pull
631 the NTPServer value from the ntpd service configuration
632 settings
633
634 * Tue Jan 16 2001 Jason Miller <jmiller@e-smith.com>
635 - Changed the order of system time setting:
636 - Set timezone first, then clock settings
637
638 * Fri Jan 12 2001 Jason Miller <jmiller@e-smith.com>
639 - Merged the conf-clock and reset-link into a single
640 action script of conf-timezone
641 - Removed symlinks to post-upgrade and update-timezone
642 - Added symlink for conf-timezone to update-timezone
643 - Added symlink for conf-timezone to bootstrap-console-save
644 (instead of post-upgrade)
645
646 * Fri Jan 12 2001 Jason Miller <jmiller@e-smith.com>
647 - Added reset-link and conf-clock to the post-upgrade
648 event
649
650 * Fri Jan 12 2001 Gordon Rowell <gordonr@e-smith.com>
651 - Added conf-ntpd-startup
652
653 * Thu Jan 11 2001 Jason Miller <jmiller@e-smith.com>
654 - [1.1.0-13]
655 - remove extra signal events based on what time setting
656 choice gets made
657
658 * Thu Jan 11 2001 Jason Miller <jmiller@e-smith.com>
659 - [1.1.0-12]
660 - updated datetime panel to take into account the new
661 action scripts called by timezone-update event
662
663 * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
664 - [1.1.0-11]
665 - use serviceControl()
666
667 * Thu Jan 11 2001 Jason Miller <jmiller@e-smith.com>
668 - [1.1.0-10]
669 - fixed /etc/sysconfig/clock template generation
670
671 * Thu Jan 11 2001 Jason Miller <jmiller@e-smith.com>
672 - [1.1.0-9]
673 - added conf-clock to configure /etc/sysconfig/clock
674 - added reset-link to unlink and re-symlink
675 /etc/localtime to the correct timezone
676
677 * Sat Jan 6 2001 Jason Miller <jmiller@e-smith.com>
678 - [1.1.0-7]
679 - Charlie changed spec file in %post and %postun to
680 generate ntpd templates in runlevel 7 and to remove
681 it if e-smith-ntp is uninstalled
682 - Added configuration parameter for timeZone which
683 will be used by default as the timezone value for
684 date and time, otherwise it defaults to /etc/localtime
685
686 * Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com>
687 - [1.1.0-6]
688 - add new event timezone-update that calls restart httpd
689 - datetime panel modified to call both time{server,zone}-update
690
691 * Fri Jan 5 2001 Charlie Brady <charlieb@e-smith.com>
692 - [1.1.0-5]
693 - Disable ntpd by default - without an NTPServer setting there's no
694 point in enabling ntpd.
695 - Remove timeserver web form. Add Jay's new combined datetime and
696 timeserver form.
697
698 * Fri Dec 15 2000 Adrian Chung <adrianc@e-smith.com>
699 - Changed NTPserver to NTPServer in 00timeServer fragment
700 - Modified timeserver panel to record timeserver value to ntpd
701 property instead of legacy variable.
702
703 * Wed Dec 6 2000 Adrian Chung <adrianc@e-smith.com>
704 - Removed 'private' property setting in conf-ntpd
705 - Added link for conf-ntpd to post-install
706
707 * Wed Dec 6 2000 Adrian Chung <adrianc@e-smith.com>
708 - Re-rolled tar ball to get rid of symlinks
709
710 * Mon Dec 4 2000 Adrian Chung <adrianc@e-smith.com>
711 - Initial release
712
713 %description
714 Configuration files and templates for the NTP daemon.
715
716 %prep
717 %setup
718
719 %build
720 for i in ip-change post-install post-upgrade timeserver-update \
721 timezone-update bootstrap-console-save
722 do
723 mkdir -p root/etc/e-smith/events/$i
724 done
725 perl createlinks
726 /sbin/e-smith/buildtests 30e-smith-datetime
727
728 # Manage supervise and multilog.
729 mkdir -p root/service
730 ln -s ../var/service/ntpd root/service/ntpd
731 mkdir -p root/var/service/ntpd/supervise
732 mkdir -p root/var/service/ntpd/env
733 touch root/var/service/ntpd/down
734 mkdir -p root/var/service/ntpd/log/supervise
735 mkdir -p root/var/log/ntpd
736
737 %install
738 rm -rf $RPM_BUILD_ROOT
739 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
740 /sbin/e-smith/genfilelist \
741 --dir '/var/service/ntpd' 'attr(1755,root,root)' \
742 --file '/var/service/ntpd/down' 'attr(0644,root,root)' \
743 --file '/var/service/ntpd/run' 'attr(0755,root,root)' \
744 --dir '/var/service/ntpd/supervise' 'attr(0700,root,root)' \
745 --dir '/var/service/ntpd/env' '%attr(0755,root,root)' \
746 --file '/var/service/ntpd/env/MEMLIMIT' 'attr(0644,root,root)' \
747 --dir '/var/service/ntpd/log' 'attr(1755,root,root)' \
748 --file '/var/service/ntpd/log/run' 'attr(0755,root,root)' \
749 --dir '/var/log/ntpd' 'attr(2750,smelog,nofiles)' \
750 $RPM_BUILD_ROOT > %{name}-%{version}-filelist
751 echo "%doc COPYING" >> %{name}-%{version}-filelist
752
753 %clean
754 rm -rf $RPM_BUILD_ROOT
755
756 %pre
757 rm -f /etc/ntp.conf
758
759 %preun
760 %post
761 %postun
762
763 %files -f %{name}-%{version}-filelist
764 %defattr(-,root,root)

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