source: projects/specs/branches/6/s/system-config-date/system-config-date-vl.spec @ 3368

Revision 3368, 24.7 KB checked in by daisuke, 13 years ago (diff)

system-config-date: update to 1.9.61, add R: python-slip

Line 
1Summary: A graphical interface for modifying system date and time
2Summary(ja): システムの時刻と日付を設定するグラフィカルインタフェース
3
4Name: system-config-date
5Version: 1.9.61
6Release: 1%{?_dist_release}
7URL: http://fedora.redhat.com/projects/config-tools/
8License: GPL
9ExclusiveOS: Linux
10Group: System Environment/Base
11Source0: %{name}-%{version}.tar.bz2
12Patch100: system-config-date-vine.patch
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildArch: noarch
16Obsoletes: timetool
17Obsoletes: dateconfig
18Obsoletes: timeconfig
19BuildRequires: desktop-file-utils
20BuildRequires: gettext
21BuildRequires: intltool
22BuildRequires: python
23#BuildRequires: anaconda
24Requires: ntp
25Requires: python
26Requires: pygtk2-libglade
27Requires: gnome-python
28Requires: usermode-gtk
29Requires: chkconfig
30Requires: rhpl
31Requires: newt
32Requires: yelp
33Requires: python-slip
34Requires(post): hicolor-icon-theme
35Requires(postun): hicolor-icon-theme
36
37
38%description
39system-config-date is a graphical interface for changing the system date and
40time, configuring the system time zone, and setting up the NTP daemon to
41synchronize the time of the system with an NTP time server.
42
43%prep
44%setup -q
45
46%patch100 -p1 -b .vine
47
48sed -i -e 's|/usr/bin/python2|/usr/bin/python|g' \
49    system-config-date src/*.py
50
51%build
52make CONSOLE_USE_CONFIG_UTIL=1
53
54%install
55rm -rf $RPM_BUILD_ROOT
56make DESTDIR=$RPM_BUILD_ROOT install
57desktop-file-install --vendor system --delete-original       \
58  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
59  $RPM_BUILD_ROOT%{_datadir}/applications/system-config-date.desktop
60
61%find_lang %name
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%post
67touch --no-create %{_datadir}/icons/hicolor
68if [ -x /usr/bin/gtk-update-icon-cache ]; then
69  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
70fi
71
72%postun
73touch --no-create %{_datadir}/icons/hicolor
74if [ -x /usr/bin/gtk-update-icon-cache ]; then
75  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
76fi
77
78%files -f %{name}.lang
79%defattr(-,root,root)
80%doc COPYING
81%{_bindir}/system-config-date
82%{_datadir}/system-config-date
83%{_datadir}/applications/system-config-date.desktop
84%{_datadir}/icons/hicolor/*/apps/system-config-date.*
85%{_mandir}/man8/system-config-date*
86%{_mandir}/fr/man8/system-config-date*
87%{_mandir}/ja/man8/system-config-date*
88%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-date
89%config(noreplace) %{_sysconfdir}/pam.d/system-config-date
90%{python_sitelib}/scdate
91%{python_sitelib}/scdate-%{version}-py%{python_version}.egg-info
92
93%changelog
94* Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.61-1
95- new upstream release
96- add R: python-slip
97
98* Wed Oct 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.12-1
99- initial build for Vine Linux
100
101* Tue Jun 10 2008 Karanbir Singh <kbsingh@centos.org> 1.8.12-3.el5.centos.2
102- change ntpservers as well ( Ralph Angenendt )
103
104* Mon Jun  9 2008 Karanbir Singh <kbsingh@centos.org> 1.8.12-3.el5.centos.1
105- roll in CentOS ntp servers ( Ralph Angenendt )
106
107* Wed Nov 28 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.12-3
108- use '#' instead of '?' to access sections of XML documents with older yelp
109  versions (#250215)
110
111* Mon Nov 26 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.12-2
112- use updated help documents from the deployment guide, use yelp for displaying
113  them (#250215)
114
115* Tue Jan 16 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.12
116- pick up updated translations (#220952)
117
118* Mon Jan 08 2007 Nils Philippsen <nphilipp@redhat.com>
119- ask whether the configuration should be revisited on NTP problems (#220952)
120
121* Fri Jan 05 2007 Nils Philippsen <nphilipp@redhat.com>
122- don't attempt to show error dialog from signal handler (#220952)
123
124* Fri Dec 15 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.11
125- provide more info when encountering bad timezone translations (i.e. not split
126  into Region,Continent/Location) (#219773)
127- pick up updated translations (#216073)
128
129* Wed Dec 13 2006 Nils Philippsen <nphilipp@redhat.com>
130- fix keyboard shortcuts in Czech translation (#190355)
131
132* Wed Dec 13 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.10
133- pick up updated translations (#216073)
134
135* Fri Nov 24 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.9
136- pick up updated translations (#216073)
137
138* Tue Nov 21 2006 Nils Philippsen <nphilipp@redhat.com>
139- revamp timezone potfile generation a bit
140- pick up new timezones for translation (#216073)
141
142* Tue Oct 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.8
143- enable Hebrew, Marathi and Urdu translations
144- pick up updated translations (#211074)
145- add dist tag
146
147* Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> 1.8.7
148- use valid charsets for translation (#210720)
149
150* Fri Sep 15 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.6
151- pick up updated strings and translations (#192075, #204441)
152
153* Fri Aug 25 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.5
154- hide 'Enable NTP Broadcast' checkbutton as more action is needed than a mere
155  change in ntp.conf
156
157* Mon Jul 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.4
158- pick up updated translations
159
160* Tue Mar 14 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.3
161- feed timezone po files from anaconda (#131528, patch by Andrew Martynov)
162
163* Mon Mar 06 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.2
164- don't write into /tmp
165- make synchronizing with time servers configurable (#157485)
166
167* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.1
168- require hicolor-icon-theme (#182859, #182860)
169
170* Mon Jan 30 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.0
171- bump minor version
172- add requirements for pygtk2-libglade, gnome-python2-canvas (#179215)
173
174* Fri Jan 20 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.17
175- zoom out in TZ map on Escape (#178093)
176
177* Wed Jan 18 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.16
178- don't crash when selecting a timezone (#178086, patch by Chris Lumens)
179
180* Tue Jan 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.15
181- fix setting timezone from firstboot (#177779, patch by Chris Lumens)
182
183* Mon Jan 16 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.14
184- put Etc/... timezones into "Non-geographic timezones" (#148025)
185- default to already set timezone on startup (#177815)
186
187* Tue Jan 10 2006 Nils Philippsen <nphilipp@redhat.com>
188- Add translation string for UTC-relative and other non-geographic timezones
189
190* Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 1.7.99.13-1
191- Rename mainWindow to scdMainWindow to avoid import problems in firstboot.
192
193* Wed Jan 04 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.12
194- show actually chosen region, not just something that's in the vicinity
195
196* Fri Dec 30 2005 Nils Philippsen <nphilipp@redhat.com>
197- fix highlighted regions when leaving and entering the timeone map canvas
198- make timezone list a treeview
199- update timezone po source file
200
201* Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 1.7.99.11-1
202- fix timezone map to not be painfully slow
203
204* Wed Dec 14 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.10
205- make TimezoneMap more easily subclassable (Chris Lumens), use uniform
206  paren-spacing
207
208* Thu Dec 08 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.9
209- draw frame around highlighted region
210
211* Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.8
212- reshow shaded map when reentering map widget from outside
213- clear status line when outside region area in zoomed mode
214
215* Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.7
216- only select region if pointer is inside region
217- replace aa-based shading to avoid aa-related deficiencies of GnomeCanvas
218- show shaded border around zoomed in region to zoom out without selecting a
219  city
220
221* Wed Nov 23 2005 Nils Philippsen <nphilipp@redhat.com>
222- don't let cities get miraculously lost (#173944, patch by Chris Lumens)
223
224* Mon Nov 21 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.6
225- fix zooming problems with enlarged window (#172982)
226- apply workaround by Alex Larsson to avoid hanging when clicking on Asia
227  region (#172977)
228- add Middle America region, make Antarctica regions overlapping
229
230* Thu Nov 10 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.5
231- when choosing a region, shade off the rest of the map when hovering over a
232  region
233
234* Wed Nov 09 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.4
235- implement simple timezone zooming
236
237* Fri Oct 21 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.3
238- revamp pot file generation (#171330)
239
240* Fri Oct 14 2005 Nils Philippsen <nphilipp@redhat.com>
241- don't use pam_stack (#170623)
242
243* Fri Oct 07 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.2
244- write comment about the ZONE parameter into /etc/sysconfig/clock (#123101)
245- handle comments when reading /etc/sysconfig/clock
246- consistently use spaces for indentation in timezoneBackend.py
247
248* Thu Sep 22 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.1
249- check whether NTP server is reachable on changes (#135747)
250
251* Tue Aug 09 2005 Nils Philippsen <nphilipp@redhat.com>
252- remove workaround causing deprecation warnings for bug that doesn't exist
253  anymore (#162840)
254
255* Thu Aug 04 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.0
256- add and edit NTP servers inline in the list
257- always display clock left-to-right (#165109)
258- try to be smart about restrict lines when changing or deleting hosts
259- include *.pyo files (#165097)
260- don't remove *.pyc files in %%preun because they're in the file list
261- don't include timetool symlink anymore
262- don't install firstboot module symlink, this is dealt with in the firstboot
263  package for quite a while
264
265* Wed Aug 03 2005 Nils Philippsen <nphilipp@redhat.com>
266- implement --help, catch unrecognized options (#164791)
267
268* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.18
269- make desktop file translatable (#156792)
270- avoid DeprecationWarnings
271- use DESTDIR consistently (#156782)
272
273* Tue Apr 19 2005 Matthias Clasen <mclasen@redhat.com> 1.7.17-2
274- Silence %%post
275
276* Fri Apr 15 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.17
277- make more strings translatable (#154873)
278
279* Fri Apr 01 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.16-2
280- use True, False instead of gtk.TRUE, gtk.FALSE to avoid deprecation warnings
281  (#153037, patch by Colin Charles)
282
283* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
284- rebuilt
285
286* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 1.7.15-2
287- Update the GTK+ theme icon cache on (un)install
288
289* Sat Jan 15 2005 Nils Philippsen <nphilipp@redhat.com>
290- use current default ntp.conf as template (#132787, #135142)
291
292* Mon Dec 13 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.15-1
293- don't lookup names or IP addresses as this may result in hangs (#142583)
294
295* Mon Nov 29 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.14-1
296- bump version
297
298* Fri Nov 26 2004 Nils Philippsen <nphilipp@redhat.com>
299- don't use duplicate accelerators (#134172, #140241)
300
301* Fri Nov 26 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.13-1
302- enable Gujarati and Tamil translations (#140881)
303
304* Mon Nov 22 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.12-1
305- remove wrongly encoded character (#140318) and duplicate word from French
306  man page
307
308* Wed Sep 29 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.11-1
309- avoid GtkDeprecationWarning on gtk.mainquit on new pygtk (#134043)
310
311* Tue Sep 28 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.10-1
312- make timezone page contents actually be shown in firstboot
313
314* Tue Sep 28 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.9-1
315- enable choosing which notebook page(s) to show (for firstboot, #133748)
316- some minor firstboot API changes, conflict with firstboot <= 1.3.26
317- some minor UI tweaks
318- remove pool.ntp.org from list of NTP server choices as system-config-date
319  doesn't handle multi-IP machines really well ATM
320
321* Fri Sep 17 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.8-1
322- use pool.ntp.org as first choice of NTP servers (#132787)
323
324* Thu Sep 16 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.7-2
325- buildrequire python
326
327* Tue Sep 14 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.7-1
328- byte-compile python files
329- first shot at something like an interface for firstboot
330
331* Mon Sep 13 2004 Nils Philippsen <nphilipp@redhat.com>
332- get widget sensitivity correct on startup (#132431)
333
334* Thu Sep 03 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.5-1
335- actually display time zone map (#131641)
336- put NTP stuff into own tab to better accommodate firstboot (#131314)
337- add accelerators to Date & Time tab
338
339* Fri Aug 27 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.4-1
340- handle multiple servers, broadcastclient (#115148),
341  local time source (#72110)
342
343* Tue Aug 03 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.3.1-1
344- fix Japanese man page (#128766)
345
346* Wed Apr 14 2004 Brent Fox <bfox@redhat.com> 1.7.3-3
347- update desktop file (bug #120709)
348
349* Tue Apr  6 2004 Brent Fox <bfox@redhat.com> 1.7.3-2
350- fix desktop file icon path (bug #120176)
351
352* Wed Mar 24 2004 Brent Fox <bfox@redhat.com> 1.7.3-1
353- just copy over file, don't remove it (bug #119076)
354
355* Fri Mar  5 2004 Brent Fox <bfox@redhat.com> 1.7.2-1
356- preserve old restrict lines (bug #72110)
357
358* Tue Feb  3 2004 Brent Fox <bfox@redhat.com> 1.7.1-2
359- correct typo in URL in specfile
360
361* Thu Jan  8 2004 Brent Fox <bfox@redhat.com> 1.7.1-1
362- apply patch from bug #109803
363
364* Wed Nov 19 2003 Brent Fox <bfox@redhat.com> 1.6.1-1
365- rebuild
366
367* Wed Nov 12 2003 Brent Fox <bfox@redhat.com> 1.6.0-1
368- rename to system-config-date
369- add Obsoletes for redhat-config-date
370- adapt to Python2.3
371
372* Mon Nov  3 2003 Brent Fox <bfox@redhat.com> 1.5.27-1
373- add flag to allow timezone page to come up first
374
375* Wed Oct 29 2003 Brent Fox <bfox@redhat.com> 1.5.26-1
376- add French translation for man page from Frederic.Hornain@GB.BE
377
378* Sun Oct 26 2003 Brent Fox <bfox@redhat.com> 1.5.25-1
379- fix some other timezone po file encoding problems
380
381* Sun Oct 26 2003 Brent Fox <bfox@redhat.com> 1.5.24-1
382- make sure is.po file is UTF-8 encoded.  (bug #107439) Similar to bug #107033
383
384* Wed Oct 15 2003 Brent Fox <bfox@redhat.com> 1.5.23-1
385- UTF8-ify po/timezones/de.po (bug #107033)
386
387* Fri Sep 19 2003 Brent Fox <bfox@redhat.com> 1.5.22-2
388- rebuild
389
390* Fri Sep 19 2003 Brent Fox <bfox@redhat.com> 1.5.22-1
391- call timeconfig if the GUI cannot be started (bug #104718)
392
393* Thu Sep 11 2003 Brent Fox <bfox@redhat.com> 1.5.21-2
394- bump relnum and rebuild
395
396* Thu Sep 11 2003 Brent Fox <bfox@redhat.com> 1.5.21-1
397- rebuild with fixed po file encodings (bug #104019)
398
399* Wed Sep 10 2003 Brent Fox <bfox@redhat.com> 1.5.20-1
400- add a Requires for newt (bug #104148)
401
402* Fri Aug 29 2003 Brent Fox <bfox@redhat.com> 1.5.19-2
403- bump relnum and rebuild
404
405* Fri Aug 29 2003 Brent Fox <bfox@redhat.com> 1.5.19-1
406- if timezone in /etc/sysconfig/clock is not in zone.tab, default to America/New_York (bug #101575)
407
408* Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 1.5.18-1
409- tag on every build
410
411* Wed Jun 25 2003 Brent Fox <bfox@redhat.com> 1.5.15-2
412- bump version number and rebuild
413
414* Wed Jun 25 2003 Brent Fox <bfox@redhat.com> 1.5.15-1
415- don't move /usr/share/zoneinfo/UTC into /etc/localtime (#91228)
416
417* Mon Jun 16 2003 Brent Fox <bfox@redhat.com> 1.5.14-2
418- bump number and rebuild
419
420* Mon Jun 16 2003 Brent Fox <bfox@redhat.com> 1.5.14-1
421- Add a function to get timezone date page (bug #91984)
422
423* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.13-1
424- if /var/spool/postfix/etc/localtime exists, copy the new timezone file there (bug #88249)
425
426* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.12-1
427- add a header comment to ntpservers file (bug #91619)
428
429* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.11-2
430- bump rel num and rebuild
431
432* Thu May 22 2003 Brent Fox <bfox@redhat.com> 1.5.11-1
433- check for the existence of hwclock before running (bug #91323)
434
435* Thu May 22 2003 Brent Fox <bfox@redhat.com> 1.5.10-1
436- pull zonetab classes out into separate file to fix bug (#90185)
437
438* Tue May 20 2003 Brent Fox <bfox@redhat.com> 1.5.9-11
439- copy actual timezone into /etc/localtime instead of making a symlink (bug #91228)
440
441* Fri May 16 2003 Brent Fox <bfox@redhat.com> 1.5.9-10
442- when using UTC, make /etc/localtime point to /usr/share/zoneinfo/UTC (bug #89132)
443
444* Fri May 16 2003 Brent Fox <bfox@redhat.com> 1.5.9-9
445- Added mnemonics to widgets that didn't have them (bug #91026)
446- convert some timezone po files to utf-8 (bug #88461)
447
448* Wed Feb 26 2003 Brent Fox <bfox@redhat.com> 1.5.9-8
449- add requires for ntp (bug #85229)
450
451* Fri Feb 21 2003 Brent Fox <bfox@redhat.com> 1.5.9-7
452- remove dependency for gnome-python2-canvas, pygtk and ntp (bug #84837)
453
454* Wed Feb 12 2003 Jeremy Katz <katzj@redhat.com> 1.5.9-6
455- set codeset so that textmode works (#83518)
456
457* Tue Feb 11 2003 Brent Fox <bfox@redhat.com> 1.5.9-5
458- rebuild with latest docs
459
460* Tue Feb 11 2003 Tammy Fox <tfox@redhat.com>
461- updated docs
462
463* Tue Feb  4 2003 Brent Fox <bfox@redhat.com> 1.5.9-4
464- fall back to IP if we can't resolve it back to a hostname (bug #83463)
465
466* Mon Feb  3 2003 Brent Fox <bfox@redhat.com> 1.5.9-3
467- catch bogus ntp server names and raise a dialog
468
469* Mon Feb  3 2003 Brent Fox <bfox@redhat.com> 1.5.9-2
470- don't change value of ARC accidentally (bug #82281)
471
472* Thu Jan 30 2003 Brent Fox <bfox@redhat.com> 1.5.9-1
473- bump and build
474
475* Wed Jan 29 2003 Brent Fox <bfox@redhat.com> 1.5.8-1
476- use the new Red Hat ntp servers
477
478* Thu Jan 16 2003 Brent Fox <bfox@redhat.com> 1.5.7-6
479- catch error with no NTP server
480
481* Wed Jan 15 2003 Brent Fox <bfox@redhat.com> 1.5.7-5
482- write IPs to the server line instead of domain names (bug #70557)
483
484* Tue Jan 14 2003 Brent Fox <bfox@redhat.com> 1.5.7-4
485- list only stratum 2 ntp servers (bug #81629)
486
487* Fri Jan 10 2003 Brent Fox <bfox@redhat.com> 1.5.7-3
488- better check on ntp status by looking at initscrip return code
489- sent ntp initscript output to /dev/null when calling os.system()
490
491* Thu Jan  9 2003 Brent Fox <bfox@redhat.com> 1.5.7-2
492- change to condrestart
493
494* Fri Jan  3 2003 Brent Fox <bfox@redhat.com> 1.5.7-1
495- create a TUI to replace timeconfig
496- obsolete timeconfig
497
498* Thu Jan  2 2003 Brent Fox <bfox@redhat.com> 1.5.6-3
499- write an ipaddress for the restrict line (bug #80593)
500
501* Mon Dec 23 2002 Brent Fox <bfox@redhat.com> 1.5.6-2
502- handle missing ntpservers file
503- don't pass in parent, it breaks firstboot
504- handle busted ntp initscript
505
506* Fri Dec 13 2002 Brent Fox <bfox@redhat.com> 1.5.5-2
507- Print an error message if run from the console
508
509* Fri Nov 15 2002 Brent Fox <bfox@redhat.com> 1.5.5-1
510- Handle empty server lines in /etc/ntp.conf
511
512* Tue Nov 12 2002 Brent Fox <bfox@redhat.com> 1.5.4-2
513- Rebuild with latest translations
514
515* Wed Oct 30 2002 Brent Fox <bfox@redhat.com>
516- Add a build requires for python-tools
517
518* Fri Oct 25 2002 Brent Fox <bfox@redhat.com> 1.5.4-1
519- Write out an appropriate restrict line to /etc/ntp.conf
520- Fixes bug 70557
521
522* Tue Oct 22 2002 Brent Fox <bfox@redhat.com> 1.5.3-1
523- Apply patch from katzj to fix bug 76313
524- Fix bug 72149 correctly this time (hopefully)
525
526* Mon Oct 14 2002 Brent Fox <bfox@redhat.com> 1.5.2-12
527- Move ntpservers file into /etc/ntp.  Fixes bug 74339
528
529* Thu Oct 10 2002 Brent Fox <bfox@redhat.com> 1.5.2-11
530- Fix bug 72149.  Always apply timezone changes
531- Fix bug 73498.  Apply UTC changes properly
532
533* Tue Sep 03 2002 Brent Fox <bfox@redhat.com> 1.5.2-10
534- convert desktop file to UTF8
535- pull in latest translations
536
537* Fri Aug 30 2002 Brent Fox <bfox@redhat.com> 1.5.2-9
538- run chkconfig on starting/stopping ntpd
539
540* Thu Aug 29 2002 Brent Fox <bfox@redhat.com> 1.5.2-8
541- set the flag to close parent on non-NTP setups
542- create an updateSpinButton function
543
544* Tue Aug 27 2002 Brent Fox <bfox@redhat.com> 1.5.2-7
545- Retrieve the only the first NTP server if there's more than one
546- Only modify the first server entry if there's more than one
547
548* Tue Aug 27 2002 Brent Fox <bfox@redhat.com> 1.5.2-6
549- Handle the case of having no server line in ntp.conf
550
551* Mon Aug 26 2002 Brent Fox <bfox@redhat.com> 1.5.2-5
552- Raise error dialogs if NTP servers can't be contacted
553
554* Wed Aug 21 2002 Brent Fox <bfox@redhat.com> 1.5.2-4
555- pull translation domains from rhpl
556
557* Wed Aug 21 2002 Brent Fox <bfox@redhat.com> 1.5.2-3
558- Fix timezone selection bug
559
560* Mon Aug 19 2002 Brent Fox <bfox@redhat.com> 1.5.2-2
561- Convert desktop file to UTF-8
562
563* Mon Aug 19 2002 Brent Fox <bfox@redhat.com> 1.5.2-1
564- Limit ping timeout to 5 seconds.  We need a better solution for this in the future
565
566* Tue Aug 13 2002 Brent Fox <bfox@redhat.com> 1.5.1-2
567- Make spin buttons keyboard sensitive.  Fixes bug 68967
568
569* Mon Aug 12 2002 Tammy Fox <tfox@redhat.com> 1.5.1-1
570- replace System with SystemSetup in desktop file categories
571
572* Tue Aug 06 2002 Brent Fox <bfox@redhat.com> 1.5-2
573- use template ntp.conf file if the original has been removed for some reason
574
575* Mon Aug 05 2002 Brent Fox <bfox@redhat.com> 1.5-1
576- Fix translations for timezone list
577
578* Fri Aug 02 2002 Brent Fox <bfox@redhat.com> 1.4-8
579- Use new pam timestamp rules
580
581* Wed Jul 31 2002 Brent Fox <bfox@redhat.com>1.4-7
582- Put an end-of-line in /etc/ntp/step-tickers
583
584* Thu Jul 25 2002 Brent Fox <bfox@redhat.com> 1.4-6
585- Default to New York if the timezone in /etc/sysconfig/clock is bogus
586
587* Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 1.4-5
588- Fixed console file bad link
589
590* Tue Jul 23 2002 Tammy Fox <tfox@redhat.com> 1.4-4
591- Change desktop file name (bug #69470)
592- Spec file fixes
593
594* Thu Jul 18 2002 Brent Fox <bfox@redhat.com> 1.4-3
595- Update for pygtk2 API change
596
597* Wed Jul 17 2002 Brent Fox <bfox@redhat.com> 1.4-2
598- Fix padding problem
599
600* Fri Jul 12 2002 Tammy Fox <tfox@redhat.com> 1.4-1
601- Updated docs for gtk2 interface
602- Add note about security level and ntpd (bug #68039)
603- Move desktop file to /usr/share/applications only
604
605* Thu Jul 11 2002 Brent Fox <bfox@redhat.com> 1.3-4
606- Remove some lingering references to dateconfig
607- Create symbolic link from dateconfig to redhat-config-date
608
609* Wed Jul 10 2002 Brent Fox <bfox@redhat.com> 1.3-1
610- Rename dateconfig to redhat-config-date
611- Check to see if we can ping ntp server before starting ntpd
612
613* Tue Jul 9 2002 Brent Fox <bfox@redhat.com> 1.2-1
614- Pull out ntp servers into a separate file
615- Write /etc/ntp/step-tickers file
616
617* Mon Jul 1 2002 Brent Fox <bfox@redhat.com> 1.1-3
618- If an NTP server is already specified, add it to the combo list
619
620* Fri Jun 28 2002 Brent Fox <bfox@redhat.com> 1.1-2
621- Changed spacing of buttons on bottom of the window
622
623* Thu Jun 27 2002 Tammy Fox <tfox@redhat.com> 1.1-2
624- Added border widths to clean up interface
625- Hooked up help
626- Removed Apply button
627
628* Thu Jun 27 2002 Brent Fox <bfox@redhat.com> 1.1-1
629- Updated pot file and respective po files
630
631* Sat Jun 22 2002 Brent Fox <bfox@redhat.com> 1.0.3-1
632- Fixed bug 66655
633- Fixed problem with selecting the current timezone in timezone_gui
634
635* Mon Jun 17 2002 Brent Fox <bfox@redhat.com> 1.0.2-1
636- Reenable the icon
637
638* Thu May 30 2002 Brent Fox <bfox@redhat.com> 1.0.1-5
639- Fixed translation bug
640
641* Thu May 30 2002 Brent Fox <bfox@redhat.com> 1.0.1-4
642- Removed Requires for pygnome
643
644* Mon May 20 2002 Brent Fox <bfox@redhat.com> 1.0.1-3
645- Pulled in documentation bugfix for bug #65228
646
647* Mon May 13 2002 Brent Fox <bfox@redhat.com>
648- Added Swedish translations to desktop file from menthos@menthos.com
649
650* Thu May 2 2002 Brent Fox <bfox@redhat.com> 1.0.1-2
651- Update for timezone translations
652
653* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-1
654- Update for translations
655
656* Mon Feb 25 2002 Brent Fox <bfox@redhat.com>
657- Bump version to 1.0
658
659* Tue Feb 12 2002 Brent Fox <bfox@redhat.com>
660- Finished port to Python2.2/GTK2
661- Handle starting ntpd more gracefully
662- Made variable naming more consistent
663
664* Tue Jan 22 2002 Brent Fox <bfox@redhat.com>
665- Replaced C code for timezone map with Python from anaconda
666- Remove timezonemapmodule from /usr/lib/dateconfig
667
668* Thu Oct 18 2001 Brent Fox <bfox@redhat.com>
669- Put timezonemapmodule in /usr/lib/dateconfig
670
671* Thu Aug 30 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.4-6
672- Fix some character sets for translations (#52851)
673- dateconfig.png isn't a config file, mark the config files as noreplace
674
675* Mon Aug 27 2001 Tammy Fox <tfox@redhat.com>
676- Updated docs for UTC button
677
678* Thu Aug 16 2001 Brent Fox <bfox@redhat.com>
679- Fix sizing for non-US languages
680
681* Mon Aug 6 2001 Brent Fox <bfox@redhat.com>
682- added redhat-config-time and redhat-config-date scripts
683
684* Fri Aug 3 2001 Brent Fox <bfox@redhat.com>
685- created an icon
686- fixed install process to install icon and drop a file in /etc/X11/sysconfig
687
688* Fri Aug  3 2001 Preston Brown <pbrown@redhat.com>
689- set hardware clock as well.
690
691* Fri Jul 27 2001 Yukihiro Nakai <ynakai@redhat.com>
692- Add Japanese translation.
693
694* Fri Jul 20 2001 Tammy Fox <tfox@redhat.com>
695- added i18n stuff
696* Wed Jul 04 2001 Karsten Hopp <karsten@redhat.de>
697- fix install-path (INSTROOT)
698* Tue Jun 27 2001 Tammy Fox <tfox@redhat.com>
699- added help and help button
700* Sun Jun 24 2001 Brent Fox <bfox@redhat.com>
701- got starting and stopping of ntpd working
702- enabled detection of whether ntpd is currently running
703- added msf to author list
704* Thu Jun 21 2001 Brent Fox <bfox@redhat.com>
705- fixed problem with system path in timezone_gui.py
706* Wed Jun 13 2001 Tammy Fox <tfox@redhat.com>
707- improved man page
708* Tue Jun 12 2001 Tammy Fox <tfox@redhat.com>
709- added console access, fixed Makefile and spec file
710* Mon Jun 11 2001 Brent Fox <bfox@redhat.com>
711- added ntp section and timezone section
712* Sun Jan 28 2001 Brent Fox <bfox@redhat.com>
713- initial coding and packaging
714
Note: See TracBrowser for help on using the repository browser.