Resolves: #1789468
- Don't build the factory zone for tzdata-java. Patch provided by Severin Gehwolf <sgehwolf@redhat.com> (#1789468)
This commit is contained in:
parent
92f74b8c8a
commit
71d3266c7b
@ -3,7 +3,7 @@ Name: tzdata
|
|||||||
Version: 2019c
|
Version: 2019c
|
||||||
%define tzdata_version 2019c
|
%define tzdata_version 2019c
|
||||||
%define tzcode_version 2019c
|
%define tzcode_version 2019c
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: https://www.iana.org/time-zones
|
URL: https://www.iana.org/time-zones
|
||||||
Source0: ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz
|
Source0: ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz
|
||||||
@ -91,7 +91,7 @@ zic -y ./yearistype -d zoneinfo/right -L leapseconds $FILES
|
|||||||
JAVA_FILES="rearguard/africa rearguard/antarctica rearguard/asia \
|
JAVA_FILES="rearguard/africa rearguard/antarctica rearguard/asia \
|
||||||
rearguard/australasia rearguard/europe rearguard/northamerica \
|
rearguard/australasia rearguard/europe rearguard/northamerica \
|
||||||
rearguard/southamerica rearguard/pacificnew rearguard/etcetera \
|
rearguard/southamerica rearguard/pacificnew rearguard/etcetera \
|
||||||
rearguard/backward rearguard/factory"
|
rearguard/backward"
|
||||||
|
|
||||||
# Java 6/7 tzdata
|
# Java 6/7 tzdata
|
||||||
pushd javazic
|
pushd javazic
|
||||||
@ -134,6 +134,10 @@ install -p -m 644 tzdb.dat $RPM_BUILD_ROOT%{_datadir}/javazi-1.8/
|
|||||||
%{_datadir}/javazi-1.8
|
%{_datadir}/javazi-1.8
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 17 2020 Patsy Griffin <patsy@redhat.com> - 2019c-2
|
||||||
|
- Don't build the factory zone for tzdata-java.
|
||||||
|
Patch provided by Severin Gehwolf <sgehwolf@redhat.com> (#1789468)
|
||||||
|
|
||||||
* Mon Sep 23 2019 Patsy Griffin <patsy@redhat.com> - 2019c-1
|
* Mon Sep 23 2019 Patsy Griffin <patsy@redhat.com> - 2019c-1
|
||||||
- Rebase to tzdata-2019c
|
- Rebase to tzdata-2019c
|
||||||
- Fiji will observe DST from 2019-11-10 to 2020-01-12.
|
- Fiji will observe DST from 2019-11-10 to 2020-01-12.
|
||||||
|
Loading…
Reference in New Issue
Block a user