/[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.4 - (show annotations) (download)
Wed Nov 15 15:44:48 2017 UTC (6 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ntp-2_6_0-4_el7_sme
Changes since 1.3: +9 -2 lines
* Wed Nov 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
- added post transaction rule for ntp [SME: 10190]
- thank you to Stefano Zamboni for this work

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

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