cvsdist 4bd137b
Summary: A graphical interface for modifying system date and time
cvsdist 4bd137b
Name: system-config-date
7a18741
Version: 1.7.99.9
ed81bec
Release: 1
cvsdist 7fdf6f2
URL: http://fedora.redhat.com/projects/config-tools/
cvsdist 4bd137b
License: GPL
cvsdist 4bd137b
ExclusiveOS: Linux
cvsdist 4bd137b
Group: System Environment/Base
cvsdist 4bd137b
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 4bd137b
BuildArch: noarch
cvsdist 4bd137b
Source0: %{name}-%{version}.tar.bz2
cvsdist 4bd137b
Obsoletes: timetool
cvsdist 4bd137b
Obsoletes: dateconfig
cvsdist 4bd137b
Obsoletes: timeconfig
cvsdist 4bd137b
Obsoletes: redhat-config-date
cvsdist 4bd137b
BuildRequires: desktop-file-utils
cvsdist 4bd137b
BuildRequires: gettext
ed81bec
BuildRequires: intltool
33fcd09
BuildRequires: python
cvsdist 4bd137b
Requires: ntp
cvsdist 4bd137b
Requires: python2
cvsdist 4bd137b
Requires: usermode >= 1.36
cvsdist 4bd137b
Requires: chkconfig
cvsdist 4bd137b
Requires: rhpl
cvsdist 4bd137b
Requires: newt
cvsdist 4bd137b
Requires: htmlview
4cde52d
Conflicts: firstboot <= 1.3.26
cvsdist 4bd137b
cvsdist 4bd137b
%description
cvsdist ebacd80
system-config-date is a graphical interface for changing the system date and
cvsdist ebacd80
time, configuring the system time zone, and setting up the NTP daemon to
cvsdist ebacd80
synchronize the time of the system with a NTP time server.
cvsdist 4bd137b
cvsdist 4bd137b
%prep
cvsdist 4bd137b
%setup -q
cvsdist 4bd137b
cvsdist 4bd137b
%build
cvsdist 4bd137b
make
cvsdist 4bd137b
cvsdist 4bd137b
%install
ed81bec
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist 4bd137b
desktop-file-install --vendor system --delete-original       \
cvsdist 4bd137b
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
cvsdist 4bd137b
  --add-category X-Red-Hat-Base                             \
cvsdist 4bd137b
  $RPM_BUILD_ROOT%{_datadir}/applications/system-config-date.desktop
cvsdist 4bd137b
cvsdist 4bd137b
%find_lang %name
cvsdist 4bd137b
cvsdist 4bd137b
%clean
cvsdist 4bd137b
rm -rf $RPM_BUILD_ROOT
cvsdist 4bd137b
87d9d5a
%post
87d9d5a
touch --no-create %{_datadir}/icons/hicolor
31cbaa0
if [ -x /usr/bin/gtk-update-icon-cache ]; then
6874a92
  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
87d9d5a
fi
87d9d5a
87d9d5a
%postun
87d9d5a
touch --no-create %{_datadir}/icons/hicolor
31cbaa0
if [ -x /usr/bin/gtk-update-icon-cache ]; then
6874a92
  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
