Remove timezone boundaries

Resolves: #2097848
This commit is contained in:
Michael Catanzaro 2022-06-21 09:23:59 -05:00
parent 3d36064ca4
commit 9b513e4eba
2 changed files with 18437 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Name: gnome-initial-setup
Version: 40.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Bootstrapping your OS
License: GPLv2+
@ -16,6 +16,9 @@ URL: https://wiki.gnome.org/Design/OS/InitialSetup
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
Source1: vendor.conf
# https://bugzilla.redhat.com/show_bug.cgi?id=2097848
Patch0: timezones.patch
BuildRequires: meson
BuildRequires: gcc
BuildRequires: krb5-devel
@ -66,7 +69,7 @@ a good setup experience to welcome you to your system, and walks
you through configuring it. It is integrated with gdm.
%prep
%autosetup -p1 -n %{name}-%{tarball_version}
%autosetup -p1 -n %{name}-%{tarball_version} -Sgit
%build
%meson -Dparental_controls=disabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
@ -104,6 +107,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
%{_datadir}/gnome-initial-setup/vendor.conf
%changelog
* Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 40.4-2
- Remove timezone boundaries
* Mon Aug 16 2021 David King <amigadave@amigadave.com> - 40.4-1
- Update to 40.4 (#1991431)

18429
timezones.patch Normal file

File diff suppressed because it is too large Load Diff