Remove timezone boundaries
Resolves: rhbz#2097838
This commit is contained in:
parent
2997f8d686
commit
71d720cdf4
18429
gnome-control-center-timezones.patch
Normal file
18429
gnome-control-center-timezones.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,7 @@
|
||||
|
||||
Name: gnome-control-center
|
||||
Version: 40.0
|
||||
Release: 22%{?dist}
|
||||
Release: 23%{?dist}
|
||||
Summary: Utilities to configure the GNOME desktop
|
||||
|
||||
License: GPLv2+ and CC-BY-SA
|
||||
@ -41,12 +41,16 @@ Patch8: 0001-display-Only-display-configuration-options-if-apply-.patch
|
||||
# Workaround for libnma not handling OWE https://gitlab.gnome.org/GNOME/libnma/-/issues/9
|
||||
Patch9: 0001-network-Fix-OWE-settings.patch
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2097838
|
||||
Patch10: gnome-control-center-timezones.patch
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-style-xsl libxslt
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: git
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(accountsservice)
|
||||
BuildRequires: pkgconfig(cheese) >= %{cheese_version}
|
||||
@ -167,7 +171,7 @@ can install configuration files that are picked up by the control-center
|
||||
utilities.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n gnome-control-center-%{tarball_version}
|
||||
%autosetup -Sgit -p1 -n gnome-control-center-%{tarball_version}
|
||||
|
||||
%build
|
||||
%meson \
|
||||
@ -229,6 +233,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center
|
||||
%dir %{_datadir}/gnome/wm-properties
|
||||
|
||||
%changelog
|
||||
* Wed Jun 22 2022 Tomas Popela <tpopela@redhat.com> - 40.0-23
|
||||
- Remove timezone boundaries
|
||||
- Resolves: rhbz#2097838
|
||||
|
||||
* Thu Feb 24 2022 Benjamin Berg <bberg@redhat.com> - 40.0-22
|
||||
- Work around libnma not handling OWE
|
||||
Resolves: #2058163
|
||||
|
Loading…
Reference in New Issue
Block a user