Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/gnome-shell-3.32.2.tar.xz
|
||||
/gnome-shell-3.32.2.tar.xz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
331e9cf71cd1d2a4e9238d87d216da4c6f3a400e SOURCES/gnome-shell-3.32.2.tar.xz
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Name: gnome-shell
|
||||
Version: 3.32.2
|
||||
Release: 58%{?dist}
|
||||
Release: 57%{?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
|
||||
Recommends: gnome-session-xsession
|
||||
Requires: gnome-session-xsession
|
||||
%endif
|
||||
# wrapper script uses to restart old GNOME session if run --replace
|
||||
# from the command line
|
||||
@ -305,11 +305,6 @@ 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
|
||||
19
rpminspect.yaml
Normal file
19
rpminspect.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
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
|
||||
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (gnome-shell-3.32.2.tar.xz) = 7d8b25aa75149f096033a8b44d7f6f8d17ddadfcd8f5bb1915652423fe9d9db14902e674508f16fe5c6e7cbe956cde8349ec779c24c46f32b0a346755876bc46
|
||||
Loading…
Reference in New Issue
Block a user