This commit is contained in:
parent
89af6a7bb2
commit
5cb4b6c9b4
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 21 19:19:55 CEST 2007 - pbaudis@suse.cz
|
||||||
|
|
||||||
|
- Update to version 2007g
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 02:40:13 CEST 2007 - pbaudis@suse.cz
|
||||||
|
|
||||||
|
- Fix %post if /etc/localtime doesn't exist yet
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 3 11:36:39 CEST 2007 - pbaudis@suse.cz
|
Fri Aug 3 11:36:39 CEST 2007 - pbaudis@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package timezone (Version 2007f)
|
# spec file for package timezone (Version 2007g)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
Name: timezone
|
Name: timezone
|
||||||
License: Public Domain, Freeware
|
License: Public Domain, Freeware
|
||||||
Summary: Timezone descriptions
|
Summary: Timezone Descriptions
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2007f
|
Version: 2007g
|
||||||
Release: 2
|
Release: 1
|
||||||
URL: http://www.gnu.org/software/libc/libc.html
|
URL: http://www.gnu.org/software/libc/libc.html
|
||||||
PreReq: filesystem
|
PreReq: filesystem
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -69,7 +69,7 @@ then
|
|||||||
if [ -n "$TIMEZONE" -a -f /etc/localtime -a -f /usr/share/zoneinfo/$TIMEZONE ]; then
|
if [ -n "$TIMEZONE" -a -f /etc/localtime -a -f /usr/share/zoneinfo/$TIMEZONE ]; then
|
||||||
cp /usr/share/zoneinfo/$TIMEZONE /etc/localtime
|
cp /usr/share/zoneinfo/$TIMEZONE /etc/localtime
|
||||||
else
|
else
|
||||||
[ -f /etc/localtime ] && echo "WARNING: Not updating /etc/localtime with new zone file" >&2
|
[ ! -f /etc/localtime ] || echo "WARNING: Not updating /etc/localtime with new zone file" >&2
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -82,6 +82,10 @@ fi
|
|||||||
%{_sbindir}/zic
|
%{_sbindir}/zic
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 21 2007 - pbaudis@suse.cz
|
||||||
|
- Update to version 2007g
|
||||||
|
* Wed Aug 08 2007 - pbaudis@suse.cz
|
||||||
|
- Fix %%post if /etc/localtime doesn't exist yet
|
||||||
* Fri Aug 03 2007 - pbaudis@suse.cz
|
* Fri Aug 03 2007 - pbaudis@suse.cz
|
||||||
- Split timezone package to a separate physical package
|
- Split timezone package to a separate physical package
|
||||||
* Fri Jul 27 2007 - aj@suse.de
|
* Fri Jul 27 2007 - aj@suse.de
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee0e090dc5d5ee4ba02a715b5f80577e1c576470c7f61cb7ed70700b484c4f3b
|
|
||||||
size 189906
|
|
3
tzcode2007g.tar.gz
Normal file
3
tzcode2007g.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3295b2cc20e691ea43f00c5a347b9fed7589bfad192222919f5674da42b8e03f
|
||||||
|
size 190408
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cfedfd49351d41da0fe5a26be2eadc8ae0cf1b5b1cea1d31aafb6913f907493e
|
|
||||||
size 160513
|
|
3
tzdata2007g.tar.gz
Normal file
3
tzdata2007g.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:082943adc009753b046227f143051ef41d9c549292f0415242188aaac9e2ee5b
|
||||||
|
size 161080
|
Loading…
Reference in New Issue
Block a user