From 5cde3409771d6fa4f5e9ce424ce884da7d375228 Mon Sep 17 00:00:00 2001 From: SuperSix173 Date: Wed, 18 Aug 2021 10:09:19 +0800 Subject: [PATCH] add factory timezone --- tzdata.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tzdata.spec b/tzdata.spec index 5105514..5a0a060 100644 --- a/tzdata.spec +++ b/tzdata.spec @@ -1,6 +1,6 @@ Name: tzdata Version: 2021a -Release: 2 +Release: 3 Summary: Timezone data License: Public Domain URL: https://www.iana.org/time-zones @@ -57,7 +57,7 @@ echo "%{name}%{version}" >> VERSION make VERSION=%{version} DATAFORM=rearguard tzdata.zi FILES="africa antarctica asia australasia europe northamerica southamerica - etcetera backward" + etcetera backward factory" mkdir zoneinfo/{,posix,right} zic -y ./yearistype -d zoneinfo -L /dev/null -p America/New_York $FILES @@ -107,6 +107,9 @@ install -p -m 644 tzdb.dat $RPM_BUILD_ROOT%{_datadir}/javazi-1.8/ %{_datadir}/javazi-1.8 %changelog +* Tue Aug 17 2021 liuchao -2021a-3 +- add factory timezone + * Tue Aug 17 2021 liuchao -2021a-2 - enable make check and skip check_web