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
This commit is contained in:
Dirk Mueller 2023-01-24 08:25:52 +00:00 committed by Git OBS Bridge
parent 6bef31318b
commit 24fc92005c
4 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 24 08:13:08 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Install leapseconds data to %{_datadir}/zoneinfo/; this is now
required by some scientific applications.
-------------------------------------------------------------------
Wed Nov 30 22:42:51 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 24 08:13:08 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Install leapseconds data to %{_datadir}/zoneinfo/; this is now
required by some scientific applications.
-------------------------------------------------------------------
Wed Nov 30 22:42:51 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -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)