source: projects/specs/trunk/s/system-config-date/system-config-date-vl.spec @ 5701

Revision 5701, 24.8 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

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