forked from rpms/gnome-shell
Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/gnome-shell-3.32.2.tar.xz
|
||||
/gnome-shell-3.32.2.tar.xz
|
||||
|
||||
1
.gnome-shell.metadata
Normal file
1
.gnome-shell.metadata
Normal file
@ -0,0 +1 @@
|
||||
331e9cf71cd1d2a4e9238d87d216da4c6f3a400e SOURCES/gnome-shell-3.32.2.tar.xz
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Name: gnome-shell
|
||||
Version: 3.32.2
|
||||
Release: 57%{?dist}
|
||||
Release: 58%{?dist}
|
||||
Summary: Window management and application launching for GNOME
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@ -178,7 +178,7 @@ Requires: gnome-bluetooth%{?_isa} >= %{gnome_bluetooth_version}
|
||||
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
|
||||
%if 0%{?rhel} != 7
|
||||
# Disabled on RHEL 7 to allow logging into KDE session by default
|
||||
Requires: gnome-session-xsession
|
||||
Recommends: gnome-session-xsession
|
||||
%endif
|
||||
# wrapper script uses to restart old GNOME session if run --replace
|
||||
# from the command line
|
||||
@ -305,6 +305,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 21 2025 Joan Torres Lopez <joantolo@redhat.com> - 3.32.2-58
|
||||
- Don't hard depend on gnome-session-xsession to allow
|
||||
using other session types, e.g. wayland
|
||||
Resolves: RHEL-110531
|
||||
|
||||
* Thu May 15 2025 Florian Müllner <fmuellner@redhat.com> - 3.32.2-57
|
||||
- Fix refcount issue in stylesheet tracking
|
||||
Resolves: RHEL-91810
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
@ -1,19 +0,0 @@
|
||||
desktop:
|
||||
# sadly, it doesn't look like there's anything more
|
||||
# fine-grained than outright ignoring entire files
|
||||
ignore:
|
||||
# uses evolution's executable and icon; used to launch
|
||||
# the calendar component with startup notifcation if
|
||||
# evolution is the preferred calendar application
|
||||
- /usr/share/applications/evolution-calendar.desktop
|
||||
|
||||
# uses a placeholder exec because it's never launched;
|
||||
# provides icon + name to the portal login window
|
||||
- /usr/share/applications/org.gnome.Shell.PortalHelper.desktop
|
||||
|
||||
runpath:
|
||||
allowed_paths:
|
||||
# mutter is a semi-private library, so its
|
||||
# libraries aren't in the regular lookup path
|
||||
- /usr/lib/mutter-4
|
||||
- /usr/lib64/mutter-4
|
||||
Loading…
Reference in New Issue
Block a user