From 62be316acc802e36bd76e3274e97b0df2720163e Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jan 17 2006 08:34:15 +0000 Subject: fix setting timezone from firstboot (#177779, patch by Chris Lumens) --- diff --git a/.cvsignore b/.cvsignore index f3f6342..ccade89 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -system-config-date-1.7.99.14.tar.bz2 +system-config-date-1.7.99.15.tar.bz2 diff --git a/sources b/sources index cfb57eb..aae6a90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d679b271a906c3491d4ec7f59a082993 system-config-date-1.7.99.14.tar.bz2 +7591b09fc66ae88a759aead6b94974b3 system-config-date-1.7.99.15.tar.bz2 diff --git a/system-config-date.spec b/system-config-date.spec index 7720a4d..7b263a5 100644 --- a/system-config-date.spec +++ b/system-config-date.spec @@ -1,6 +1,6 @@ Summary: A graphical interface for modifying system date and time Name: system-config-date -Version: 1.7.99.14 +Version: 1.7.99.15 Release: 1 URL: http://fedora.redhat.com/projects/config-tools/ License: GPL @@ -93,7 +93,10 @@ fi %attr(0644,root,root) %config(noreplace) /usr/share/system-config-date/ntp.template %changelog -* Mon Jan 16 2006 Nils Philippsen 1.7.99.14-1 +* Tue Jan 17 2006 Nils Philippsen 1.7.99.15 +- fix setting timezone from firstboot (#177779, patch by Chris Lumens) + +* Mon Jan 16 2006 Nils Philippsen 1.7.99.14 - put Etc/... timezones into "Non-geographic timezones" (#148025) - default to already set timezone on startup (#177815)