From 24fc92005c6b831f9fb0220d8cc19609e8a4c555bdce5fa2104f6a55d41de23e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 Jan 2023 08:25:52 +0000 Subject: [PATCH] Accepting request 1060576 from home:badshah400:branches:science Install leapseconds data to %{_datadir}/zoneinfo/; this is now required by some scientific applications. OBS-URL: https://build.opensuse.org/request/show/1060576 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=294 --- timezone-java.changes | 6 ++++++ timezone-java.spec | 2 +- timezone.changes | 6 ++++++ timezone.spec | 3 ++- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/timezone-java.changes b/timezone-java.changes index 8368413..09af3b2 100644 --- a/timezone-java.changes +++ b/timezone-java.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 24 08:13:08 UTC 2023 - Atri Bhattacharya + +- Install leapseconds data to %{_datadir}/zoneinfo/; this is now + required by some scientific applications. + ------------------------------------------------------------------- Wed Nov 30 22:42:51 UTC 2022 - Andreas Stieger diff --git a/timezone-java.spec b/timezone-java.spec index 7f13f5e..ef6844b 100644 --- a/timezone-java.spec +++ b/timezone-java.spec @@ -1,7 +1,7 @@ # # spec file for package timezone-java # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/timezone.changes b/timezone.changes index 8368413..09af3b2 100644 --- a/timezone.changes +++ b/timezone.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 24 08:13:08 UTC 2023 - Atri Bhattacharya + +- Install leapseconds data to %{_datadir}/zoneinfo/; this is now + required by some scientific applications. + ------------------------------------------------------------------- Wed Nov 30 22:42:51 UTC 2022 - Andreas Stieger diff --git a/timezone.spec b/timezone.spec index 067079b..31a0de5 100644 --- a/timezone.spec +++ b/timezone.spec @@ -1,7 +1,7 @@ # # spec file for package timezone # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -89,6 +89,7 @@ install -m 644 tzdata.zi %{buildroot}%{_prefix}/share/zoneinfo/tzdata.zi install -D -m 755 tzselect %{buildroot}%{_bindir}/tzselect install -D -m 755 zdump %{buildroot}%{_sbindir}/zdump install -D -m 755 zic %{buildroot}%{_sbindir}/zic +install -m 644 -t %{buildroot}%{_datadir}/zoneinfo/ leapseconds leapseconds.awk leap-seconds.list %files %defattr(-,root,root)