From c4794d37aa0c25ffddbe8e4663df2bd8551002806a02c66d9aeaa3a6003941ab Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Fri, 22 Mar 2024 11:05:12 +0000 Subject: [PATCH 1/3] Accepting request 1158975 from home:lnussel:branches:Base:System - Use /bin/sh for tzselect. Used to require bash for the 'select' builtin but has a fallback meanwhile so no need for explicit bash anymore. OBS-URL: https://build.opensuse.org/request/show/1158975 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=310 --- timezone.changes | 7 +++++++ timezone.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/timezone.changes b/timezone.changes index 8289932..dfa61e9 100644 --- a/timezone.changes +++ b/timezone.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 18 11:46:27 UTC 2024 - Ludwig Nussel + +- Use /bin/sh for tzselect. Used to require bash for the 'select' + builtin but has a fallback meanwhile so no need for explicit bash + anymore. + ------------------------------------------------------------------- Thu Mar 14 12:32:28 UTC 2024 - Martin Schreiner diff --git a/timezone.spec b/timezone.spec index 8250321..2a16ff2 100644 --- a/timezone.spec +++ b/timezone.spec @@ -53,7 +53,7 @@ LC_ALL=POSIX AREA=%{AREA} ZONE=%{ZONE} export AREA LANG LC_ALL ZONE -%make_build TZDIR=%{_datadir}/zoneinfo CC="gcc" CFLAGS="%{optflags} -DHAVE_GETTEXT=1 -DTZDEFAULT='\"%{_sysconfdir}/localtime\"' -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -Dlint" AWK=awk BUGEMAIL="opensuse-support@opensuse.org" +%make_build TZDIR=%{_datadir}/zoneinfo CC="gcc" CFLAGS="%{optflags} -DHAVE_GETTEXT=1 -DTZDEFAULT='\"%{_sysconfdir}/localtime\"' -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -Dlint" AWK=awk BUGEMAIL="opensuse-support@opensuse.org" KSHELL=/bin/sh %make_build TZDIR=zoneinfo AWK=awk zones # Generate posixrules ./zic -b fat -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE} From f47133ae5ee773673ee386b404de2f77423c5aeec888320fc46383858bd50759 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Fri, 22 Mar 2024 14:07:05 +0000 Subject: [PATCH 2/3] Accepting request 1160682 from home:mschreiner:branches:Base:System - Unify SLE-15-SP6 and Factory packages (PED#8158). This is still related to bsc#1213470. We're applying this fix for SLE-15-SP6 too. This changelog entry is meant to bring over the SLE information, so the same package can be used for both code streams. - This patch has long been removed on Factory but was never mentioned explicitly, it was related to ticket bsc#1202310, a minor update to reflect Chile's DST change back in 2022. * bsc1202310.patch OBS-URL: https://build.opensuse.org/request/show/1160682 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=311 --- timezone.changes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/timezone.changes b/timezone.changes index dfa61e9..d6fd08e 100644 --- a/timezone.changes +++ b/timezone.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 21 18:16:35 UTC 2024 - Martin Schreiner + +- Unify SLE-15-SP6 and Factory packages (PED#8158). + This is still related to bsc#1213470. We're applying this fix for + SLE-15-SP6 too. This changelog entry is meant to bring over the SLE + information, so the same package can be used for both code streams. +- This patch has long been removed on Factory but was never mentioned + explicitly, it was related to ticket bsc#1202310, a minor update to + reflect Chile's DST change back in 2022. + * bsc1202310.patch + ------------------------------------------------------------------- Mon Mar 18 11:46:27 UTC 2024 - Ludwig Nussel From 282613861c58c7c285e581db8dc9aae9a61e6e15d81fc62f9700ec435564ecdd Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 25 Mar 2024 11:11:09 +0000 Subject: [PATCH 3/3] Accepting request 1160756 from home:mschreiner:branches:Base:System Add missing reference to bsc#1178346 OBS-URL: https://build.opensuse.org/request/show/1160756 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=312 --- timezone.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/timezone.changes b/timezone.changes index d6fd08e..240a9c5 100644 --- a/timezone.changes +++ b/timezone.changes @@ -270,7 +270,8 @@ Wed Dec 23 06:55:02 UTC 2020 - Markéta Machová ------------------------------------------------------------------- Fri Oct 30 11:43:21 UTC 2020 - Marketa Calabkova -- Add fat.patch to generate "fat" timezone files (was default before 2020b). +- Add fat.patch to generate "fat" timezone files (was default before 2020b) + bsc#1178346 ------------------------------------------------------------------- Fri Oct 23 09:24:02 UTC 2020 - Andreas Stieger