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

Revision 12477, 24.9 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

libxml2-2.9.10-4

newt-0.52.21-2

python-docutils-0.16-2

python-inotify-0.9.6-3

python-lxml-4.5.2-2

python-pykf-0.3.4-8

python-2.7.18-1

rhpxl-1.9-10

rrdtool-1.7.2-3

system-config-date-1.9.61-3

system-config-network-1.6.2-2

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