Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package timezone for openSUSE:Factory checked in at 2024-09-06 17:17:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/timezone (Old) and /work/SRC/openSUSE:Factory/.timezone.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timezone" Fri Sep 6 17:17:29 2024 rev:154 rq:1198817 version:2024a Changes: -------- --- /work/SRC/openSUSE:Factory/timezone/timezone.changes 2024-03-25 21:06:04.892517167 +0100 +++ /work/SRC/openSUSE:Factory/.timezone.new.10096/timezone.changes 2024-09-06 17:17:30.257296899 +0200 @@ -1,0 +2,7 @@ +Mon Sep 2 14:03:38 UTC 2024 - Dan Äermák <[email protected]> + +- Split tzselect script into a subpackage to prevent awk getting into minimal + containers and recommend tzselect by the main package + Fixes bsc#1230054 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ timezone.spec ++++++ --- /var/tmp/diff_new_pack.j6aKuV/_old 2024-09-06 17:17:31.181335292 +0200 +++ /var/tmp/diff_new_pack.j6aKuV/_new 2024-09-06 17:17:31.181335292 +0200 @@ -36,11 +36,22 @@ Patch3: iso3166-uk.diff Patch4: timezone-2018f-bsc1112310.patch Patch5: fat.patch +Recommends: tzselect %description These are configuration files that describe available time zones. You can select an appropriate time zone for your system with YaST. +%package -n tzselect +Requires: awk +Requires: %{name} = %{version} +Summary: Helper script to select the timezone +BuildArch: noarch +Provides: %{name}:/usr/bin/tzselect + +%description -n tzselect +This package contains a helper script to select the timezone. + %prep %autosetup -p1 -c -a1 sed -ri 's@%{_prefix}/local%{_sysconfdir}/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358] @@ -85,7 +96,10 @@ %license LICENSE %verify(not link md5 size mtime) %config(missingok,noreplace) %{_sysconfdir}/localtime %{_datadir}/zoneinfo -%{_bindir}/tzselect %{_sbindir}/zdump %{_sbindir}/zic +%files -n tzselect +%license LICENSE +%{_bindir}/tzselect +
