Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package timezone for openSUSE:Factory checked in at 2026-08-21 16:49:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/timezone (Old) and /work/SRC/openSUSE:Factory/.timezone.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timezone" Fri Aug 21 16:49:38 2026 rev:162 rq:1372052 version:2026c Changes: -------- --- /work/SRC/openSUSE:Factory/timezone/timezone.changes 2026-07-12 16:19:54.509439982 +0200 +++ /work/SRC/openSUSE:Factory/.timezone.new.1258/timezone.changes 2026-08-21 16:49:41.025181958 +0200 @@ -1,0 +2,5 @@ +Mon Aug 17 22:03:50 UTC 2026 - Antonio Teixeira <[email protected]> + +- Install "right" files in SLES/Leap 16.x (bsc#1273508) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ timezone.spec ++++++ --- /var/tmp/diff_new_pack.KXdNbZ/_old 2026-08-21 16:49:41.801209801 +0200 +++ /var/tmp/diff_new_pack.KXdNbZ/_new 2026-08-21 16:49:41.803209873 +0200 @@ -1,7 +1,7 @@ # # spec file for package timezone # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2026 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -23,7 +23,7 @@ Version: 2026c Release: 0 Summary: Time Zone Descriptions -License: BSD-3-Clause AND SUSE-Public-Domain +License: BSD-3-Clause AND LicenseRef-SUSE-Public-Domain Group: System/Base URL: https://www.iana.org/time-zones Source: https://www.iana.org/time-zones/repository/releases/tzdata%{version}.tar.gz @@ -64,8 +64,13 @@ AREA=%{AREA} ZONE=%{ZONE} export AREA LANG LC_ALL ZONE +%if 0%{?suse_version} < 1699 +REDO=posix_right +%else +REDO=posix_only +%endif %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="[email protected]" KSHELL=/bin/sh -%make_build TZDIR=zoneinfo AWK=awk zones +%make_build REDO=$REDO TZDIR=zoneinfo AWK=awk zones # Generate posixrules ./zic -b fat -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE} @@ -73,6 +78,9 @@ mkdir -p %{buildroot}%{_datadir}/zoneinfo cp -a zoneinfo %{buildroot}%{_datadir}/zoneinfo/posix cp -al %{buildroot}%{_datadir}/zoneinfo/posix/. %{buildroot}%{_datadir}/zoneinfo +%if 0%{?suse_version} < 1699 +cp -a zoneinfo-leaps %{buildroot}%{_datadir}/zoneinfo/right +%endif mkdir -p %{buildroot}%{_sysconfdir} rm -f %{buildroot}%{_sysconfdir}/localtime rm -f %{buildroot}%{_datadir}/zoneinfo/posixrules
