123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714 |
- Summary: A graphical interface for modifying system date and time
- Summary(ja): システムã�®æ™‚刻ã�¨æ—¥ä»˜ã‚’è¨å®šã�™ã‚‹ã‚°ãƒ©ãƒ•ã‚£ã‚«ãƒ«ã‚¤ãƒ³ã‚¿ãƒ•ã‚§ãƒ¼ã‚¹
- Name: system-config-date
- Version: 1.9.61
- Release: 1%{?_dist_release}
- URL: http://fedora.redhat.com/projects/config-tools/
- License: GPL
- ExclusiveOS: Linux
- Group: System Environment/Base
- Source0: %{name}-%{version}.tar.bz2
- Patch100: system-config-date-vine.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildArch: noarch
- Obsoletes: timetool
- Obsoletes: dateconfig
- Obsoletes: timeconfig
- BuildRequires: desktop-file-utils
- BuildRequires: gettext
- BuildRequires: intltool
- BuildRequires: python
- #BuildRequires: anaconda
- Requires: ntp
- Requires: python
- Requires: pygtk2-libglade
- Requires: gnome-python
- Requires: usermode-gtk
- Requires: chkconfig
- Requires: rhpl
- Requires: newt
- Requires: yelp
- Requires: python-slip
- Requires(post): hicolor-icon-theme
- Requires(postun): hicolor-icon-theme
- %description
- system-config-date is a graphical interface for changing the system date and
- time, configuring the system time zone, and setting up the NTP daemon to
- synchronize the time of the system with an NTP time server.
- %prep
- %setup -q
- %patch100 -p1 -b .vine
- sed -i -e 's|/usr/bin/python2|/usr/bin/python|g' \
- system-config-date src/*.py
- %build
- make CONSOLE_USE_CONFIG_UTIL=1
- %install
- rm -rf $RPM_BUILD_ROOT
- make DESTDIR=$RPM_BUILD_ROOT install
- desktop-file-install --vendor system --delete-original \
- --dir $RPM_BUILD_ROOT%{_datadir}/applications \
- $RPM_BUILD_ROOT%{_datadir}/applications/system-config-date.desktop
- %find_lang %name
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post
- touch --no-create %{_datadir}/icons/hicolor
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
- fi
- %postun
- touch --no-create %{_datadir}/icons/hicolor
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
- fi
- %files -f %{name}.lang
- %defattr(-,root,root)
- %doc COPYING
- %{_bindir}/system-config-date
- %{_datadir}/system-config-date
- %{_datadir}/applications/system-config-date.desktop
- %{_datadir}/icons/hicolor/*/apps/system-config-date.*
- %{_mandir}/man8/system-config-date*
- %{_mandir}/fr/man8/system-config-date*
- %{_mandir}/ja/man8/system-config-date*
- %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-date
- %config(noreplace) %{_sysconfdir}/pam.d/system-config-date
- %{python_sitelib}/scdate
- %{python_sitelib}/scdate-%{version}-py%{python_version}.egg-info
- %changelog
- * Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.61-1
- - new upstream release
- - add R: python-slip
- * Wed Oct 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.12-1
- - initial build for Vine Linux
- * Tue Jun 10 2008 Karanbir Singh <kbsingh@centos.org> 1.8.12-3.el5.centos.2
- - change ntpservers as well ( Ralph Angenendt )
- * Mon Jun 9 2008 Karanbir Singh <kbsingh@centos.org> 1.8.12-3.el5.centos.1
- - roll in CentOS ntp servers ( Ralph Angenendt )
- * Wed Nov 28 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.12-3
- - use '#' instead of '?' to access sections of XML documents with older yelp
- versions (#250215)
- * Mon Nov 26 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.12-2
- - use updated help documents from the deployment guide, use yelp for displaying
- them (#250215)
- * Tue Jan 16 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.12
- - pick up updated translations (#220952)
- * Mon Jan 08 2007 Nils Philippsen <nphilipp@redhat.com>
- - ask whether the configuration should be revisited on NTP problems (#220952)
- * Fri Jan 05 2007 Nils Philippsen <nphilipp@redhat.com>
- - don't attempt to show error dialog from signal handler (#220952)
- * Fri Dec 15 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.11
- - provide more info when encountering bad timezone translations (i.e. not split
- into Region,Continent/Location) (#219773)
- - pick up updated translations (#216073)
- * Wed Dec 13 2006 Nils Philippsen <nphilipp@redhat.com>
- - fix keyboard shortcuts in Czech translation (#190355)
- * Wed Dec 13 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.10
- - pick up updated translations (#216073)
- * Fri Nov 24 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.9
- - pick up updated translations (#216073)
- * Tue Nov 21 2006 Nils Philippsen <nphilipp@redhat.com>
- - revamp timezone potfile generation a bit
- - pick up new timezones for translation (#216073)
- * Tue Oct 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.8
- - enable Hebrew, Marathi and Urdu translations
- - pick up updated translations (#211074)
- - add dist tag
- * Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> 1.8.7
- - use valid charsets for translation (#210720)
- * Fri Sep 15 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.6
- - pick up updated strings and translations (#192075, #204441)
- * Fri Aug 25 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.5
- - hide 'Enable NTP Broadcast' checkbutton as more action is needed than a mere
- change in ntp.conf
- * Mon Jul 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.4
- - pick up updated translations
- * Tue Mar 14 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.3
- - feed timezone po files from anaconda (#131528, patch by Andrew Martynov)
- * Mon Mar 06 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.2
- - don't write into /tmp
- - make synchronizing with time servers configurable (#157485)
- * Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.1
- - require hicolor-icon-theme (#182859, #182860)
- * Mon Jan 30 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.0
- - bump minor version
- - add requirements for pygtk2-libglade, gnome-python2-canvas (#179215)
- * Fri Jan 20 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.17
- - zoom out in TZ map on Escape (#178093)
- * Wed Jan 18 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.16
- - don't crash when selecting a timezone (#178086, patch by Chris Lumens)
- * Tue Jan 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.15
- - fix setting timezone from firstboot (#177779, patch by Chris Lumens)
- * Mon Jan 16 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.14
- - put Etc/... timezones into "Non-geographic timezones" (#148025)
- - default to already set timezone on startup (#177815)
- * Tue Jan 10 2006 Nils Philippsen <nphilipp@redhat.com>
- - Add translation string for UTC-relative and other non-geographic timezones
- * Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 1.7.99.13-1
- - Rename mainWindow to scdMainWindow to avoid import problems in firstboot.
- * Wed Jan 04 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.12
- - show actually chosen region, not just something that's in the vicinity
- * Fri Dec 30 2005 Nils Philippsen <nphilipp@redhat.com>
- - fix highlighted regions when leaving and entering the timeone map canvas
- - make timezone list a treeview
- - update timezone po source file
- * Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 1.7.99.11-1
- - fix timezone map to not be painfully slow
- * Wed Dec 14 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.10
- - make TimezoneMap more easily subclassable (Chris Lumens), use uniform
- paren-spacing
- * Thu Dec 08 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.9
- - draw frame around highlighted region
- * Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.8
- - reshow shaded map when reentering map widget from outside
- - clear status line when outside region area in zoomed mode
- * Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.7
- - only select region if pointer is inside region
- - replace aa-based shading to avoid aa-related deficiencies of GnomeCanvas
- - show shaded border around zoomed in region to zoom out without selecting a
- city
- * Wed Nov 23 2005 Nils Philippsen <nphilipp@redhat.com>
- - don't let cities get miraculously lost (#173944, patch by Chris Lumens)
- * Mon Nov 21 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.6
- - fix zooming problems with enlarged window (#172982)
- - apply workaround by Alex Larsson to avoid hanging when clicking on Asia
- region (#172977)
- - add Middle America region, make Antarctica regions overlapping
- * Thu Nov 10 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.5
- - when choosing a region, shade off the rest of the map when hovering over a
- region
- * Wed Nov 09 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.4
- - implement simple timezone zooming
- * Fri Oct 21 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.3
- - revamp pot file generation (#171330)
- * Fri Oct 14 2005 Nils Philippsen <nphilipp@redhat.com>
- - don't use pam_stack (#170623)
- * Fri Oct 07 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.2
- - write comment about the ZONE parameter into /etc/sysconfig/clock (#123101)
- - handle comments when reading /etc/sysconfig/clock
- - consistently use spaces for indentation in timezoneBackend.py
- * Thu Sep 22 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.1
- - check whether NTP server is reachable on changes (#135747)
- * Tue Aug 09 2005 Nils Philippsen <nphilipp@redhat.com>
- - remove workaround causing deprecation warnings for bug that doesn't exist
- anymore (#162840)
- * Thu Aug 04 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.0
- - add and edit NTP servers inline in the list
- - always display clock left-to-right (#165109)
- - try to be smart about restrict lines when changing or deleting hosts
- - include *.pyo files (#165097)
- - don't remove *.pyc files in %%preun because they're in the file list
- - don't include timetool symlink anymore
- - don't install firstboot module symlink, this is dealt with in the firstboot
- package for quite a while
- * Wed Aug 03 2005 Nils Philippsen <nphilipp@redhat.com>
- - implement --help, catch unrecognized options (#164791)
- * Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.18
- - make desktop file translatable (#156792)
- - avoid DeprecationWarnings
- - use DESTDIR consistently (#156782)
- * Tue Apr 19 2005 Matthias Clasen <mclasen@redhat.com> 1.7.17-2
- - Silence %%post
- * Fri Apr 15 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.17
- - make more strings translatable (#154873)
- * Fri Apr 01 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.16-2
- - use True, False instead of gtk.TRUE, gtk.FALSE to avoid deprecation warnings
- (#153037, patch by Colin Charles)
- * Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
- - rebuilt
- * Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 1.7.15-2
- - Update the GTK+ theme icon cache on (un)install
- * Sat Jan 15 2005 Nils Philippsen <nphilipp@redhat.com>
- - use current default ntp.conf as template (#132787, #135142)
- * Mon Dec 13 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.15-1
- - don't lookup names or IP addresses as this may result in hangs (#142583)
- * Mon Nov 29 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.14-1
- - bump version
- * Fri Nov 26 2004 Nils Philippsen <nphilipp@redhat.com>
- - don't use duplicate accelerators (#134172, #140241)
- * Fri Nov 26 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.13-1
- - enable Gujarati and Tamil translations (#140881)
- * Mon Nov 22 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.12-1
- - remove wrongly encoded character (#140318) and duplicate word from French
- man page
- * Wed Sep 29 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.11-1
- - avoid GtkDeprecationWarning on gtk.mainquit on new pygtk (#134043)
- * Tue Sep 28 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.10-1
- - make timezone page contents actually be shown in firstboot
- * Tue Sep 28 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.9-1
- - enable choosing which notebook page(s) to show (for firstboot, #133748)
- - some minor firstboot API changes, conflict with firstboot <= 1.3.26
- - some minor UI tweaks
- - remove pool.ntp.org from list of NTP server choices as system-config-date
- doesn't handle multi-IP machines really well ATM
- * Fri Sep 17 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.8-1
- - use pool.ntp.org as first choice of NTP servers (#132787)
- * Thu Sep 16 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.7-2
- - buildrequire python
- * Tue Sep 14 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.7-1
- - byte-compile python files
- - first shot at something like an interface for firstboot
- * Mon Sep 13 2004 Nils Philippsen <nphilipp@redhat.com>
- - get widget sensitivity correct on startup (#132431)
- * Thu Sep 03 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.5-1
- - actually display time zone map (#131641)
- - put NTP stuff into own tab to better accommodate firstboot (#131314)
- - add accelerators to Date & Time tab
- * Fri Aug 27 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.4-1
- - handle multiple servers, broadcastclient (#115148),
- local time source (#72110)
- * Tue Aug 03 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.3.1-1
- - fix Japanese man page (#128766)
- * Wed Apr 14 2004 Brent Fox <bfox@redhat.com> 1.7.3-3
- - update desktop file (bug #120709)
- * Tue Apr 6 2004 Brent Fox <bfox@redhat.com> 1.7.3-2
- - fix desktop file icon path (bug #120176)
- * Wed Mar 24 2004 Brent Fox <bfox@redhat.com> 1.7.3-1
- - just copy over file, don't remove it (bug #119076)
- * Fri Mar 5 2004 Brent Fox <bfox@redhat.com> 1.7.2-1
- - preserve old restrict lines (bug #72110)
- * Tue Feb 3 2004 Brent Fox <bfox@redhat.com> 1.7.1-2
- - correct typo in URL in specfile
- * Thu Jan 8 2004 Brent Fox <bfox@redhat.com> 1.7.1-1
- - apply patch from bug #109803
- * Wed Nov 19 2003 Brent Fox <bfox@redhat.com> 1.6.1-1
- - rebuild
- * Wed Nov 12 2003 Brent Fox <bfox@redhat.com> 1.6.0-1
- - rename to system-config-date
- - add Obsoletes for redhat-config-date
- - adapt to Python2.3
- * Mon Nov 3 2003 Brent Fox <bfox@redhat.com> 1.5.27-1
- - add flag to allow timezone page to come up first
- * Wed Oct 29 2003 Brent Fox <bfox@redhat.com> 1.5.26-1
- - add French translation for man page from Frederic.Hornain@GB.BE
- * Sun Oct 26 2003 Brent Fox <bfox@redhat.com> 1.5.25-1
- - fix some other timezone po file encoding problems
- * Sun Oct 26 2003 Brent Fox <bfox@redhat.com> 1.5.24-1
- - make sure is.po file is UTF-8 encoded. (bug #107439) Similar to bug #107033
- * Wed Oct 15 2003 Brent Fox <bfox@redhat.com> 1.5.23-1
- - UTF8-ify po/timezones/de.po (bug #107033)
- * Fri Sep 19 2003 Brent Fox <bfox@redhat.com> 1.5.22-2
- - rebuild
- * Fri Sep 19 2003 Brent Fox <bfox@redhat.com> 1.5.22-1
- - call timeconfig if the GUI cannot be started (bug #104718)
- * Thu Sep 11 2003 Brent Fox <bfox@redhat.com> 1.5.21-2
- - bump relnum and rebuild
- * Thu Sep 11 2003 Brent Fox <bfox@redhat.com> 1.5.21-1
- - rebuild with fixed po file encodings (bug #104019)
- * Wed Sep 10 2003 Brent Fox <bfox@redhat.com> 1.5.20-1
- - add a Requires for newt (bug #104148)
- * Fri Aug 29 2003 Brent Fox <bfox@redhat.com> 1.5.19-2
- - bump relnum and rebuild
- * Fri Aug 29 2003 Brent Fox <bfox@redhat.com> 1.5.19-1
- - if timezone in /etc/sysconfig/clock is not in zone.tab, default to America/New_York (bug #101575)
- * Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 1.5.18-1
- - tag on every build
- * Wed Jun 25 2003 Brent Fox <bfox@redhat.com> 1.5.15-2
- - bump version number and rebuild
- * Wed Jun 25 2003 Brent Fox <bfox@redhat.com> 1.5.15-1
- - don't move /usr/share/zoneinfo/UTC into /etc/localtime (#91228)
- * Mon Jun 16 2003 Brent Fox <bfox@redhat.com> 1.5.14-2
- - bump number and rebuild
- * Mon Jun 16 2003 Brent Fox <bfox@redhat.com> 1.5.14-1
- - Add a function to get timezone date page (bug #91984)
- * Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.13-1
- - if /var/spool/postfix/etc/localtime exists, copy the new timezone file there (bug #88249)
- * Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.12-1
- - add a header comment to ntpservers file (bug #91619)
- * Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.11-2
- - bump rel num and rebuild
- * Thu May 22 2003 Brent Fox <bfox@redhat.com> 1.5.11-1
- - check for the existence of hwclock before running (bug #91323)
- * Thu May 22 2003 Brent Fox <bfox@redhat.com> 1.5.10-1
- - pull zonetab classes out into separate file to fix bug (#90185)
- * Tue May 20 2003 Brent Fox <bfox@redhat.com> 1.5.9-11
- - copy actual timezone into /etc/localtime instead of making a symlink (bug #91228)
- * Fri May 16 2003 Brent Fox <bfox@redhat.com> 1.5.9-10
- - when using UTC, make /etc/localtime point to /usr/share/zoneinfo/UTC (bug #89132)
- * Fri May 16 2003 Brent Fox <bfox@redhat.com> 1.5.9-9
- - Added mnemonics to widgets that didn't have them (bug #91026)
- - convert some timezone po files to utf-8 (bug #88461)
- * Wed Feb 26 2003 Brent Fox <bfox@redhat.com> 1.5.9-8
- - add requires for ntp (bug #85229)
- * Fri Feb 21 2003 Brent Fox <bfox@redhat.com> 1.5.9-7
- - remove dependency for gnome-python2-canvas, pygtk and ntp (bug #84837)
- * Wed Feb 12 2003 Jeremy Katz <katzj@redhat.com> 1.5.9-6
- - set codeset so that textmode works (#83518)
- * Tue Feb 11 2003 Brent Fox <bfox@redhat.com> 1.5.9-5
- - rebuild with latest docs
- * Tue Feb 11 2003 Tammy Fox <tfox@redhat.com>
- - updated docs
- * Tue Feb 4 2003 Brent Fox <bfox@redhat.com> 1.5.9-4
- - fall back to IP if we can't resolve it back to a hostname (bug #83463)
- * Mon Feb 3 2003 Brent Fox <bfox@redhat.com> 1.5.9-3
- - catch bogus ntp server names and raise a dialog
- * Mon Feb 3 2003 Brent Fox <bfox@redhat.com> 1.5.9-2
- - don't change value of ARC accidentally (bug #82281)
- * Thu Jan 30 2003 Brent Fox <bfox@redhat.com> 1.5.9-1
- - bump and build
- * Wed Jan 29 2003 Brent Fox <bfox@redhat.com> 1.5.8-1
- - use the new Red Hat ntp servers
- * Thu Jan 16 2003 Brent Fox <bfox@redhat.com> 1.5.7-6
- - catch error with no NTP server
- * Wed Jan 15 2003 Brent Fox <bfox@redhat.com> 1.5.7-5
- - write IPs to the server line instead of domain names (bug #70557)
- * Tue Jan 14 2003 Brent Fox <bfox@redhat.com> 1.5.7-4
- - list only stratum 2 ntp servers (bug #81629)
- * Fri Jan 10 2003 Brent Fox <bfox@redhat.com> 1.5.7-3
- - better check on ntp status by looking at initscrip return code
- - sent ntp initscript output to /dev/null when calling os.system()
- * Thu Jan 9 2003 Brent Fox <bfox@redhat.com> 1.5.7-2
- - change to condrestart
- * Fri Jan 3 2003 Brent Fox <bfox@redhat.com> 1.5.7-1
- - create a TUI to replace timeconfig
- - obsolete timeconfig
- * Thu Jan 2 2003 Brent Fox <bfox@redhat.com> 1.5.6-3
- - write an ipaddress for the restrict line (bug #80593)
- * Mon Dec 23 2002 Brent Fox <bfox@redhat.com> 1.5.6-2
- - handle missing ntpservers file
- - don't pass in parent, it breaks firstboot
- - handle busted ntp initscript
- * Fri Dec 13 2002 Brent Fox <bfox@redhat.com> 1.5.5-2
- - Print an error message if run from the console
- * Fri Nov 15 2002 Brent Fox <bfox@redhat.com> 1.5.5-1
- - Handle empty server lines in /etc/ntp.conf
- * Tue Nov 12 2002 Brent Fox <bfox@redhat.com> 1.5.4-2
- - Rebuild with latest translations
- * Wed Oct 30 2002 Brent Fox <bfox@redhat.com>
- - Add a build requires for python-tools
- * Fri Oct 25 2002 Brent Fox <bfox@redhat.com> 1.5.4-1
- - Write out an appropriate restrict line to /etc/ntp.conf
- - Fixes bug 70557
- * Tue Oct 22 2002 Brent Fox <bfox@redhat.com> 1.5.3-1
- - Apply patch from katzj to fix bug 76313
- - Fix bug 72149 correctly this time (hopefully)
- * Mon Oct 14 2002 Brent Fox <bfox@redhat.com> 1.5.2-12
- - Move ntpservers file into /etc/ntp. Fixes bug 74339
- * Thu Oct 10 2002 Brent Fox <bfox@redhat.com> 1.5.2-11
- - Fix bug 72149. Always apply timezone changes
- - Fix bug 73498. Apply UTC changes properly
- * Tue Sep 03 2002 Brent Fox <bfox@redhat.com> 1.5.2-10
- - convert desktop file to UTF8
- - pull in latest translations
- * Fri Aug 30 2002 Brent Fox <bfox@redhat.com> 1.5.2-9
- - run chkconfig on starting/stopping ntpd
- * Thu Aug 29 2002 Brent Fox <bfox@redhat.com> 1.5.2-8
- - set the flag to close parent on non-NTP setups
- - create an updateSpinButton function
- * Tue Aug 27 2002 Brent Fox <bfox@redhat.com> 1.5.2-7
- - Retrieve the only the first NTP server if there's more than one
- - Only modify the first server entry if there's more than one
- * Tue Aug 27 2002 Brent Fox <bfox@redhat.com> 1.5.2-6
- - Handle the case of having no server line in ntp.conf
- * Mon Aug 26 2002 Brent Fox <bfox@redhat.com> 1.5.2-5
- - Raise error dialogs if NTP servers can't be contacted
- * Wed Aug 21 2002 Brent Fox <bfox@redhat.com> 1.5.2-4
- - pull translation domains from rhpl
- * Wed Aug 21 2002 Brent Fox <bfox@redhat.com> 1.5.2-3
- - Fix timezone selection bug
- * Mon Aug 19 2002 Brent Fox <bfox@redhat.com> 1.5.2-2
- - Convert desktop file to UTF-8
- * Mon Aug 19 2002 Brent Fox <bfox@redhat.com> 1.5.2-1
- - Limit ping timeout to 5 seconds. We need a better solution for this in the future
- * Tue Aug 13 2002 Brent Fox <bfox@redhat.com> 1.5.1-2
- - Make spin buttons keyboard sensitive. Fixes bug 68967
- * Mon Aug 12 2002 Tammy Fox <tfox@redhat.com> 1.5.1-1
- - replace System with SystemSetup in desktop file categories
- * Tue Aug 06 2002 Brent Fox <bfox@redhat.com> 1.5-2
- - use template ntp.conf file if the original has been removed for some reason
- * Mon Aug 05 2002 Brent Fox <bfox@redhat.com> 1.5-1
- - Fix translations for timezone list
- * Fri Aug 02 2002 Brent Fox <bfox@redhat.com> 1.4-8
- - Use new pam timestamp rules
- * Wed Jul 31 2002 Brent Fox <bfox@redhat.com>1.4-7
- - Put an end-of-line in /etc/ntp/step-tickers
- * Thu Jul 25 2002 Brent Fox <bfox@redhat.com> 1.4-6
- - Default to New York if the timezone in /etc/sysconfig/clock is bogus
- * Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 1.4-5
- - Fixed console file bad link
- * Tue Jul 23 2002 Tammy Fox <tfox@redhat.com> 1.4-4
- - Change desktop file name (bug #69470)
- - Spec file fixes
- * Thu Jul 18 2002 Brent Fox <bfox@redhat.com> 1.4-3
- - Update for pygtk2 API change
- * Wed Jul 17 2002 Brent Fox <bfox@redhat.com> 1.4-2
- - Fix padding problem
- * Fri Jul 12 2002 Tammy Fox <tfox@redhat.com> 1.4-1
- - Updated docs for gtk2 interface
- - Add note about security level and ntpd (bug #68039)
- - Move desktop file to /usr/share/applications only
- * Thu Jul 11 2002 Brent Fox <bfox@redhat.com> 1.3-4
- - Remove some lingering references to dateconfig
- - Create symbolic link from dateconfig to redhat-config-date
- * Wed Jul 10 2002 Brent Fox <bfox@redhat.com> 1.3-1
- - Rename dateconfig to redhat-config-date
- - Check to see if we can ping ntp server before starting ntpd
- * Tue Jul 9 2002 Brent Fox <bfox@redhat.com> 1.2-1
- - Pull out ntp servers into a separate file
- - Write /etc/ntp/step-tickers file
- * Mon Jul 1 2002 Brent Fox <bfox@redhat.com> 1.1-3
- - If an NTP server is already specified, add it to the combo list
- * Fri Jun 28 2002 Brent Fox <bfox@redhat.com> 1.1-2
- - Changed spacing of buttons on bottom of the window
- * Thu Jun 27 2002 Tammy Fox <tfox@redhat.com> 1.1-2
- - Added border widths to clean up interface
- - Hooked up help
- - Removed Apply button
- * Thu Jun 27 2002 Brent Fox <bfox@redhat.com> 1.1-1
- - Updated pot file and respective po files
- * Sat Jun 22 2002 Brent Fox <bfox@redhat.com> 1.0.3-1
- - Fixed bug 66655
- - Fixed problem with selecting the current timezone in timezone_gui
- * Mon Jun 17 2002 Brent Fox <bfox@redhat.com> 1.0.2-1
- - Reenable the icon
- * Thu May 30 2002 Brent Fox <bfox@redhat.com> 1.0.1-5
- - Fixed translation bug
- * Thu May 30 2002 Brent Fox <bfox@redhat.com> 1.0.1-4
- - Removed Requires for pygnome
- * Mon May 20 2002 Brent Fox <bfox@redhat.com> 1.0.1-3
- - Pulled in documentation bugfix for bug #65228
- * Mon May 13 2002 Brent Fox <bfox@redhat.com>
- - Added Swedish translations to desktop file from menthos@menthos.com
- * Thu May 2 2002 Brent Fox <bfox@redhat.com> 1.0.1-2
- - Update for timezone translations
- * Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-1
- - Update for translations
- * Mon Feb 25 2002 Brent Fox <bfox@redhat.com>
- - Bump version to 1.0
- * Tue Feb 12 2002 Brent Fox <bfox@redhat.com>
- - Finished port to Python2.2/GTK2
- - Handle starting ntpd more gracefully
- - Made variable naming more consistent
- * Tue Jan 22 2002 Brent Fox <bfox@redhat.com>
- - Replaced C code for timezone map with Python from anaconda
- - Remove timezonemapmodule from /usr/lib/dateconfig
- * Thu Oct 18 2001 Brent Fox <bfox@redhat.com>
- - Put timezonemapmodule in /usr/lib/dateconfig
- * Thu Aug 30 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.4-6
- - Fix some character sets for translations (#52851)
- - dateconfig.png isn't a config file, mark the config files as noreplace
- * Mon Aug 27 2001 Tammy Fox <tfox@redhat.com>
- - Updated docs for UTC button
- * Thu Aug 16 2001 Brent Fox <bfox@redhat.com>
- - Fix sizing for non-US languages
- * Mon Aug 6 2001 Brent Fox <bfox@redhat.com>
- - added redhat-config-time and redhat-config-date scripts
- * Fri Aug 3 2001 Brent Fox <bfox@redhat.com>
- - created an icon
- - fixed install process to install icon and drop a file in /etc/X11/sysconfig
- * Fri Aug 3 2001 Preston Brown <pbrown@redhat.com>
- - set hardware clock as well.
- * Fri Jul 27 2001 Yukihiro Nakai <ynakai@redhat.com>
- - Add Japanese translation.
- * Fri Jul 20 2001 Tammy Fox <tfox@redhat.com>
- - added i18n stuff
- * Wed Jul 04 2001 Karsten Hopp <karsten@redhat.de>
- - fix install-path (INSTROOT)
- * Tue Jun 27 2001 Tammy Fox <tfox@redhat.com>
- - added help and help button
- * Sun Jun 24 2001 Brent Fox <bfox@redhat.com>
- - got starting and stopping of ntpd working
- - enabled detection of whether ntpd is currently running
- - added msf to author list
- * Thu Jun 21 2001 Brent Fox <bfox@redhat.com>
- - fixed problem with system path in timezone_gui.py
- * Wed Jun 13 2001 Tammy Fox <tfox@redhat.com>
- - improved man page
- * Tue Jun 12 2001 Tammy Fox <tfox@redhat.com>
- - added console access, fixed Makefile and spec file
- * Mon Jun 11 2001 Brent Fox <bfox@redhat.com>
- - added ntp section and timezone section
- * Sun Jan 28 2001 Brent Fox <bfox@redhat.com>
- - initial coding and packaging
|