87d9d5a
fi
87d9d5a
cvsdist 4bd137b
%files -f %{name}.lang
cvsdist 4bd137b
%defattr(-,root,root)
cvsdist 4bd137b
%doc COPYING
cvsdist 4bd137b
%doc doc/*
cvsdist 4bd137b
/usr/bin/system-config-date
cvsdist 4bd137b
/usr/bin/system-config-time
cvsdist 4bd137b
/usr/bin/dateconfig
cvsdist 4bd137b
/usr/sbin/timeconfig
cvsdist 4bd137b
%dir /usr/share/system-config-date
cvsdist 4bd137b
/usr/share/system-config-date/*.py
90e297e
/usr/share/system-config-date/*.pyc
671b582
/usr/share/system-config-date/*.pyo
cvsdist 5640bd9
/usr/share/system-config-date/*.glade
cvsdist 4bd137b
%dir /usr/share/system-config-date/pixmaps/
cvsdist 4bd137b
%attr(0644,root,root) %{_mandir}/man8/system-config-date*
cvsdist 4bd137b
%attr(0644,root,root) %{_mandir}/fr/man8/system-config-date*
cvsdist 4bd137b
%attr(0644,root,root) %{_mandir}/ja/man8/system-config-date*
cvsdist 4bd137b
%attr(0644,root,root) %{_datadir}/applications/system-config-date.desktop
cvsdist 4bd137b
%attr(0644,root,root) %{_datadir}/system-config-date/pixmaps/system-config-date.png
cvsdist 317ccdf
%attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-date.png
1efec14
%attr(0644,root,root) %{_datadir}/system-config-date/pixmaps/map1440.png
1efec14
%attr(0644,root,root) %{_datadir}/system-config-date/regions
cvsdist 4bd137b
%attr(0644,root,root) %config(noreplace) /etc/security/console.apps/system-config-date
cvsdist 4bd137b
%attr(0644,root,root) %config(noreplace) /etc/pam.d/system-config-date
cvsdist 4bd137b
%attr(0644,root,root) %config(noreplace) /etc/security/console.apps/system-config-time
cvsdist 4bd137b
%attr(0644,root,root) %config(noreplace) /etc/pam.d/system-config-time
cvsdist 4bd137b
%attr(0644,root,root) %config(noreplace) /etc/security/console.apps/dateconfig
cvsdist 4bd137b
%attr(0644,root,root) %config(noreplace) /etc/pam.d/dateconfig
cvsdist 4bd137b
%attr(0644,root,root) %config(noreplace) /etc/ntp/ntpservers
cvsdist 4bd137b
%attr(0644,root,root) %config(noreplace) /usr/share/system-config-date/ntp.template
cvsdist 4bd137b
cvsdist 4bd137b
%changelog
7a18741
* Thu Dec 08 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.9
7a18741
- draw frame around highlighted region
7a18741
9671336
* Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.8
9671336
- reshow shaded map when reentering map widget from outside
9671336
- clear status line when outside region area in zoomed mode
9671336
7b740a4
* Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.7
7b740a4
- only select region if pointer is inside region
7b740a4
- replace aa-based shading to avoid aa-related deficiencies of GnomeCanvas
7b740a4
- show shaded border around zoomed in region to zoom out without selecting a
7b740a4
  city
7b740a4
7b740a4
* Wed Nov 23 2005 Nils Philippsen <nphilipp@redhat.com>
7b740a4
- don't let cities get miraculously lost (#173944, patch by Chris Lumens)
7b740a4
7b740a4
* Mon Nov 21 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.6
de4b69b
- fix zooming problems with enlarged window (#172982)
de4b69b
- apply workaround by Alex Larsson to avoid hanging when clicking on Asia
de4b69b
  region (#172977)
de4b69b
- add Middle America region, make Antarctica regions overlapping
de4b69b
3176bcf
* Thu Nov 10 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.5
3176bcf
- when choosing a region, shade off the rest of the map when hovering over a
3176bcf
  region
3176bcf
9ad693d
* Wed Nov 09 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.4
9ad693d
- implement simple timezone zooming
9ad693d
47b632b
* Fri Oct 21 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.3
47b632b
- revamp pot file generation (#171330)
47b632b
47b632b
* Fri Oct 14 2005 Nils Philippsen <nphilipp@redhat.com>
47b632b
- don't use pam_stack (#170623)
47b632b
e062ac3
* Fri Oct 07 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.2
e062ac3
- write comment about the ZONE parameter into /etc/sysconfig/clock (#123101)
e062ac3
- handle comments when reading /etc/sysconfig/clock
e062ac3
- consistently use spaces for indentation in timezoneBackend.py
e062ac3
85d949d
* Thu Sep 22 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.1
85d949d
- check whether NTP server is reachable on changes (#135747)
85d949d
85d949d
* Tue Aug 09 2005 Nils Philippsen <nphilipp@redhat.com>
85d949d
- remove workaround causing deprecation warnings for bug that doesn't exist
85d949d
  anymore (#162840)
85d949d
671b582
* Thu Aug 04 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.0
671b582
- add and edit NTP servers inline in the list
671b582
- always display clock left-to-right (#165109)
671b582
- try to be smart about restrict lines when changing or deleting hosts
671b582
- include *.pyo files (#165097)
671b582
- don't remove *.pyc files in %%preun because they're in the file list
33bb062
- don't include timetool symlink anymore
33bb062
- don't install firstboot module symlink, this is dealt with in the firstboot
33bb062
  package for quite a while
671b582
671b582
* Wed Aug 03 2005 Nils Philippsen <nphilipp@redhat.com>
671b582
- implement --help, catch unrecognized options (#164791)
671b582
ed81bec
* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.18
ed81bec
- make desktop file translatable (#156792)
ed81bec
- avoid DeprecationWarnings
ed81bec
- use DESTDIR consistently (#156782)
ed81bec
6874a92
* Tue Apr 19 2005 Matthias Clasen <mclasen@redhat.com> 1.7.17-2
ed81bec
- Silence %%post
6874a92
73aea48
* Fri Apr 15 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.17
73aea48
- make more strings translatable (#154873)
73aea48
45c3068
* Fri Apr 01 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.16-2
c5966f6
- use True, False instead of gtk.TRUE, gtk.FALSE to avoid deprecation warnings
45c3068
  (#153037, patch by Colin Charles)
c5966f6
31cbaa0
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
31cbaa0
- rebuilt
31cbaa0
c5966f6
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 1.7.15-2
87d9d5a
- Update the GTK+ theme icon cache on (un)install
87d9d5a
c5966f6
* Sat Jan 15 2005 Nils Philippsen <nphilipp@redhat.com>
c5966f6
- use current default ntp.conf as template (#132787, #135142)
c5966f6
924e1f4
* Mon Dec 13 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.15-1
924e1f4
- don't lookup names or IP addresses as this may result in hangs (#142583)
924e1f4
ae84658
* Mon Nov 29 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.14-1
ae84658
- bump version
ae84658
ae84658
* Fri Nov 26 2004 Nils Philippsen <nphilipp@redhat.com>
ae84658
- don't use duplicate accelerators (#134172, #140241)
ae84658
3cb41c0
* Fri Nov 26 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.13-1
3cb41c0
- enable Gujarati and Tamil translations (#140881)
3cb41c0
e68b204
* Mon Nov 22 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.12-1
e68b204
- remove wrongly encoded character (#140318) and duplicate word from French
e68b204
  man page
bedb120
81a5311
* Wed Sep 29 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.11-1
81a5311
- avoid GtkDeprecationWarning on gtk.mainquit on new pygtk (#134043)
81a5311
267c478
* Tue Sep 28 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.10-1
267c478
- make timezone page contents actually be shown in firstboot
267c478
4cde52d
* Tue Sep 28 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.9-1
4cde52d
- enable choosing which notebook page(s) to show (for firstboot, #133748)
4cde52d
- some minor firstboot API changes, conflict with firstboot <= 1.3.26
4cde52d
- some minor UI tweaks
4cde52d
- remove pool.ntp.org from list of NTP server choices as system-config-date
4cde52d
  doesn't handle multi-IP machines really well ATM
4cde52d
065e280
* Fri Sep 17 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.8-1
065e280
- use pool.ntp.org as first choice of NTP servers (#132787)
065e280
33fcd09
* Thu Sep 16 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.7-2
33fcd09
- buildrequire python
33fcd09
b4b34bb
* Tue Sep 14 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.7-1
90e297e
- byte-compile python files
b4b34bb
- first shot at something like an interface for firstboot
90e297e
90e297e
* Mon Sep 13 2004 Nils Philippsen <nphilipp@redhat.com>
90e297e
- get widget sensitivity correct on startup (#132431)
90e297e
cvsdist 01f877f
* Thu Sep 03 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.5-1
cvsdist 01f877f
- actually display time zone map (#131641)
cvsdist 01f877f
- put NTP stuff into own tab to better accommodate firstboot (#131314)
cvsdist 01f877f
- add accelerators to Date & Time tab
cvsdist 01f877f
cvsdist 5640bd9
* Fri Aug 27 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.4-1
cvsdist 5640bd9
- handle multiple servers, broadcastclient (#115148),
cvsdist 5640bd9
  local time source (#72110)
cvsdist 5640bd9
cvsdist ebacd80
* Tue Aug 03 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.3.1-1
cvsdist ebacd80
- fix Japanese man page (#128766)
cvsdist ebacd80
cvsdist 317ccdf
* Wed Apr 14 2004 Brent Fox <bfox@redhat.com> 1.7.3-3
cvsdist 317ccdf
- update desktop file (bug #120709)
cvsdist 317ccdf
cvsdist 317ccdf
* Tue Apr  6 2004 Brent Fox <bfox@redhat.com> 1.7.3-2
cvsdist 317ccdf
- fix desktop file icon path (bug #120176)
cvsdist 317ccdf
cvsdist 317ccdf
* Wed Mar 24 2004 Brent Fox <bfox@redhat.com> 1.7.3-1
cvsdist 317ccdf
- just copy over file, don't remove it (bug #119076)
cvsdist 317ccdf
cvsdist 7fdf6f2
* Fri Mar  5 2004 Brent Fox <bfox@redhat.com> 1.7.2-1
cvsdist 7fdf6f2
- preserve old restrict lines (bug #72110)
cvsdist 7fdf6f2
cvsdist 7fdf6f2
* Tue Feb  3 2004 Brent Fox <bfox@redhat.com> 1.7.1-2
cvsdist 7fdf6f2
- correct typo in URL in specfile
cvsdist 7fdf6f2
cvsdist 4bd137b
* Thu Jan  8 2004 Brent Fox <bfox@redhat.com> 1.7.1-1
cvsdist 4bd137b
- apply patch from bug #109803
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Nov 19 2003 Brent Fox <bfox@redhat.com> 1.6.1-1
cvsdist 4bd137b
- rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Nov 12 2003 Brent Fox <bfox@redhat.com> 1.6.0-1
cvsdist 4bd137b
- rename to system-config-date
cvsdist 4bd137b
- add Obsoletes for redhat-config-date
cvsdist 4bd137b
- adapt to Python2.3
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Nov  3 2003 Brent Fox <bfox@redhat.com> 1.5.27-1
cvsdist 4bd137b
- add flag to allow timezone page to come up first
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Oct 29 2003 Brent Fox <bfox@redhat.com> 1.5.26-1
cvsdist 4bd137b
- add French translation for man page from Frederic.Hornain@GB.BE
cvsdist 4bd137b
cvsdist 4bd137b
* Sun Oct 26 2003 Brent Fox <bfox@redhat.com> 1.5.25-1
cvsdist 4bd137b
- fix some other timezone po file encoding problems
cvsdist 4bd137b
cvsdist 4bd137b
* Sun Oct 26 2003 Brent Fox <bfox@redhat.com> 1.5.24-1
cvsdist 4bd137b
- make sure is.po file is UTF-8 encoded.  (bug #107439) Similar to bug #107033
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Oct 15 2003 Brent Fox <bfox@redhat.com> 1.5.23-1
cvsdist 4bd137b
- UTF8-ify po/timezones/de.po (bug #107033)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Sep 19 2003 Brent Fox <bfox@redhat.com> 1.5.22-2
cvsdist 4bd137b
- rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Sep 19 2003 Brent Fox <bfox@redhat.com> 1.5.22-1
cvsdist 4bd137b
- call timeconfig if the GUI cannot be started (bug #104718)
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Sep 11 2003 Brent Fox <bfox@redhat.com> 1.5.21-2
cvsdist 4bd137b
- bump relnum and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Sep 11 2003 Brent Fox <bfox@redhat.com> 1.5.21-1
cvsdist 4bd137b
- rebuild with fixed po file encodings (bug #104019)
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Sep 10 2003 Brent Fox <bfox@redhat.com> 1.5.20-1
cvsdist 4bd137b
- add a Requires for newt (bug #104148)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 29 2003 Brent Fox <bfox@redhat.com> 1.5.19-2
cvsdist 4bd137b
- bump relnum and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 29 2003 Brent Fox <bfox@redhat.com> 1.5.19-1
cvsdist 4bd137b
- if timezone in /etc/sysconfig/clock is not in zone.tab, default to America/New_York (bug #101575)
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 1.5.18-1
cvsdist 4bd137b
- tag on every build
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jun 25 2003 Brent Fox <bfox@redhat.com> 1.5.15-2
cvsdist 4bd137b
- bump version number and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jun 25 2003 Brent Fox <bfox@redhat.com> 1.5.15-1
cvsdist 4bd137b
- don't move /usr/share/zoneinfo/UTC into /etc/localtime (#91228)
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Jun 16 2003 Brent Fox <bfox@redhat.com> 1.5.14-2
cvsdist 4bd137b
- bump number and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Jun 16 2003 Brent Fox <bfox@redhat.com> 1.5.14-1
cvsdist 4bd137b
- Add a function to get timezone date page (bug #91984)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.13-1
cvsdist 4bd137b
- if /var/spool/postfix/etc/localtime exists, copy the new timezone file there (bug #88249)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.12-1
cvsdist 4bd137b
- add a header comment to ntpservers file (bug #91619)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.11-2
cvsdist 4bd137b
- bump rel num and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 22 2003 Brent Fox <bfox@redhat.com> 1.5.11-1
cvsdist 4bd137b
- check for the existence of hwclock before running (bug #91323)
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 22 2003 Brent Fox <bfox@redhat.com> 1.5.10-1
cvsdist 4bd137b
- pull zonetab classes out into separate file to fix bug (#90185)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue May 20 2003 Brent Fox <bfox@redhat.com> 1.5.9-11
cvsdist 4bd137b
- copy actual timezone into /etc/localtime instead of making a symlink (bug #91228)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri May 16 2003 Brent Fox <bfox@redhat.com> 1.5.9-10
cvsdist 4bd137b
- when using UTC, make /etc/localtime point to /usr/share/zoneinfo/UTC (bug #89132)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri May 16 2003 Brent Fox <bfox@redhat.com> 1.5.9-9
cvsdist 4bd137b
- Added mnemonics to widgets that didn't have them (bug #91026)
cvsdist 4bd137b
- convert some timezone po files to utf-8 (bug #88461)
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Feb 26 2003 Brent Fox <bfox@redhat.com> 1.5.9-8
cvsdist 4bd137b
- add requires for ntp (bug #85229)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Feb 21 2003 Brent Fox <bfox@redhat.com> 1.5.9-7
cvsdist 4bd137b
- remove dependency for gnome-python2-canvas, pygtk and ntp (bug #84837)
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Feb 12 2003 Jeremy Katz <katzj@redhat.com> 1.5.9-6
cvsdist 4bd137b
- set codeset so that textmode works (#83518)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Feb 11 2003 Brent Fox <bfox@redhat.com> 1.5.9-5
cvsdist 4bd137b
- rebuild with latest docs
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Feb 11 2003 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- updated docs
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Feb  4 2003 Brent Fox <bfox@redhat.com> 1.5.9-4
cvsdist 4bd137b
- fall back to IP if we can't resolve it back to a hostname (bug #83463)
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Feb  3 2003 Brent Fox <bfox@redhat.com> 1.5.9-3
cvsdist 4bd137b
- catch bogus ntp server names and raise a dialog
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Feb  3 2003 Brent Fox <bfox@redhat.com> 1.5.9-2
cvsdist 4bd137b
- don't change value of ARC accidentally (bug #82281)
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jan 30 2003 Brent Fox <bfox@redhat.com> 1.5.9-1
cvsdist 4bd137b
- bump and build
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jan 29 2003 Brent Fox <bfox@redhat.com> 1.5.8-1
cvsdist 4bd137b
- use the new Red Hat ntp servers
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jan 16 2003 Brent Fox <bfox@redhat.com> 1.5.7-6
cvsdist 4bd137b
- catch error with no NTP server
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jan 15 2003 Brent Fox <bfox@redhat.com> 1.5.7-5
cvsdist 4bd137b
- write IPs to the server line instead of domain names (bug #70557)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Jan 14 2003 Brent Fox <bfox@redhat.com> 1.5.7-4
cvsdist 4bd137b
- list only stratum 2 ntp servers (bug #81629)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jan 10 2003 Brent Fox <bfox@redhat.com> 1.5.7-3
cvsdist 4bd137b
- better check on ntp status by looking at initscrip return code
cvsdist 4bd137b
- sent ntp initscript output to /dev/null when calling os.system()
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jan  9 2003 Brent Fox <bfox@redhat.com> 1.5.7-2
cvsdist 4bd137b
- change to condrestart
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jan  3 2003 Brent Fox <bfox@redhat.com> 1.5.7-1
cvsdist 4bd137b
- create a TUI to replace timeconfig
cvsdist 4bd137b
- obsolete timeconfig
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jan  2 2003 Brent Fox <bfox@redhat.com> 1.5.6-3
cvsdist 4bd137b
- write an ipaddress for the restrict line (bug #80593)
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Dec 23 2002 Brent Fox <bfox@redhat.com> 1.5.6-2
cvsdist 4bd137b
- handle missing ntpservers file
cvsdist 4bd137b
- don't pass in parent, it breaks firstboot
cvsdist 4bd137b
- handle busted ntp initscript
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Dec 13 2002 Brent Fox <bfox@redhat.com> 1.5.5-2
cvsdist 4bd137b
- Print an error message if run from the console
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Nov 15 2002 Brent Fox <bfox@redhat.com> 1.5.5-1
cvsdist 4bd137b
- Handle empty server lines in /etc/ntp.conf
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Nov 12 2002 Brent Fox <bfox@redhat.com> 1.5.4-2
cvsdist 4bd137b
- Rebuild with latest translations
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Oct 30 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Add a build requires for python-tools
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Oct 25 2002 Brent Fox <bfox@redhat.com> 1.5.4-1
cvsdist 4bd137b
- Write out an appropriate restrict line to /etc/ntp.conf
cvsdist 4bd137b
- Fixes bug 70557
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Oct 22 2002 Brent Fox <bfox@redhat.com> 1.5.3-1
cvsdist 4bd137b
- Apply patch from katzj to fix bug 76313
cvsdist 4bd137b
- Fix bug 72149 correctly this time (hopefully)
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Oct 14 2002 Brent Fox <bfox@redhat.com> 1.5.2-12
cvsdist 4bd137b
- Move ntpservers file into /etc/ntp.  Fixes bug 74339
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Oct 10 2002 Brent Fox <bfox@redhat.com> 1.5.2-11
cvsdist 4bd137b
- Fix bug 72149.  Always apply timezone changes
cvsdist 4bd137b
- Fix bug 73498.  Apply UTC changes properly
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Sep 03 2002 Brent Fox <bfox@redhat.com> 1.5.2-10
cvsdist 4bd137b
- convert desktop file to UTF8
cvsdist 4bd137b
- pull in latest translations
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 30 2002 Brent Fox <bfox@redhat.com> 1.5.2-9
cvsdist 4bd137b
- run chkconfig on starting/stopping ntpd
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Aug 29 2002 Brent Fox <bfox@redhat.com> 1.5.2-8
cvsdist 4bd137b
- set the flag to close parent on non-NTP setups
cvsdist 4bd137b
- create an updateSpinButton function
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Aug 27 2002 Brent Fox <bfox@redhat.com> 1.5.2-7
cvsdist 4bd137b
- Retrieve the only the first NTP server if there's more than one
cvsdist 4bd137b
- Only modify the first server entry if there's more than one
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Aug 27 2002 Brent Fox <bfox@redhat.com> 1.5.2-6
cvsdist 4bd137b
- Handle the case of having no server line in ntp.conf
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 26 2002 Brent Fox <bfox@redhat.com> 1.5.2-5
cvsdist 4bd137b
- Raise error dialogs if NTP servers can't be contacted
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Aug 21 2002 Brent Fox <bfox@redhat.com> 1.5.2-4
cvsdist 4bd137b
- pull translation domains from rhpl
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Aug 21 2002 Brent Fox <bfox@redhat.com> 1.5.2-3
cvsdist 4bd137b
- Fix timezone selection bug
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 19 2002 Brent Fox <bfox@redhat.com> 1.5.2-2
cvsdist 4bd137b
- Convert desktop file to UTF-8
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 19 2002 Brent Fox <bfox@redhat.com> 1.5.2-1
cvsdist 4bd137b
- Limit ping timeout to 5 seconds.  We need a better solution for this in the future
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Aug 13 2002 Brent Fox <bfox@redhat.com> 1.5.1-2
cvsdist 4bd137b
- Make spin buttons keyboard sensitive.  Fixes bug 68967
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 12 2002 Tammy Fox <tfox@redhat.com> 1.5.1-1
cvsdist 4bd137b
- replace System with SystemSetup in desktop file categories
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Aug 06 2002 Brent Fox <bfox@redhat.com> 1.5-2
cvsdist 4bd137b
- use template ntp.conf file if the original has been removed for some reason
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 05 2002 Brent Fox <bfox@redhat.com> 1.5-1
cvsdist 4bd137b
- Fix translations for timezone list
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 02 2002 Brent Fox <bfox@redhat.com> 1.4-8
cvsdist 4bd137b
- Use new pam timestamp rules
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jul 31 2002 Brent Fox <bfox@redhat.com>1.4-7
cvsdist 4bd137b
- Put an end-of-line in /etc/ntp/step-tickers
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jul 25 2002 Brent Fox <bfox@redhat.com> 1.4-6
cvsdist 4bd137b
- Default to New York if the timezone in /etc/sysconfig/clock is bogus
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 1.4-5
cvsdist 4bd137b
- Fixed console file bad link
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Jul 23 2002 Tammy Fox <tfox@redhat.com> 1.4-4
cvsdist 4bd137b
- Change desktop file name (bug #69470)
cvsdist 4bd137b
- Spec file fixes
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jul 18 2002 Brent Fox <bfox@redhat.com> 1.4-3
cvsdist 4bd137b
- Update for pygtk2 API change
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jul 17 2002 Brent Fox <bfox@redhat.com> 1.4-2
cvsdist 4bd137b
- Fix padding problem
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jul 12 2002 Tammy Fox <tfox@redhat.com> 1.4-1
cvsdist 4bd137b
- Updated docs for gtk2 interface
cvsdist 4bd137b
- Add note about security level and ntpd (bug #68039)
cvsdist 4bd137b
- Move desktop file to /usr/share/applications only
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jul 11 2002 Brent Fox <bfox@redhat.com> 1.3-4
cvsdist 4bd137b
- Remove some lingering references to dateconfig
cvsdist 4bd137b
- Create symbolic link from dateconfig to redhat-config-date
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jul 10 2002 Brent Fox <bfox@redhat.com> 1.3-1
cvsdist 4bd137b
- Rename dateconfig to redhat-config-date
cvsdist 4bd137b
- Check to see if we can ping ntp server before starting ntpd
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Jul 9 2002 Brent Fox <bfox@redhat.com> 1.2-1
cvsdist 4bd137b
- Pull out ntp servers into a separate file
cvsdist 4bd137b
- Write /etc/ntp/step-tickers file
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Jul 1 2002 Brent Fox <bfox@redhat.com> 1.1-3
cvsdist 4bd137b
- If an NTP server is already specified, add it to the combo list
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jun 28 2002 Brent Fox <bfox@redhat.com> 1.1-2
cvsdist 4bd137b
- Changed spacing of buttons on bottom of the window
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jun 27 2002 Tammy Fox <tfox@redhat.com> 1.1-2
cvsdist 4bd137b
- Added border widths to clean up interface
cvsdist 4bd137b
- Hooked up help
cvsdist 4bd137b
- Removed Apply button
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jun 27 2002 Brent Fox <bfox@redhat.com> 1.1-1
cvsdist 4bd137b
- Updated pot file and respective po files
cvsdist 4bd137b
cvsdist 4bd137b
* Sat Jun 22 2002 Brent Fox <bfox@redhat.com> 1.0.3-1
cvsdist 4bd137b
- Fixed bug 66655
cvsdist 4bd137b
- Fixed problem with selecting the current timezone in timezone_gui
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Jun 17 2002 Brent Fox <bfox@redhat.com> 1.0.2-1
cvsdist 4bd137b
- Reenable the icon
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 30 2002 Brent Fox <bfox@redhat.com> 1.0.1-5
cvsdist 4bd137b
- Fixed translation bug
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 30 2002 Brent Fox <bfox@redhat.com> 1.0.1-4
cvsdist 4bd137b
- Removed Requires for pygnome
cvsdist 4bd137b
cvsdist 4bd137b
* Mon May 20 2002 Brent Fox <bfox@redhat.com> 1.0.1-3
cvsdist 4bd137b
- Pulled in documentation bugfix for bug #65228
cvsdist 4bd137b
cvsdist 4bd137b
* Mon May 13 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Added Swedish translations to desktop file from menthos@menthos.com
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 2 2002 Brent Fox <bfox@redhat.com> 1.0.1-2
cvsdist 4bd137b
- Update for timezone translations
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-1
cvsdist 4bd137b
- Update for translations
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Feb 25 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Bump version to 1.0 
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Feb 12 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Finished port to Python2.2/GTK2
cvsdist 4bd137b
- Handle starting ntpd more gracefully
cvsdist 4bd137b
- Made variable naming more consistent
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Jan 22 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Replaced C code for timezone map with Python from anaconda
cvsdist 4bd137b
- Remove timezonemapmodule from /usr/lib/dateconfig
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Oct 18 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Put timezonemapmodule in /usr/lib/dateconfig
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Aug 30 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.4-6
cvsdist 4bd137b
- Fix some character sets for translations (#52851)
cvsdist 4bd137b
- dateconfig.png isn't a config file, mark the config files as noreplace
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 27 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- Updated docs for UTC button
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Aug 16 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Fix sizing for non-US languages
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 6 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- added redhat-config-time and redhat-config-date scripts
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 3 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- created an icon 
cvsdist 4bd137b
- fixed install process to install icon and drop a file in /etc/X11/sysconfig
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug  3 2001 Preston Brown <pbrown@redhat.com>
cvsdist 4bd137b
- set hardware clock as well.
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jul 27 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 4bd137b
- Add Japanese translation.
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jul 20 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- added i18n stuff
cvsdist 4bd137b
* Wed Jul 04 2001 Karsten Hopp <karsten@redhat.de>
cvsdist 4bd137b
- fix install-path (INSTROOT)
cvsdist 4bd137b
* Tue Jun 27 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- added help and help button
cvsdist 4bd137b
* Sun Jun 24 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- got starting and stopping of ntpd working
cvsdist 4bd137b
- enabled detection of whether ntpd is currently running 
cvsdist 4bd137b
- added msf to author list
cvsdist 4bd137b
* Thu Jun 21 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- fixed problem with system path in timezone_gui.py
cvsdist 4bd137b
* Wed Jun 13 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- improved man page
cvsdist 4bd137b
* Tue Jun 12 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- added console access, fixed Makefile and spec file
cvsdist 4bd137b
* Mon Jun 11 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- added ntp section and timezone section
cvsdist 4bd137b
* Sun Jan 28 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- initial coding and packaging
cvsdist 4bd137b