582fc6874f
We need to upversion as the leapseconds files have expired. We also pick up any changes to timezones, such as when DST occurs. Verification: - tzdata package builds ok - check built package to ensure it contains the leap-seconds.list file - build-iso and make sure it contains the new rpm - boot the iso and ensure nothing weird observed regarding the date - run "export TZ=/usr/share/zoneinfo/EST5EDT" followed by the date command and ensure that it displays the correct time for that timezone Partial-Bug: 1981368 Change-Id: Ic12eb4a3a1eb3d545a4ae5d24dc01f83aeed08a0 Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
28 lines
863 B
Diff
28 lines
863 B
Diff
From 2fd8ca86ef141505384a49ea2a7bdf9c9c44bbb9 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <2fd8ca86ef141505384a49ea2a7bdf9c9c44bbb9.1657567631.git.Jim.Somerville@windriver.com>
|
|
From: Jim Somerville <Jim.Somerville@windriver.com>
|
|
Date: Mon, 6 Dec 2021 16:42:24 -0500
|
|
Subject: [PATCH] Update package versioning for TIS format
|
|
|
|
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
|
|
---
|
|
SPECS/tzdata.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/tzdata.spec b/SPECS/tzdata.spec
|
|
index 41bcba5..36604e0 100644
|
|
--- a/SPECS/tzdata.spec
|
|
+++ b/SPECS/tzdata.spec
|
|
@@ -3,7 +3,7 @@ Name: tzdata
|
|
Version: 2022a
|
|
%define tzdata_version 2022a
|
|
%define tzcode_version 2022a
|
|
-Release: 1%{?dist}
|
|
+Release: 1.el7%{?_tis_dist}.%{tis_patch_ver}
|
|
License: Public Domain
|
|
Group: System Environment/Base
|
|
URL: https://www.iana.org/time-zones
|
|
--
|
|
2.29.2
|
|
|