import gnome-control-center-3.28.2-33.el8_6.1

This commit is contained in:
CentOS Sources 2022-06-28 04:40:24 -04:00 committed by Stepan Oksanichenko
parent 6d4460d407
commit e33ab3c6cb
2 changed files with 18513 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
Name: gnome-control-center
Version: 3.28.2
Release: 33%{?dist}
Release: 33%{?dist}.1
Summary: Utilities to configure the GNOME desktop
License: GPLv2+ and CC-BY-SA
@ -84,11 +84,15 @@ Patch40: 0001-displays-Don-t-enlarge-display-panel-artificially.patch
# Workaround for libnma not handling OWE https://gitlab.gnome.org/GNOME/libnma/-/issues/9
Patch41: 0001-network-Fix-OWE-settings.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2097839
Patch42: 0001-timezone-use-blank-map.patch
BuildRequires: chrpath
BuildRequires: cups-devel
BuildRequires: desktop-file-utils
BuildRequires: docbook-style-xsl libxslt
BuildRequires: gettext
BuildRequires: git
BuildRequires: libXxf86misc-devel
BuildRequires: meson
BuildRequires: pkgconfig(accountsservice)
@ -202,7 +206,7 @@ can install configuration files that are picked up by the control-center
utilities.
%prep
%autosetup -p1
%autosetup -p1 -Sgit
%build
%meson -Ddocumentation=true
@ -256,6 +260,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center
%dir %{_datadir}/gnome/wm-properties
%changelog
* Wed Jun 22 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 3.28.2-33.1
- Remove timezone boundaries
Resolves: #2099774
* Thu Feb 24 2022 Benjamin Berg <bberg@redhat.com> - 3.28.2-33
- Work around libnma not handling OWE
Related: #2023156