forked from pool/timezone
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
This commit is contained in:
parent
9ba4b1062b
commit
c4794d37aa
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 11:46:27 UTC 2024 - Ludwig Nussel <lnussel@suse.com>
|
||||
|
||||
- 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 <martin.schreiner@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user