From c4794d37aa0c25ffddbe8e4663df2bd8551002806a02c66d9aeaa3a6003941ab Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Fri, 22 Mar 2024 11:05:12 +0000 Subject: [PATCH] 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}