parent
be486ff1ad
commit
386b349807
@ -8,12 +8,13 @@
|
|||||||
%define cheese_version 3.28.0
|
%define cheese_version 3.28.0
|
||||||
%define gnome_bluetooth_version 3.18.2
|
%define gnome_bluetooth_version 3.18.2
|
||||||
%define nm_version 1.24
|
%define nm_version 1.24
|
||||||
|
%define power_profiles_daemon_version 0.9.0
|
||||||
|
|
||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: gnome-control-center
|
Name: gnome-control-center
|
||||||
Version: 40.0
|
Version: 40.0
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: Utilities to configure the GNOME desktop
|
Summary: Utilities to configure the GNOME desktop
|
||||||
|
|
||||||
License: GPLv2+ and CC-BY-SA
|
License: GPLv2+ and CC-BY-SA
|
||||||
@ -27,6 +28,7 @@ Patch0: distro-logo.patch
|
|||||||
# https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1345
|
# https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1345
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1952274
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1952274
|
||||||
Patch1: gnome-control-center-Drop-the-unused-build-dependency-on-Grilo.patch
|
Patch1: gnome-control-center-Drop-the-unused-build-dependency-on-Grilo.patch
|
||||||
|
Patch2: power-profiles-backport.patch
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
@ -85,6 +87,7 @@ Requires: gnome-settings-daemon%{?_isa} >= %{gsd_version}
|
|||||||
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
||||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||||
Requires: upower%{?_isa} >= %{upower_version}
|
Requires: upower%{?_isa} >= %{upower_version}
|
||||||
|
Requires: power-profiles-daemon >= %{power_profiles_daemon_version}
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
Requires: gnome-bluetooth%{?_isa} >= 1:%{gnome_bluetooth_version}
|
Requires: gnome-bluetooth%{?_isa} >= 1:%{gnome_bluetooth_version}
|
||||||
%endif
|
%endif
|
||||||
@ -212,6 +215,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center
|
|||||||
%dir %{_datadir}/gnome/wm-properties
|
%dir %{_datadir}/gnome/wm-properties
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 20 2021 Carlos Garnacho <cgarnach@redhat.com> - 40.0.13
|
||||||
|
- Backport power profile changes
|
||||||
|
Resolves: #1994475
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-12
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-12
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
5102
power-profiles-backport.patch
Normal file
5102
power-profiles-backport.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user